Skip to content

Commit dbb0b78

Browse files
authored
Merge pull request #1227 from openameba/release/minor
chore: publish
2 parents a186f09 + 544ffa8 commit dbb0b78

File tree

6 files changed

+18
-4
lines changed

6 files changed

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

packages/spindle-tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-13)
7+
8+
### Features
9+
10+
- **spindle-tokens:** create font tokens ([da5f689](https://github.com/openameba/spindle/commit/da5f689ed2009eb74378e5171eba6e07afe1c4d3))
11+
612
# [1.0.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-07)
713

814
**Note:** Version bump only for package @openameba/spindle-tokens

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.0.0",
3+
"version": "1.1.0",
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.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-13)
7+
8+
**Note:** Version bump only for package @openameba/spindle-ui
9+
610
## [2.0.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-07)
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.0.1",
3+
"version": "2.1.0",
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.2",
61+
"@openameba/spindle-hooks": "^1.4.0",
6262
"ameba-color-palette.css": "^4.9.0",
6363
"react-merge-refs": "^1.1.0"
6464
},

0 commit comments

Comments
 (0)