Skip to content

Commit eaf033b

Browse files
authored
Merge pull request #1219 from openameba/release/patch
chore: publish
2 parents 3fa0626 + cc07af2 commit eaf033b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/spindle-hooks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.2](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @openameba/spindle-hooks
9+
610
# [1.3.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-01-15)
711

812
**Note:** Version bump only for package @openameba/spindle-hooks

packages/spindle-hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openameba/spindle-hooks",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/spindle-ui/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-07)
7+
8+
**Note:** Version bump only for package @openameba/spindle-ui
9+
610
# [2.0.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-07)
711

812
### Bug Fixes

packages/spindle-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openameba/spindle-ui",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "./index.js",
55
"module": "./index.mjs",
66
"types": "./index.d.ts",
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"dependencies": {
61-
"@openameba/spindle-hooks": "^1.3.0",
61+
"@openameba/spindle-hooks": "^1.3.2",
6262
"ameba-color-palette.css": "^4.9.0",
6363
"react-merge-refs": "^1.1.0"
6464
},

0 commit comments

Comments
 (0)