Skip to content

Commit

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

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

### Bug Fixes

- **bug:** more changes ([5e6d02c](https://github.com/layer5io/sistent/commit/5e6d02c63e51912f1e3c2f4e6a53938b005d9d3c))
- **table:** add logic ([cbfa239](https://github.com/layer5io/sistent/commit/cbfa23907f13dd19d425f3f69ed50293ee3f48d7))
- **table:** fix few more things ([55c31b0](https://github.com/layer5io/sistent/commit/55c31b0938be1ed00004331045136ab79a47ccd6))

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

**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.9.2-beta.0",
"version": "0.10.0",
"description": "Reusable React Components",
"sideEffects": false,
"exports": {
Expand All @@ -24,7 +24,7 @@
"lint:fix": "eslint --fix"
},
"dependencies": {
"@layer5/sistent-svg": "^0.11.2-beta.1"
"@layer5/sistent-svg": "^0.12.0"
},
"devDependencies": {
"@emotion/react": "^11.11.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/svg/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-09)

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

## [0.11.2-beta.1](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-09)

**Note:** Version bump only for package @layer5/sistent-svg
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.2-beta.1",
"version": "0.12.0",
"description": "SVG Icons library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.11.2-beta.1
"@layer5/sistent-svg": ^0.12.0
"@mui/icons-material": ^5.14.12
"@mui/material": ^5.14.16
"@types/mui-datatables": ^4.3.6
Expand Down Expand Up @@ -943,7 +943,7 @@ __metadata:
languageName: unknown
linkType: soft

"@layer5/sistent-svg@^0.11.2-beta.1, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@^0.12.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 717dc6b

Please sign in to comment.