Skip to content

Commit

Permalink
v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 21, 2024
1 parent 378b296 commit 26aee2a
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)


### Bug Fixes

* update various deps ([378b296](https://github.com/p3ol/junipero/commit/378b2965ec29553aabb51a2a3d8dcd11abe39fe1))
* upgrade various deps ([92288dc](https://github.com/p3ol/junipero/commit/92288dcd922ed1254438594c52426b552a90b099))


### Features

* **react:** allow to load more data on select-field's scroll ([c7c9636](https://github.com/p3ol/junipero/commit/c7c9636cc7c91feaabba49cbb36613441b4c499f))





## [3.8.1](https://github.com/p3ol/junipero/compare/v3.8.0...v3.8.1) (2024-09-24)


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.8.1",
"version": "3.9.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.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)

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





## [3.8.1](https://github.com/p3ol/junipero/compare/v3.8.0...v3.8.1) (2024-09-24)

**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.8.1",
"version": "3.9.0",
"description": "🏔 Junipero Design System D3 Components for React",
"main": "dist/junipero-react-d3-plugin.cjs.js",
"module": "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.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)


### Bug Fixes

* upgrade various deps ([92288dc](https://github.com/p3ol/junipero/commit/92288dcd922ed1254438594c52426b552a90b099))


### Features

* **react:** allow to load more data on select-field's scroll ([c7c9636](https://github.com/p3ol/junipero/commit/c7c9636cc7c91feaabba49cbb36613441b4c499f))





## [3.8.1](https://github.com/p3ol/junipero/compare/v3.8.0...v3.8.1) (2024-09-24)


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


### Features

* **react:** allow to load more data on select-field's scroll ([c7c9636](https://github.com/p3ol/junipero/commit/c7c9636cc7c91feaabba49cbb36613441b4c499f))





# [3.7.0](https://github.com/p3ol/junipero/compare/v3.6.3...v3.7.0) (2024-06-25)

**Note:** Version bump only for package @junipero/theme
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/theme",
"version": "3.7.0",
"version": "3.9.0",
"description": "🏔 Junipero Design System Common Theme",
"main": "dist/junipero.min.css",
"cdn": "dist/junipero.min.css",
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.9.0](https://github.com/p3ol/junipero/compare/v3.8.1...v3.9.0) (2024-10-21)

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





## [3.8.1](https://github.com/p3ol/junipero/compare/v3.8.0...v3.8.1) (2024-09-24)

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

0 comments on commit 26aee2a

Please sign in to comment.