Skip to content

Commit

Permalink
chore(changeset): revert an unwanted major version that has been forc…
Browse files Browse the repository at this point in the history
…efully updated

changesets/changesets#1011
  • Loading branch information
sungik-choi committed Jun 20, 2023
1 parent 641800b commit 68528ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/bezier-figma-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Updated dependencies
- @channel.io/bezier-icons@0.3.0
- @channel.io/bezier-react@2.0.0
- @channel.io/bezier-react@1.6.0

## 0.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @channel.io/bezier-react

## 2.0.0
## 1.6.0

### Minor Changes

Expand Down
4 changes: 2 additions & 2 deletions packages/bezier-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-react",
"version": "2.0.0",
"version": "1.6.0",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -118,7 +118,7 @@
"typescript-transform-paths": "^3.4.6"
},
"peerDependencies": {
"@channel.io/bezier-icons": ">=0.3.0",
"@channel.io/bezier-icons": ">=0.2.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"styled-components": ">=5"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3602,7 +3602,7 @@ __metadata:
typescript-transform-paths: ^3.4.6
uuid: ^9.0.0
peerDependencies:
"@channel.io/bezier-icons": ">=0.3.0"
"@channel.io/bezier-icons": ">=0.2.0"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
styled-components: ">=5"
Expand Down

0 comments on commit 68528ed

Please sign in to comment.