Skip to content

Commit 74fb565

Browse files
authored
Merge pull request #1232 from openameba/release/patch
chore: publish
2 parents 9439cb5 + b2c27c0 commit 74fb565

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
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.4.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-21)
7+
8+
**Note:** Version bump only for package @openameba/spindle-hooks
9+
610
# [1.4.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-13)
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.4.0",
3+
"version": "1.4.1",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/spindle-tokens/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.2.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-21)
7+
8+
**Note:** Version bump only for package @openameba/spindle-tokens
9+
610
# [1.2.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-14)
711

812
### Features

packages/spindle-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openameba/spindle-tokens",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Spindle design tokens.",
55
"homepage": "https://github.com/openameba/spindle#readme",
66
"license": "MIT",

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.1.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-21)
7+
8+
**Note:** Version bump only for package @openameba/spindle-ui
9+
610
# [2.1.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-13)
711

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

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.1.0",
3+
"version": "2.1.1",
44
"main": "./index.js",
55
"module": "./index.mjs",
66
"types": "./index.d.ts",
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"dependencies": {
62-
"@openameba/spindle-hooks": "^1.4.0",
62+
"@openameba/spindle-hooks": "^1.4.1",
6363
"ameba-color-palette.css": "^4.9.0",
6464
"react-merge-refs": "^1.1.0"
6565
},

0 commit comments

Comments
 (0)