Skip to content

Commit

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

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

### Features

- **colors:** new dictionary of colors ([a9e52fd](https://github.com/layer5io/sistent/commit/a9e52fdfea9f9ff927289776658552f1c967ca65))
- **components:** create grid, pagination and container ([85cca9b](https://github.com/layer5io/sistent/commit/85cca9bd27e9010dbb72bfa3167e19bcfe8960be))

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

### Features
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.0-beta.0",
"version": "0.9.0-beta.1",
"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.4"
"@layer5/sistent-svg": "^0.11.1-beta.5"
},
"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.11.1-beta.5](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-08)

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

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

**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.1-beta.4",
"version": "0.11.1-beta.5",
"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.1-beta.4
"@layer5/sistent-svg": ^0.11.1-beta.5
"@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.1-beta.4, @layer5/sistent-svg@workspace:packages/svg":
"@layer5/sistent-svg@^0.11.1-beta.5, @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 a372c40

Please sign in to comment.