Skip to content

Commit

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

# [3.8.0](https://github.com/p3ol/junipero/compare/v3.7.4...v3.8.0) (2024-09-11)


### Bug Fixes

* upgrade various deps ([f06e61d](https://github.com/p3ol/junipero/commit/f06e61df9e73aa437374b0e0f279e3a2f44fa8c9))


### Features

* **select-field:** remove arrows and allow to save tag on blur ([57df715](https://github.com/p3ol/junipero/commit/57df715c51c9cb7f1b5d4fc96dd7b392284f620a))
* **select-field:** remove useless ref ([4a04ee7](https://github.com/p3ol/junipero/commit/4a04ee75704aa086f9ab9579f542225bd9906e85))
* **select-fields:** add a prevent default on enter key press ([81dbb30](https://github.com/p3ol/junipero/commit/81dbb308fa6692156e0b25ed1a038319b9dc77b7))





## [3.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)


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.7.4",
"version": "3.8.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/react-d3-plugin/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.8.0](https://github.com/p3ol/junipero/compare/v3.7.4...v3.8.0) (2024-09-11)

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





## [3.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)


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.7.4",
"version": "3.8.0",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.8.0](https://github.com/p3ol/junipero/compare/v3.7.4...v3.8.0) (2024-09-11)


### Features

* **select-field:** remove arrows and allow to save tag on blur ([57df715](https://github.com/p3ol/junipero/commit/57df715c51c9cb7f1b5d4fc96dd7b392284f620a))
* **select-field:** remove useless ref ([4a04ee7](https://github.com/p3ol/junipero/commit/4a04ee75704aa086f9ab9579f542225bd9906e85))
* **select-fields:** add a prevent default on enter key press ([81dbb30](https://github.com/p3ol/junipero/commit/81dbb308fa6692156e0b25ed1a038319b9dc77b7))





## [3.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)


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.7.4",
"version": "3.8.0",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/transitions/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.8.0](https://github.com/p3ol/junipero/compare/v3.7.4...v3.8.0) (2024-09-11)

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





## [3.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)

**Note:** Version bump only for package @junipero/transitions
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.7.4",
"version": "3.8.0",
"description": "🏔 Junipero Design System React Transitions",
"main": "dist/junipero-transitions.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 86cc784

Please sign in to comment.