Skip to content

Commit

Permalink
v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Aug 30, 2024
1 parent be0d78e commit b5f9054
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 4 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.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)


### Bug Fixes

* **react-d3-plugin:** remove function as a way to define axis type and scale ([96de525](https://github.com/p3ol/junipero/commit/96de525c4eb9907467fc560dd669236b48275180))
* upgrade various deps ([8c8b417](https://github.com/p3ol/junipero/commit/8c8b4175cdcd4b9bbca1eed0bf89d749f0aaaf3d))





## [3.7.3](https://github.com/p3ol/junipero/compare/v3.7.2...v3.7.3) (2024-08-01)


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.3",
"version": "3.7.4",
"command": {
"publish": {
"conventionalCommits": true
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.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)


### Bug Fixes

* **react-d3-plugin:** remove function as a way to define axis type and scale ([96de525](https://github.com/p3ol/junipero/commit/96de525c4eb9907467fc560dd669236b48275180))





## [3.7.3](https://github.com/p3ol/junipero/compare/v3.7.2...v3.7.3) (2024-08-01)


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.3",
"version": "3.7.4",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.7.4](https://github.com/p3ol/junipero/compare/v3.7.3...v3.7.4) (2024-08-30)


### Bug Fixes

* upgrade various deps ([8c8b417](https://github.com/p3ol/junipero/commit/8c8b4175cdcd4b9bbca1eed0bf89d749f0aaaf3d))





## [3.7.3](https://github.com/p3ol/junipero/compare/v3.7.2...v3.7.3) (2024-08-01)


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.3",
"version": "3.7.4",
"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.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





## [3.7.3](https://github.com/p3ol/junipero/compare/v3.7.2...v3.7.3) (2024-08-01)

**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.3",
"version": "3.7.4",
"description": "🏔 Junipero Design System React Transitions",
"main": "dist/junipero-transitions.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit b5f9054

Please sign in to comment.