Skip to content

Commit 29269fa

Browse files
committed
chore(release): publish 10.0.0-alpha.12
1 parent 918b7e7 commit 29269fa

6 files changed

Lines changed: 31 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
# [10.0.0-alpha.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)
7+
8+
**Note:** Version bump only for package kitsu
9+
10+
11+
12+
13+
14+
615
# [10.0.0-alpha.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)
716

817

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0-alpha.11",
2+
"version": "10.0.0-alpha.12",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/kitsu-core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
# [10.0.0-alpha.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)
7+
8+
**Note:** Version bump only for package kitsu-core
9+
10+
11+
12+
13+
14+
615
# [10.0.0-alpha.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)
716

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

packages/kitsu-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0-alpha.11",
2+
"version": "10.0.0-alpha.12",
33
"name": "kitsu-core",
44
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
55
"author": "James Harris <wopian@wopian.me>",

packages/kitsu/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
# [10.0.0-alpha.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)
7+
8+
**Note:** Version bump only for package kitsu
9+
10+
11+
12+
13+
14+
615
# [10.0.0-alpha.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)
716

817

packages/kitsu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0-alpha.11",
2+
"version": "10.0.0-alpha.12",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <wopian@wopian.me>",
@@ -50,7 +50,7 @@
5050
"sideEffects": false,
5151
"dependencies": {
5252
"axios": "^0.21.1",
53-
"kitsu-core": "^10.0.0-alpha.11",
53+
"kitsu-core": "^10.0.0-alpha.12",
5454
"merge-options": "^3.0.0",
5555
"pluralize": "^8.0.0"
5656
},

0 commit comments

Comments
 (0)