Skip to content

Commit

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

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


### Bug Fixes

* **transitions:** types ([a545b6f](https://github.com/p3ol/junipero/commit/a545b6f2675d04d0ce3ef1401d42ad6df1a3a0f9))


### Features

* **deps:** update dependency @floating-ui/react to v0.26.1 ([8c64a8b](https://github.com/p3ol/junipero/commit/8c64a8b998707f68b94d89aced9e6dbad6d00ac4))
* **deps:** update dependency core-js to v3.33.1 ([7779370](https://github.com/p3ol/junipero/commit/77793708b23183553ddc1b86ed646965300e9420))



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





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


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.0",
"version": "3.4.1",
"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.1](https://github.com/p3ol/junipero/compare/v3.4.0...v3.4.1) (2023-10-27)


### Features

* **deps:** update dependency core-js to v3.33.1 ([7779370](https://github.com/p3ol/junipero/commit/77793708b23183553ddc1b86ed646965300e9420))





# [3.3.0](https://github.com/p3ol/junipero/compare/v3.2.4...v3.3.0) (2023-09-21)

**Note:** Version bump only for package @junipero/core
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.3.0",
"version": "3.4.1",
"description": "🏔 Junipero Design System Core Utils",
"main": "dist/junipero-core.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/hooks/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.1](https://github.com/p3ol/junipero/compare/v3.4.0...v3.4.1) (2023-10-27)


### Features

* **deps:** update dependency core-js to v3.33.1 ([7779370](https://github.com/p3ol/junipero/commit/77793708b23183553ddc1b86ed646965300e9420))





# [3.3.0](https://github.com/p3ol/junipero/compare/v3.2.4...v3.3.0) (2023-09-21)

**Note:** Version bump only for package @junipero/hooks
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/hooks",
"version": "3.3.0",
"version": "3.4.1",
"description": "🏔 Junipero Design System React hooks",
"main": "dist/junipero-hooks.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-d3-plugin/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.1](https://github.com/p3ol/junipero/compare/v3.4.0...v3.4.1) (2023-10-27)


### Features

* **deps:** update dependency core-js to v3.33.1 ([7779370](https://github.com/p3ol/junipero/commit/77793708b23183553ddc1b86ed646965300e9420))





# [3.3.0](https://github.com/p3ol/junipero/compare/v3.2.4...v3.3.0) (2023-09-21)

**Note:** Version bump only for package @junipero/react-d3-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/react-d3-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react-d3-plugin",
"version": "3.3.0",
"version": "3.4.1",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"jsnext:main": "dist/esm/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **deps:** update dependency @floating-ui/react to v0.26.1 ([8c64a8b](https://github.com/p3ol/junipero/commit/8c64a8b998707f68b94d89aced9e6dbad6d00ac4))
* **deps:** update dependency core-js to v3.33.1 ([7779370](https://github.com/p3ol/junipero/commit/77793708b23183553ddc1b86ed646965300e9420))



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





## [3.3.9](https://github.com/p3ol/junipero/compare/v3.3.8...v3.3.9) (2023-10-23)


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.3.9",
"version": "3.4.1",
"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.3.0",
"@junipero/core": "^3.4.1",
"core-js": "3.33.1",
"prop-types": "15.8.1"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/transitions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **transitions:** types ([a545b6f](https://github.com/p3ol/junipero/commit/a545b6f2675d04d0ce3ef1401d42ad6df1a3a0f9))


### Features

* **deps:** update dependency core-js to v3.33.1 ([7779370](https://github.com/p3ol/junipero/commit/77793708b23183553ddc1b86ed646965300e9420))





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


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

0 comments on commit 5644f04

Please sign in to comment.