-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2884 from vivid-planet/merge-main-into-next
Merge main into next
- Loading branch information
Showing
272 changed files
with
1,231 additions
and
741 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,118 +1,21 @@ | ||
<!-- | ||
PLEASE MAKE SURE TO KEEP THE PR SIZE AT A MINIMUM! | ||
Smaller PRs are easier to review and tend to get merged faster. | ||
Unrelated changes, refactorings, fixes etc. should be made in separate PRs. | ||
---> | ||
|
||
## Description | ||
|
||
<!-- | ||
The description should describe the change you're making. | ||
It will be used as the commit message for the squashed commit once the PR gets merged. | ||
Therefore, make sure to keep the description up-to-date as the PR changes. | ||
PLEASE DESCRIBE WHY YOU'RE MAKING THE CHANGE, NOT WHAT YOU'RE CHANGING. | ||
Reviewers see what you're changing when reviewing the code. | ||
However, they might not understand your motives as to why you're making the change. | ||
Your description should include: | ||
- The problem you're facing | ||
- Your solution to the problem | ||
- An example usage of your change | ||
---> | ||
|
||
<!-- | ||
Everything below this is intended to help ease reviewing this PR. | ||
Remove all unrelated sections. | ||
## Acceptance criteria | ||
|
||
--> | ||
|
||
## Example | ||
|
||
<!-- | ||
Make sure to provide an example of your change if your change includes a new API. | ||
This can be either: | ||
- The implementation in Demo | ||
- A dev story in Storybook | ||
- A unit test | ||
---> | ||
|
||
- [ ] I have verified if my change requires an example | ||
- [ ] I have verified if my change requires [an example](https://github.com/vivid-planet/comet/blob/HEAD/CONTRIBUTING.md#example): <!-- Unit test | Demo | Development story | No example needed ---> | ||
- [ ] I have verified if my change requires [a changeset](https://github.com/vivid-planet/comet/blob/HEAD/CONTRIBUTING.md#changeset) | ||
- [ ] I have verified if my change requires [screenshots/screencasts](https://github.com/vivid-planet/comet/blob/HEAD/CONTRIBUTING.md#screenshotsscreencasts) | ||
|
||
## Screenshots/screencasts | ||
|
||
<!-- | ||
When making a visual change, please provide either screenshots or screencasts. | ||
Hint: For before/after views, you can use a table: | ||
| Before | After | | ||
| -------- | ------- | | ||
| Link | Link | | ||
--> | ||
|
||
## Changeset | ||
|
||
<!-- | ||
When making a notable change, make sure to add a changeset. | ||
See [CONTRIBUTING.md](https://github.com/vivid-planet/comet/blob/HEAD/CONTRIBUTING.md) for more information. | ||
TL;DR | ||
Add a changeset when: | ||
- changing the package's public API (`src/index.ts`) | ||
- fixing a bug | ||
- making a visual change | ||
Changeset writing guidelines: | ||
- Use active voice: "Add new thing" vs. "A new thing is added" | ||
- First line should be the title: "Add new alert component" | ||
- Provide additional information in the description | ||
- Use backticks to highlight code: Add new `Alert` component | ||
- Use bold formatting for "headlines" in the description: **Example** | ||
---> | ||
|
||
- [ ] I have verified if my change requires a changeset | ||
|
||
## Related tasks and documents | ||
|
||
<!-- | ||
Link to related tasks and documents, for instance, https://vivid-planet.atlassian.net/browse/COM-XXX. | ||
MAKE SURE THAT EVERYTHING REQUIRED TO UNDERSTAND YOUR CHANGE IS IN THE PR DESCRIPTION. | ||
Reviewers shouldn't need to review tasks, JIRA conversations etc. to understand what you're doing. | ||
--> | ||
| Before | After | | ||
| ------ | ----- | | ||
| Link | Link | | ||
|
||
## Open TODOs/questions | ||
|
||
<!-- | ||
- [ ] Need to validate that this actually works | ||
- [ ] Merge parent PR | ||
--> | ||
- [ ] Add changeset | ||
|
||
## Further information | ||
|
||
<!-- | ||
Further information that helps reviewing the PR, for instance: | ||
- Alternative solutions you have considered | ||
- Dependent PRs | ||
- Links to relevant documentation, blog posts etc. | ||
--> | ||
- Task: https://vivid-planet.atlassian.net/browse/COM-XXX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ export const productFormFragment = gql` | |
min | ||
max | ||
} | ||
lastCheckedAt | ||
dimensions { | ||
width | ||
height | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @comet/admin-babel-preset | ||
|
||
## 7.10.0 | ||
|
||
## 7.9.0 | ||
|
||
## 7.8.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @comet/admin-icons | ||
|
||
## 7.10.0 | ||
|
||
## 7.9.0 | ||
|
||
### Minor Changes | ||
|
Oops, something went wrong.