Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
feat: bump version 2.1.0-rc1 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes authored Jan 22, 2019
1 parent 4768159 commit f92ecab
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"exact": true
}
},
"version": "2.0.0"
"version": "2.1.0-rc1"
}
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/app",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "Aero Gear SDK application module",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"nyc": "^11.7.1"
},
"dependencies": {
"@aerogear/core": "2.0.1"
"@aerogear/core": "2.1.0-rc1"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/auth",
"version": "2.1.0",
"version": "2.1.0-rc1",
"description": "JavaScript Auth module for AeroGear services",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@aerogear/core": "2.0.1",
"@aerogear/core": "2.1.0-rc1",
"keycloak-js": "^4.8.3",
"loglevel": "^1.6.1",
"url": "^0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/core",
"version": "2.0.1",
"version": "2.1.0-rc1",
"description": "JavaScript Core SDK for AeroGear services",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-metrics",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "Cordova plugin for AeroGear Metrics",
"cordova": {
"id": "cordova-plugin-aerogear-metrics",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-cordova/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-metrics"
version="2.0.0"
version="2.1.0-rc1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down
2 changes: 1 addition & 1 deletion packages/push-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-push",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "Cordova plugin for AeroGear Push Notifications",
"cordova": {
"id": "cordova-plugin-aerogear-push",
Expand Down
2 changes: 1 addition & 1 deletion packages/push-cordova/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-push"
version="2.0.0"
version="2.1.0-rc1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down
4 changes: 2 additions & 2 deletions packages/push/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/push",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "AeroGear Unified Push Registration SDK",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"nyc": "^11.7.1"
},
"dependencies": {
"@aerogear/core": "2.0.1",
"@aerogear/core": "2.1.0-rc1",
"axios": "^0.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/security-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-security",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "Cordova plugin for self defence checks for Android and iOS devices.",
"cordova": {
"id": "cordova-plugin-aerogear-security",
Expand Down
2 changes: 1 addition & 1 deletion packages/security-cordova/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-security"
version="2.0.0"
version="2.1.0-rc1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down
4 changes: 2 additions & 2 deletions packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/security",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "AeroGear Services JavaScript Security SDK",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -32,6 +32,6 @@
"nyc": "^11.7.1"
},
"dependencies": {
"@aerogear/core": "2.0.1"
"@aerogear/core": "2.1.0-rc1"
}
}
2 changes: 1 addition & 1 deletion packages/sync-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-sync",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "Cordova plugin for AeroGear Sync",
"cordova": {
"id": "cordova-plugin-aerogear-sync",
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-cordova/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-sync"
version="2.0.0"
version="2.1.0-rc1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down
6 changes: 3 additions & 3 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/datasync-js",
"version": "0.4.0",
"version": "2.1.0-rc1",
"description": "AeroGear Apollo GraphQL Voyager client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,7 @@
"access": "public"
},
"devDependencies": {
"@aerogear/core": "2.1.0-rc1",
"@types/chai": "^4.1.3",
"@types/debug": "0.0.31",
"@types/graphql": "^14.0.3",
Expand All @@ -40,8 +41,7 @@
"mocha": "^5.1.1",
"nyc": "^11.7.1",
"ts-node": "^7.0.1",
"typescript": "^3.1.6",
"@aerogear/core": "2.0.1"
"typescript": "^3.1.6"
},
"peerDependencies": {
"@aerogear/core": ">2.0.0"
Expand Down

0 comments on commit f92ecab

Please sign in to comment.