Skip to content

Commit

Permalink
Bump version to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alitaheri committed Aug 30, 2017
1 parent 33af3ff commit 9a65bde
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "0.22.1",
"lerna": "2.1.1",
"version": "0.23.0",
"packages": [
"packages/*"
]
Expand Down
14 changes: 7 additions & 7 deletions packages/pretur.clay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.clay",
"version": "0.22.1",
"version": "0.23.0",
"description": "Client-side immutability helper",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"@types/lodash": "^4.14.74",
"lodash": "^4.17.4",
"pretur.fetch": "^0.22.1",
"pretur.i18n": "^0.22.1",
"pretur.redux": "^0.22.1",
"pretur.spec": "^0.22.1",
"pretur.sync": "^0.22.1",
"pretur.validation": "^0.22.1",
"pretur.fetch": "^0.23.0",
"pretur.i18n": "^0.23.0",
"pretur.redux": "^0.23.0",
"pretur.spec": "^0.23.0",
"pretur.sync": "^0.23.0",
"pretur.validation": "^0.23.0",
"tslib": "^1.7.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pretur.fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.fetch",
"version": "0.22.1",
"version": "0.23.0",
"description": "es6 style github fetch",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pretur.i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.i18n",
"version": "0.22.1",
"version": "0.23.0",
"description": "Internationalization using MessageFormat",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/pretur.navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.navigation",
"version": "0.22.1",
"version": "0.23.0",
"description": "SPA navigation helper using react and redux",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
"@types/react": "^16.0.5",
"local-storage": "^1.4.2",
"lodash": "^4.17.4",
"pretur.i18n": "^0.22.1",
"pretur.redux": "^0.22.1",
"pretur.i18n": "^0.23.0",
"pretur.redux": "^0.23.0",
"tslib": "^1.7.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pretur.redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.redux",
"version": "0.22.1",
"version": "0.23.0",
"description": "Redux bindings",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/pretur.sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.sequelize",
"version": "0.22.1",
"version": "0.23.0",
"description": "Sequelize bindings",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@types/lodash": "^4.14.74",
"@types/sequelize": "^4.0.72",
"lodash": "^4.17.4",
"pretur.i18n": "^0.22.1",
"pretur.spec": "^0.22.1",
"pretur.sync": "^0.22.1",
"pretur.i18n": "^0.23.0",
"pretur.spec": "^0.23.0",
"pretur.sync": "^0.23.0",
"sequelize": "^4.7.5",
"tslib": "^1.7.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/pretur.spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.spec",
"version": "0.22.1",
"version": "0.23.0",
"description": "MDA model specification builder for code generation",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.25",
"lodash": "^4.17.4",
"pretur.i18n": "^0.22.1",
"pretur.i18n": "^0.23.0",
"tslib": "^1.7.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/pretur.sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.sync",
"version": "0.22.1",
"version": "0.23.0",
"description": "Front-end back-end communication infrastructure",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -32,9 +32,9 @@
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.25",
"lodash": "^4.17.4",
"pretur.fetch": "^0.22.1",
"pretur.i18n": "^0.22.1",
"pretur.spec": "^0.22.1",
"pretur.fetch": "^0.23.0",
"pretur.i18n": "^0.23.0",
"pretur.spec": "^0.23.0",
"tslib": "^1.7.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pretur.util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.util",
"version": "0.22.1",
"version": "0.23.0",
"description": "Utility type-safe methods",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/pretur.validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretur.validation",
"version": "0.22.1",
"version": "0.23.0",
"description": "Validation library with good support for i18n",
"main": "lib/main.js",
"typings": "lib/main.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"homepage": "https://github.com/pretur/pretur/tree/master/packages/pretur.validation",
"dependencies": {
"pretur.i18n": "^0.22.1",
"pretur.sync": "^0.22.1",
"pretur.i18n": "^0.23.0",
"pretur.sync": "^0.23.0",
"tslib": "^1.7.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9a65bde

Please sign in to comment.