Skip to content

Commit 982daa7

Browse files
authored
Merge pull request #1238 from openameba/release/patch
chore: publish
2 parents 83338b4 + 76ee9ef commit 982daa7

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.2](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-28)
7+
8+
**Note:** Version bump only for package @openameba/spindle-hooks
9+
610
## [1.4.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-21)
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.1",
3+
"version": "1.4.2",
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.2](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-28)
7+
8+
**Note:** Version bump only for package @openameba/spindle-tokens
9+
610
## [1.2.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-21)
711

812
**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.2.1",
3+
"version": "1.2.2",
44
"description": "Spindle design tokens.",
55
"homepage": "https://github.com/openameba/spindle#readme",
66
"license": "MIT",

packages/spindle-ui/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+
## [2.1.3](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-28)
7+
8+
### Bug Fixes
9+
10+
- **spindle-ui:** set DropDown background color ([53ef217](https://github.com/openameba/spindle/commit/53ef2175ffa3829db6a57e10e2ffd2d5bbbdc1bb))
11+
612
## [2.1.2](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-02-21)
713

814
### Features

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.2",
3+
"version": "2.1.3",
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.1",
62+
"@openameba/spindle-hooks": "^1.4.2",
6363
"ameba-color-palette.css": "^4.9.0",
6464
"react-merge-refs": "^1.1.0"
6565
},

0 commit comments

Comments
 (0)