Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jun 15, 2020
1 parent 1b1f6d6 commit 72105e2
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
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.1](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.0...v10.0.0-alpha.1) (2020-06-15)


### Chores

* **release:** update documentation ([1b1f6d6](https://github.com/wopian/kitsu/commit/1b1f6d6))
* **release:** update documentation ([883512b](https://github.com/wopian/kitsu/commit/883512b))


### Continuous Integration

* **action:** add jest coverage action ([804eede](https://github.com/wopian/kitsu/commit/804eede))
* **actions:** remove duplicate name ([0b3f4dd](https://github.com/wopian/kitsu/commit/0b3f4dd))
* **actions:** run checkout and yarn install ([09be991](https://github.com/wopian/kitsu/commit/09be991))
* **assign:** add github action to auto-assign issues ([356941a](https://github.com/wopian/kitsu/commit/356941a))
* **typo:** exclude .github directory ([e890848](https://github.com/wopian/kitsu/commit/e890848))
* **typo:** remove extra apostrophe in config ([c85307e](https://github.com/wopian/kitsu/commit/c85307e))


### Documentation Changes

* **kitsu:** fix typo in migration guide ([af5ac6b](https://github.com/wopian/kitsu/commit/af5ac6b))





# [10.0.0-alpha.0](https://github.com/wopian/kitsu/compare/v9.1.11...v10.0.0-alpha.0) (2020-06-15)


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.0",
"version": "10.0.0-alpha.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
12 changes: 12 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v10.0.0-alpha.0...v10.0.0-alpha.1) (2020-06-15)


### Chores

* **release:** update documentation ([1b1f6d6](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/1b1f6d6))
* **release:** update documentation ([883512b](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/883512b))





# [10.0.0-alpha.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.11...v10.0.0-alpha.0) (2020-06-15)


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.0",
"version": "10.0.0-alpha.1",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
17 changes: 17 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v10.0.0-alpha.0...v10.0.0-alpha.1) (2020-06-15)


### Chores

* **release:** update documentation ([1b1f6d6](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/1b1f6d6))
* **release:** update documentation ([883512b](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/883512b))


### Documentation Changes

* **kitsu:** fix typo in migration guide ([af5ac6b](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/af5ac6b))





# [10.0.0-alpha.0](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.11...v10.0.0-alpha.0) (2020-06-15)


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.0",
"version": "10.0.0-alpha.1",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.19.0",
"kitsu-core": "^10.0.0-alpha.0",
"kitsu-core": "^10.0.0-alpha.1",
"merge-options": "^2.0.0",
"pluralize": "^8.0.0"
},
Expand Down

0 comments on commit 72105e2

Please sign in to comment.