Skip to content

Commit

Permalink
chore(release): publish 10.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jun 7, 2021
1 parent 918b7e7 commit 29269fa
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)

**Note:** Version bump only for package kitsu






# [10.0.0-alpha.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0-alpha.11",
"version": "10.0.0-alpha.12",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
9 changes: 9 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)

**Note:** Version bump only for package kitsu-core






# [10.0.0-alpha.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)

**Note:** Version bump only for package kitsu-core
Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu-core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0-alpha.11",
"version": "10.0.0-alpha.12",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0-alpha.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)

**Note:** Version bump only for package kitsu






# [10.0.0-alpha.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)


Expand Down
4 changes: 2 additions & 2 deletions packages/kitsu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0-alpha.11",
"version": "10.0.0-alpha.12",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.21.1",
"kitsu-core": "^10.0.0-alpha.11",
"kitsu-core": "^10.0.0-alpha.12",
"merge-options": "^3.0.0",
"pluralize": "^8.0.0"
},
Expand Down

0 comments on commit 29269fa

Please sign in to comment.