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 Jan 6, 2021
1 parent 24985f1 commit 7d88dbf
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.18](https://github.com/wopian/kitsu/compare/v9.1.17...v9.1.18) (2021-01-06)


### Build System / Dependencies

* ignore 10.x dist output in 9.x releases ([56e455a](https://github.com/wopian/kitsu/commit/56e455a))
* lock file maintenance ([80442af](https://github.com/wopian/kitsu/commit/80442af))
* update dependency axios to ^0.21.1 ([fcef128](https://github.com/wopian/kitsu/commit/fcef128))
* update devpendency documentation to ~13.1.0 ([53bc454](https://github.com/wopian/kitsu/commit/53bc454))


### Chores

* **release:** update documentation ([24985f1](https://github.com/wopian/kitsu/commit/24985f1))


### Documentation Changes

* update minimum browser support for compiled outputs ([7cb4513](https://github.com/wopian/kitsu/commit/7cb4513))






## [9.1.17](https://github.com/wopian/kitsu/compare/v9.1.16...v9.1.17) (2020-12-06)


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": "9.1.17",
"version": "9.1.18",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
22 changes: 22 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.18](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.17...v9.1.18) (2021-01-06)


### Build System / Dependencies

* ignore 10.x dist output in 9.x releases ([56e455a](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/56e455a))


### Chores

* **release:** update documentation ([24985f1](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/24985f1))


### Documentation Changes

* update minimum browser support for compiled outputs ([7cb4513](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/commit/7cb4513))






## [9.1.17](https://github.com/wopian/kitsu/tree/master/packages/kitsu-core/compare/v9.1.16...v9.1.17) (2020-12-06)


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": "9.1.17",
"version": "9.1.18",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <[email protected]>",
Expand Down
23 changes: 23 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.18](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.17...v9.1.18) (2021-01-06)


### Build System / Dependencies

* ignore 10.x dist output in 9.x releases ([56e455a](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/56e455a))
* update dependency axios to ^0.21.1 ([fcef128](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/fcef128))


### Chores

* **release:** update documentation ([24985f1](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/24985f1))


### Documentation Changes

* update minimum browser support for compiled outputs ([7cb4513](https://github.com/wopian/kitsu/tree/master/packages/kitsu/commit/7cb4513))






## [9.1.17](https://github.com/wopian/kitsu/tree/master/packages/kitsu/compare/v9.1.16...v9.1.17) (2020-12-06)


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": "9.1.17",
"version": "9.1.18",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -48,7 +48,7 @@
"sideEffects": false,
"dependencies": {
"axios": "^0.21.1",
"kitsu-core": "^9.1.17",
"kitsu-core": "^9.1.18",
"pluralize": "^8.0.0"
},
"size-limit": [
Expand Down

0 comments on commit 7d88dbf

Please sign in to comment.