Skip to content

Commit

Permalink
v3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 12, 2023
1 parent 74855ce commit a948fd4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.5](https://github.com/p3ol/junipero/compare/v3.3.4...v3.3.5) (2023-10-12)


### Bug Fixes

* **icons:** set icons props to object and not plain string ([f13c16e](https://github.com/p3ol/junipero/commit/f13c16e0f870a45038fca1478ec76d370dc024e1))
* **icons:** use svg ComponentsProps instead of custom ones ([42799f2](https://github.com/p3ol/junipero/commit/42799f27f578bb0b8ba8d70caf770cdd57720e8f))





## [3.3.4](https://github.com/p3ol/junipero/compare/v3.3.3...v3.3.4) (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.3.4",
"version": "3.3.5",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.5](https://github.com/p3ol/junipero/compare/v3.3.4...v3.3.5) (2023-10-12)


### Bug Fixes

* **icons:** set icons props to object and not plain string ([f13c16e](https://github.com/p3ol/junipero/commit/f13c16e0f870a45038fca1478ec76d370dc024e1))
* **icons:** use svg ComponentsProps instead of custom ones ([42799f2](https://github.com/p3ol/junipero/commit/42799f27f578bb0b8ba8d70caf770cdd57720e8f))





## [3.3.4](https://github.com/p3ol/junipero/compare/v3.3.3...v3.3.4) (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.3.4",
"version": "3.3.5",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down

0 comments on commit a948fd4

Please sign in to comment.