Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: publish #1192

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-01-15)

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

# [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
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.2.0",
"version": "1.3.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.5.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-01-15)

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

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

### 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.4.0",
"version": "1.5.0",
"scripts": {
"clean": "npx rimraf dist",
"mkdir": "npx mkdirp dist",
Expand Down
4 changes: 4 additions & 0 deletions packages/spindle-syntax-themes/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]) (2025-01-15)

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

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

**Note:** Version bump only for package @openameba/spindle-syntax-themes
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-syntax-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openameba/spindle-syntax-themes",
"version": "1.1.1",
"version": "1.2.0",
"description": "Spindle syntax themes",
"license": "MIT",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions packages/spindle-theme-switch/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]) (2025-01-15)

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

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

**Note:** Version bump only for package @openameba/spindle-theme-switch
Expand Down
2 changes: 1 addition & 1 deletion packages/spindle-theme-switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openameba/spindle-theme-switch",
"version": "1.1.0",
"version": "1.2.0",
"description": "Spindle theme switch",
"license": "MIT",
"type": "module",
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.14.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-01-15)

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

# [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
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.13.0",
"version": "0.14.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.6.0](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2025-01-15)

### Bug Fixes

- **spindle-ui:** 選択肢が長い時にラジオボタンが潰れて見える ([021e64b](https://github.com/openameba/spindle/commit/021e64b71920dd5f1cd35bdda68666807275458c))

## [1.5.1](https://github.com/openameba/spindle/compare/@openameba/[email protected]...@openameba/[email protected]) (2024-03-25)

### Bug Fixes
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.5.1",
"version": "1.6.0",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
}
},
"dependencies": {
"@openameba/spindle-hooks": "^1.2.0",
"@openameba/spindle-hooks": "^1.3.0",
"ameba-color-palette.css": "^4.9.0",
"react-merge-refs": "^1.1.0"
},
Expand Down
Loading