Skip to content

Commit

Permalink
v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fadion committed Mar 19, 2018
1 parent 6c699da commit ea32bcb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.12",
"version": "0.0.13",
"npmClientArgs": [
"--production",
"--no-optional"
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/cache",
"version": "0.0.12",
"version": "0.0.13",
"description": "Caching for Sapphire Framework",
"license": "MIT",
"author": "Fadion Dashi <jonidashi@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/common",
"version": "0.0.12",
"version": "0.0.13",
"description": "Common utilities that are used throughout Sapphire packages",
"license": "MIT",
"author": "Aleksander Koko <aleksanderkoko@gmail>",
Expand Down
2 changes: 1 addition & 1 deletion packages/hash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/hash",
"version": "0.0.12",
"version": "0.0.13",
"description": "Hashing Package for Sapphire Framework",
"license": "MIT",
"author": "Fadion Dashi <jonidashi@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/image",
"version": "0.0.12",
"version": "0.0.13",
"description": "Image Processing and Manipulation Sapphire Framework",
"license": "MIT",
"author": "Fadion Dashi <jonidashi@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/mail",
"version": "0.0.12",
"version": "0.0.13",
"description": "Fluent Mail Client for Sapphire Framework",
"license": "MIT",
"author": "Fadion Dashi <jonidashi@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/router",
"version": "0.0.12",
"version": "0.0.13",
"description": "Routing package for Sapphire Framework",
"license": "MIT",
"author": "Aleksander Koko <aleksanderkoko@gmail.com>",
Expand All @@ -23,7 +23,7 @@
"test-ci": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@sapphirejs/common": "^0.0.12"
"@sapphirejs/common": "^0.0.13"
},
"devDependencies": {
"coveralls": "^3.0.0",
Expand Down

0 comments on commit ea32bcb

Please sign in to comment.