Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula-aac committed Nov 4, 2023
1 parent 2f56f21 commit 8d4ea67
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 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.10](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-04)

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

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

### 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.9",
"version": "0.8.1-beta.10",
"description": "Reusable React Components",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -15,7 +15,7 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@layer5/sistent-svg": "^0.11.1-beta.2"
"@layer5/sistent-svg": "^0.11.1-beta.3"
},
"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.3](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-04)

### Bug Fixes

- **svg:** remove type module ([2f56f21](https://github.com/layer5io/sistent/commit/2f56f219b5ac62b72de2a5bbac622cd1d36b8274))

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

### 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.2",
"version": "0.11.1-beta.3",
"description": "SVG Icons library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 4 additions & 4 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.2
"@layer5/sistent-svg": ^0.11.1-beta.3
"@mui/icons-material": ^5.14.12
"@mui/material": ^5.14.16
"@types/mui-datatables": ^4.3.6
Expand Down Expand Up @@ -2459,7 +2459,7 @@ __metadata:
languageName: unknown
linkType: soft

"@layer5/sistent-svg@^0.11.1-beta.2, @layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@^0.11.1-beta.3, @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 All @@ -2479,8 +2479,8 @@ __metadata:
tsup: ^7.2.0
typescript: ^5.0.2
peerDependencies:
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
react: ">=17"
react-dom: ">=17"
dependenciesMeta:
react:
optional: true
Expand Down

0 comments on commit 8d4ea67

Please sign in to comment.