diff --git a/.changeset/icon-update-1706170177132.md b/.changeset/icon-update-1706170177132.md deleted file mode 100644 index 519b31aa86..0000000000 --- a/.changeset/icon-update-1706170177132.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"@channel.io/bezier-icons": minor ---- - -Update icons - -Modified - -- app-check.svg -- app-plus.svg -- app-push.svg -- cancel-circle-filled.svg -- cancel-circle.svg -- minus-circle-filled.svg -- minus-circle.svg -- plus-circle-filled.svg -- plus-circle.svg -- plus-square.svg - -Added - -- cash.svg \ No newline at end of file diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index bc2710e59e..12a97583ed 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # bezier-figma-plugin +## 0.4.18 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-icons@0.20.0 + - @channel.io/bezier-react@1.20.0 + ## 0.4.17 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index f57798a3ef..18ee4249cf 100644 --- a/packages/bezier-figma-plugin/package.json +++ b/packages/bezier-figma-plugin/package.json @@ -1,6 +1,6 @@ { "name": "bezier-figma-plugin", - "version": "0.4.17", + "version": "0.4.18", "private": true, "description": "Figma plugin that helps build Bezier design system and increase productivity.", "repository": { @@ -38,7 +38,7 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "@channel.io/bezier-icons": "^0.19.0", + "@channel.io/bezier-icons": "^0.20.0", "@channel.io/bezier-react": "workspace:^", "octokit": "^2.1.0", "react": "^18.2.0", diff --git a/packages/bezier-icons/CHANGELOG.md b/packages/bezier-icons/CHANGELOG.md index ca0e2c25e4..67b5587c2e 100644 --- a/packages/bezier-icons/CHANGELOG.md +++ b/packages/bezier-icons/CHANGELOG.md @@ -1,5 +1,28 @@ # @channel.io/bezier-icons +## 0.20.0 + +### Minor Changes + +- Update icons ([#1953](https://github.com/channel-io/bezier-react/pull/1953)) by @kimminkyung94 + + Modified + + - app-check.svg + - app-plus.svg + - app-push.svg + - cancel-circle-filled.svg + - cancel-circle.svg + - minus-circle-filled.svg + - minus-circle.svg + - plus-circle-filled.svg + - plus-circle.svg + - plus-square.svg + + Added + + - cash.svg + ## 0.19.0 ### Minor Changes diff --git a/packages/bezier-icons/package.json b/packages/bezier-icons/package.json index 6e115bedde..7cfbcc6a13 100644 --- a/packages/bezier-icons/package.json +++ b/packages/bezier-icons/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-icons", - "version": "0.19.0", + "version": "0.20.0", "description": "Icon library that implements Bezier design system.", "repository": { "type": "git", diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index 60f0ec58e9..423b23a593 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -62,7 +62,7 @@ "@babel/preset-env": "^7.22.15", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", - "@channel.io/bezier-icons": "^0.19.0", + "@channel.io/bezier-icons": "^0.20.0", "@mdx-js/react": "^1.6.22", "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-babel": "^6.0.3", diff --git a/yarn.lock b/yarn.lock index 6b899480e6..77a3add7fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2444,7 +2444,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-icons@^0.19.0, @channel.io/bezier-icons@workspace:packages/bezier-icons": +"@channel.io/bezier-icons@^0.20.0, @channel.io/bezier-icons@workspace:packages/bezier-icons": version: 0.0.0-use.local resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons" dependencies: @@ -2476,7 +2476,7 @@ __metadata: "@babel/preset-env": ^7.22.15 "@babel/preset-react": ^7.22.15 "@babel/preset-typescript": ^7.22.15 - "@channel.io/bezier-icons": ^0.19.0 + "@channel.io/bezier-icons": ^0.20.0 "@mdx-js/react": ^1.6.22 "@radix-ui/react-checkbox": ^1.0.4 "@radix-ui/react-dialog": ^1.0.4 @@ -8496,7 +8496,7 @@ __metadata: version: 0.0.0-use.local resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin" dependencies: - "@channel.io/bezier-icons": ^0.19.0 + "@channel.io/bezier-icons": ^0.20.0 "@channel.io/bezier-react": "workspace:^" "@figma/plugin-typings": ^1.76.0 "@types/react": ^18.2.21