Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula-aac committed Nov 12, 2023
1 parent 295a1d4 commit 6ddd03a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-12)

**Note:** Version bump only for package @layer5/sistent-components

# [0.12.0-alpha.3](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-12)

**Note:** Version bump only for package @layer5/sistent-components
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layer5/sistent-components",
"version": "0.12.0-alpha.3",
"version": "0.12.0",
"description": "Reusable React Components",
"sideEffects": false,
"exports": {
Expand All @@ -24,7 +24,7 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@layer5/sistent-svg": "^0.14.0-alpha.3"
"@layer5/sistent-svg": "^0.14.0"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-12)

### Code Refactoring

- **svg:** split up Add icons, and rename AddIconCircleBordered to AddCircleIcon ([230b597](https://github.com/layer5io/sistent/commit/230b59724d82ba186772a678a2f14306686e3397)), closes [#322](https://github.com/layer5io/sistent/issues/322)

### BREAKING CHANGES

- **svg:** Renamed AddIconCircleBordered to AddCircleIcon. Also configured both AddIcon and
AddCircleIcon to use the new IconProps

# [0.14.0-alpha.3](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layer5/sistent-svg",
"version": "0.14.0-alpha.3",
"version": "0.14.0",
"description": "SVG Icons library",
"main": "./dist/index.js",
"module": "./dist/index..js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ __metadata:
dependencies:
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
"@layer5/sistent-svg": ^0.14.0-alpha.3
"@layer5/sistent-svg": ^0.14.0
"@mui/icons-material": ^5.14.12
"@mui/material": ^5.14.16
"@types/mui-datatables": ^4.3.6
Expand Down Expand Up @@ -944,7 +944,7 @@ __metadata:
languageName: unknown
linkType: soft

"@layer5/sistent-svg@^0.14.0-alpha.3, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@^0.14.0, @layer5/sistent-svg@workspace:packages/svg":
version: 0.0.0-use.local
resolution: "@layer5/sistent-svg@workspace:packages/svg"
dependencies:
Expand Down

0 comments on commit 6ddd03a

Please sign in to comment.