Skip to content

Commit

Permalink
v3.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Feb 18, 2025
1 parent 1544cb7 commit 480e91a
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 13 deletions.
11 changes: 11 additions & 0 deletions 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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)


### Bug Fixes

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)


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.10.4",
"version": "3.10.5",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)

**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.10.4",
"version": "3.10.5",
"description": "🏔 Junipero Design System Core Utils",
"main": "dist/junipero-core.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)

**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.10.4",
"version": "3.10.5",
"description": "🏔 Junipero Design System React hooks",
"main": "dist/junipero-hooks.cjs.js",
"module": "dist/esm/index.js",
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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)

**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.10.4",
"version": "3.10.5",
"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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)


### Bug Fixes

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/react",
"version": "3.10.4",
"version": "3.10.5",
"description": "🏔 Junipero Design System React components",
"main": "dist/junipero-react.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@floating-ui/react": "0.27.4",
"@junipero/core": "^3.10.4",
"@junipero/hooks": "^3.10.4"
"@junipero/core": "^3.10.5",
"@junipero/hooks": "^3.10.5"
},
"scripts": {
"clean": "rm -rf ./dist || true",
Expand Down
8 changes: 8 additions & 0 deletions packages/tailwind-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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)

**Note:** Version bump only for package @junipero/tailwind-plugin
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@junipero/tailwind-plugin",
"version": "3.10.4",
"version": "3.10.5",
"description": "🏔 Junipero Design System Tailwind Plugin",
"main": "dist/junipero-tailwind-plugin.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.10.5](https://github.com/p3ol/junipero/compare/v3.10.4...v3.10.5) (2025-02-18)

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





## [3.10.4](https://github.com/p3ol/junipero/compare/v3.10.3...v3.10.4) (2025-02-03)

**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.10.4",
"version": "3.10.5",
"description": "🏔 Junipero Design System React Transitions",
"main": "dist/junipero-transitions.cjs.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1158,13 +1158,13 @@ __metadata:
languageName: node
linkType: hard

"@junipero/core@npm:^3.10.4, @junipero/core@workspace:*, @junipero/core@workspace:packages/core":
"@junipero/core@npm:^3.10.5, @junipero/core@workspace:*, @junipero/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@junipero/core@workspace:packages/core"
languageName: unknown
linkType: soft

"@junipero/hooks@npm:^3.10.4, @junipero/hooks@workspace:packages/hooks":
"@junipero/hooks@npm:^3.10.5, @junipero/hooks@workspace:packages/hooks":
version: 0.0.0-use.local
resolution: "@junipero/hooks@workspace:packages/hooks"
peerDependencies:
Expand Down Expand Up @@ -1192,8 +1192,8 @@ __metadata:
resolution: "@junipero/react@workspace:packages/react"
dependencies:
"@floating-ui/react": "npm:0.27.4"
"@junipero/core": "npm:^3.10.4"
"@junipero/hooks": "npm:^3.10.4"
"@junipero/core": "npm:^3.10.5"
"@junipero/hooks": "npm:^3.10.5"
peerDependencies:
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
Expand Down

0 comments on commit 480e91a

Please sign in to comment.