Skip to content

Commit

Permalink
Merge pull request #573 from openameba/release/minor
Browse files Browse the repository at this point in the history
chore(release): publish
  • Loading branch information
keiya01 committed Nov 7, 2022
2 parents 1db01d2 + 74f01b4 commit f63779c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/spindle-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/openameba/spindle/compare/@openameba/spindle-hooks@0.10.2...@openameba/spindle-hooks@0.11.0) (2022-11-07)


### Features

* **spindle-ui:** use spindle-hooks ([69885ba](https://github.com/openameba/spindle/commit/69885bae6c477632bc2a8375ac780ccac022ac7c))





## [0.10.3-alpha.2](https://github.com/openameba/spindle/compare/@openameba/spindle-hooks@0.10.3-alpha.0...@openameba/spindle-hooks@0.10.3-alpha.2) (2022-10-28)


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": "0.10.3-alpha.2",
"version": "0.11.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/spindle-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/openameba/spindle/compare/@openameba/spindle-ui@0.50.1...@openameba/spindle-ui@0.51.0) (2022-11-07)


### Features

* **spindle-ui:** use spindle-hooks ([69885ba](https://github.com/openameba/spindle/commit/69885bae6c477632bc2a8375ac780ccac022ac7c))





## [0.50.1-alpha.2](https://github.com/openameba/spindle/compare/@openameba/spindle-ui@0.50.1-alpha.0...@openameba/spindle-ui@0.50.1-alpha.2) (2022-10-28)


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": "0.50.1-alpha.2",
"version": "0.51.0",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
}
},
"dependencies": {
"@openameba/spindle-hooks": "^0.10.3-alpha.2",
"@openameba/spindle-hooks": "^0.11.0",
"ameba-color-palette.css": "^4.8.0",
"react-merge-refs": "^1.1.0"
},
Expand Down

0 comments on commit f63779c

Please sign in to comment.