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 089bee4 commit 136bd7d
Show file tree
Hide file tree
Showing 5 changed files with 15 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-alpha.2](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.1](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-12)

### Bug Fixes
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.1",
"version": "0.12.0-alpha.2",
"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.1"
"@layer5/sistent-svg": "^0.14.0-alpha.2"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/svg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **svg:** make height optional ([35239ad](https://github.com/layer5io/sistent/commit/35239ada507346f41a919236072fabf9813abd94)), closes [#316](https://github.com/layer5io/sistent/issues/316)

# [0.14.0-alpha.1](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.1",
"version": "0.14.0-alpha.2",
"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.1
"@layer5/sistent-svg": ^0.14.0-alpha.2
"@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.1, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@^0.14.0-alpha.2, @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 136bd7d

Please sign in to comment.