Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Feb 16, 2018
1 parent cfa3199 commit 320f3d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "5.0.2",
"version": "5.0.3",
"npmClient": "yarn",
"useWorkspaces": true,
"loglevel": "warn"
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": "5.0.2",
"version": "5.0.3",
"name": "kitsu-core",
"description": "Core serialisation and deserialsation functions for the kitsu JSON:API client",
"author": "James Harris <[email protected]>",
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": "5.0.2",
"version": "5.0.3",
"name": "kitsu",
"description": "Simple & lightweight JSON-API client for Kitsu and other compliant APIs",
"author": "James Harris <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"axios": "^0.17.0",
"babel-runtime": "^6.26.0",
"kitsu-core": "^5.0.2",
"kitsu-core": "^5.0.3",
"pluralize": "^7.0.0"
},
"size-limit": [
Expand Down

0 comments on commit 320f3d5

Please sign in to comment.