Skip to content

Commit 9137e4f

Browse files
authored
Merge pull request #924 from openameba/release/minor
chore: publish
2 parents 463c65b + 1102f40 commit 9137e4f

File tree

8 files changed

+23
-5
lines changed

8 files changed

+23
-5
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.2.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)
7+
8+
**Note:** Version bump only for package @openameba/spindle-hooks
9+
610
# [1.1.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-10)
711

812
### Features

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.1.0",
3+
"version": "1.2.0",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/spindle-icons/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.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)
7+
8+
**Note:** Version bump only for package @openameba/spindle-icons
9+
610
# [1.2.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-17)
711

812
### Features

packages/spindle-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openameba/spindle-icons",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"scripts": {
55
"clean": "npx rimraf dist",
66
"mkdir": "npx mkdirp dist",

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+
# [0.13.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)
7+
8+
**Note:** Version bump only for package @openameba/spindle-tokens
9+
610
## [0.12.3](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-15)
711

812
### Bug Fixes

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": "0.12.3",
3+
"version": "0.13.0",
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+
# [1.4.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)
7+
8+
### Features
9+
10+
- **spindle-ui:** add NavigationTab/UnderlineTab component ([676707e](https://github.com/openameba/spindle/commit/676707e88f1932385d983901a33caa04ced55970))
11+
612
# [1.3.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-17)
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": "1.3.0",
3+
"version": "1.4.0",
44
"main": "./index.js",
55
"module": "./index.mjs",
66
"types": "./index.d.ts",
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"dependencies": {
59-
"@openameba/spindle-hooks": "^1.1.0",
59+
"@openameba/spindle-hooks": "^1.2.0",
6060
"ameba-color-palette.css": "^4.9.0",
6161
"react-merge-refs": "^1.1.0"
6262
},

0 commit comments

Comments
 (0)