Skip to content

Commit

Permalink
v3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jan 24, 2024
1 parent 31a87e0 commit d06e80b
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.4](https://github.com/p3ol/junipero/compare/v3.4.3...v3.4.4) (2024-01-24)


### Bug Fixes

* **core:** fix formatThousand param type ([3149cff](https://github.com/p3ol/junipero/commit/3149cff0eb7d434e0951a3d1658d02d164f7afbd))





## [3.4.3](https://github.com/p3ol/junipero/compare/v3.4.2...v3.4.3) (2024-01-18)


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.4.3",
"version": "3.4.4",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.4](https://github.com/p3ol/junipero/compare/v3.4.3...v3.4.4) (2024-01-24)


### Bug Fixes

* **core:** fix formatThousand param type ([3149cff](https://github.com/p3ol/junipero/commit/3149cff0eb7d434e0951a3d1658d02d164f7afbd))





## [3.4.1](https://github.com/p3ol/junipero/compare/v3.4.0...v3.4.1) (2023-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/core",
"version": "3.4.1",
"version": "3.4.4",
"description": "🏔 Junipero Design System Core Utils",
"main": "dist/junipero-core.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.

## [3.4.4](https://github.com/p3ol/junipero/compare/v3.4.3...v3.4.4) (2024-01-24)

**Note:** Version bump only for package @junipero/react





## [3.4.3](https://github.com/p3ol/junipero/compare/v3.4.2...v3.4.3) (2024-01-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.4.3",
"version": "3.4.4",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@floating-ui/react": "0.26.1",
"@junipero/core": "^3.4.1",
"@junipero/core": "^3.4.4",
"core-js": "3.33.1",
"prop-types": "15.8.1"
},
Expand Down

0 comments on commit d06e80b

Please # to comment.