Skip to content

Commit

Permalink
v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 6, 2024
1 parent 6c92a5c commit 573e35a
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
13 changes: 13 additions & 0 deletions 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.5.3](https://github.com/p3ol/junipero/compare/v3.5.2...v3.5.3) (2024-06-06)


### Bug Fixes

* **react-d3-plugin:** missing type ([9676fb3](https://github.com/p3ol/junipero/commit/9676fb3e9f61d6a6ca862d44a6b8f806c19ede45))
* **react:** missing optional chaining ([669d4dc](https://github.com/p3ol/junipero/commit/669d4dca07ed3a79461211ad0770580cc95c91e3))
* **ts-integration:** add Axis file exports on global export ([4207255](https://github.com/p3ol/junipero/commit/42072558fa7c519456b8ef64b453b4a08e415870))





## [3.5.2](https://github.com/p3ol/junipero/compare/v3.5.1...v3.5.2) (2024-06-06)


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.5.2",
"version": "3.5.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
12 changes: 12 additions & 0 deletions packages/react-d3-plugin/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.5.3](https://github.com/p3ol/junipero/compare/v3.5.2...v3.5.3) (2024-06-06)


### Bug Fixes

* **react-d3-plugin:** missing type ([9676fb3](https://github.com/p3ol/junipero/commit/9676fb3e9f61d6a6ca862d44a6b8f806c19ede45))
* **ts-integration:** add Axis file exports on global export ([4207255](https://github.com/p3ol/junipero/commit/42072558fa7c519456b8ef64b453b4a08e415870))





## [3.5.1](https://github.com/p3ol/junipero/compare/v3.5.0...v3.5.1) (2024-06-06)

**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.5.1",
"version": "3.5.3",
"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.5.3](https://github.com/p3ol/junipero/compare/v3.5.2...v3.5.3) (2024-06-06)


### Bug Fixes

* **react:** missing optional chaining ([669d4dc](https://github.com/p3ol/junipero/commit/669d4dca07ed3a79461211ad0770580cc95c91e3))





## [3.5.1](https://github.com/p3ol/junipero/compare/v3.5.0...v3.5.1) (2024-06-06)


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.5.1",
"version": "3.5.3",
"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.5.3](https://github.com/p3ol/junipero/compare/v3.5.2...v3.5.3) (2024-06-06)

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





## [3.5.2](https://github.com/p3ol/junipero/compare/v3.5.1...v3.5.2) (2024-06-06)


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

0 comments on commit 573e35a

Please sign in to comment.