Skip to content

Commit 9eb9486

Browse files
committed
Publish
- @layer5/[email protected] - @layer5/[email protected]
1 parent ee88dae commit 9eb9486

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

packages/components/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.1-beta.0](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-02)
7+
8+
### Bug Fixes
9+
10+
- **components:** refactored vite config in components ([#204](https://github.com/layer5io/sistent/issues/204)) ([ee88dae](https://github.com/layer5io/sistent/commit/ee88dae5c6c897b6d47570f0ca44d3c2e4542293))
11+
- **svg:** redo svg pkg vite config ([#202](https://github.com/layer5io/sistent/issues/202)) ([d3ac6bb](https://github.com/layer5io/sistent/commit/d3ac6bb4904b57b4b539f1335f74b65ffef3555a))
12+
613
# [0.8.0](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-10-31)
714

815
### Bug Fixes

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/sistent-components",
3-
"version": "0.8.0",
3+
"version": "0.8.1-beta.0",
44
"description": "Reusable React Components",
55
"type": "module",
66
"main": "./dist/index.js",

packages/svg/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.1-beta.0](https://github.com/layer5io/sistent/compare/@layer5/[email protected]...@layer5/[email protected]) (2023-11-02)
7+
8+
### Bug Fixes
9+
10+
- **components:** refactor ColumnIcon ([#200](https://github.com/layer5io/sistent/issues/200)) ([f1cbfbe](https://github.com/layer5io/sistent/commit/f1cbfbe82709f31de5aa6717816163d7a5c1e78a))
11+
- **components:** refactored vite config in components ([#204](https://github.com/layer5io/sistent/issues/204)) ([ee88dae](https://github.com/layer5io/sistent/commit/ee88dae5c6c897b6d47570f0ca44d3c2e4542293))
12+
- **svg:** redo svg pkg vite config ([#202](https://github.com/layer5io/sistent/issues/202)) ([d3ac6bb](https://github.com/layer5io/sistent/commit/d3ac6bb4904b57b4b539f1335f74b65ffef3555a))
13+
614
# 0.11.0 (2023-10-31)
715

816
### Bug Fixes

packages/svg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/sistent-svg",
3-
"version": "0.11.0",
3+
"version": "0.11.1-beta.0",
44
"description": "SVG Icons library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)