Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @openameba/[email protected]
 - @openameba/[email protected]
 - @openameba/[email protected]
 - @openameba/[email protected]
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent 463c65b commit 1102f40
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/spindle-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)

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

# [1.1.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openameba/spindle-hooks",
"version": "1.1.0",
"version": "1.2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/spindle-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)

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

# [1.2.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openameba/spindle-icons",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {
"clean": "npx rimraf dist",
"mkdir": "npx mkdirp dist",
Expand Down
4 changes: 4 additions & 0 deletions packages/spindle-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.13.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)

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

## [0.12.3](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openameba/spindle-tokens",
"version": "0.12.3",
"version": "0.13.0",
"description": "Spindle design tokens.",
"homepage": "https://github.com/openameba/spindle#readme",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/spindle-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-02-06)

### Features

- **spindle-ui:** add NavigationTab/UnderlineTab component ([676707e](https://github.com/openameba/spindle/commit/676707e88f1932385d983901a33caa04ced55970))

# [1.3.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-01-17)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/spindle-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openameba/spindle-ui",
"version": "1.3.0",
"version": "1.4.0",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"@openameba/spindle-hooks": "^1.1.0",
"@openameba/spindle-hooks": "^1.2.0",
"ameba-color-palette.css": "^4.9.0",
"react-merge-refs": "^1.1.0"
},
Expand Down

0 comments on commit 1102f40

Please sign in to comment.