Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula-aac committed Nov 2, 2023
1 parent bbd305f commit 3ceaed6
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.8.1-beta.6](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-02)

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

## [0.8.1-beta.5](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-02)

### 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.8.1-beta.5",
"version": "0.8.1-beta.6",
"description": "Reusable React Components",
"type": "module",
"exports": {
Expand All @@ -21,7 +21,7 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@layer5/sistent-svg": "0.11.1-beta.0"
"@layer5/sistent-svg": "^0.11.1-beta.1"
},
"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.11.1-beta.1](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-02)

### Bug Fixes

- **svg:** fixed package.json fields ([#216](https://github.com/layer5io/sistent/issues/216)) ([bbd305f](https://github.com/layer5io/sistent/commit/bbd305febc5ed44f9dbf3ae296d73aa84da10d88))

## [0.11.1-beta.0](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-02)

### 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.11.1-beta.0",
"version": "0.11.1-beta.1",
"description": "SVG Icons library",
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,7 @@ __metadata:
dependencies:
"@emotion/react": ^11.11.1
"@emotion/styled": ^11.11.0
"@layer5/sistent-svg": 0.11.1-beta.0
"@layer5/sistent-svg": ^0.11.1-beta.1
"@mui/icons-material": ^5.14.12
"@mui/material": ^5.14.16
"@types/mui-datatables": ^4.3.6
Expand Down Expand Up @@ -2455,7 +2455,7 @@ __metadata:
languageName: unknown
linkType: soft

"@layer5/[email protected].0, @layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@^0.11.1-beta.1, @layer5/sistent-svg@workspace:^, @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 3ceaed6

Please sign in to comment.