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

Commit

Permalink
chore: release 2.8.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
darahayes authored and Dara Hayes committed Nov 4, 2019
1 parent 4df9e54 commit 7b42c54
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.7.0",
"version": "2.8.0-rc1",
"command": {
"publish": {
"exact": true
Expand Down
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.7.0",
"version": "2.8.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 @@
"typescript": "3.6.4"
},
"dependencies": {
"@aerogear/core": "2.7.0"
"@aerogear/core": "2.8.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.7.0",
"version": "2.8.0-rc1",
"description": "JavaScript Auth module for AeroGear services",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -48,9 +48,9 @@
"typescript": "3.6.4"
},
"dependencies": {
"@aerogear/core": "2.7.0",
"keycloak-js": "7.0.1",
"loglevel": "1.6.4",
"@aerogear/core": "2.8.0-rc1",
"url": "0.11.0"
}
}
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.7.0",
"version": "2.8.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.7.0",
"version": "2.8.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.7.0"
version="2.8.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.7.0",
"version": "2.8.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.7.0"
version="2.8.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.7.0",
"version": "2.8.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 @@
"typescript": "3.6.4"
},
"dependencies": {
"@aerogear/core": "2.7.0",
"@aerogear/core": "2.8.0-rc1",
"axios": "0.19.0",
"bowser": "2.7.0"
}
Expand Down
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.7.0",
"version": "2.8.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.7.0"
version="2.8.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.7.0",
"version": "2.8.0-rc1",
"description": "AeroGear Services JavaScript Security SDK",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@aerogear/core": "2.7.0",
"@aerogear/core": "2.8.0-rc1",
"@types/loglevel": "1.5.4",
"axios": "0.19.0",
"loglevel": "1.6.4"
Expand Down
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.7.0",
"version": "2.8.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.7.0"
version="2.8.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/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-client",
"version": "2.7.0",
"version": "2.8.0-rc1",
"description": "AeroGear Voyager GraphQL client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "3.6.4"
},
"dependencies": {
"@aerogear/core": "2.7.0",
"@aerogear/core": "2.8.0-rc1",
"apollo-cache": "1.3.2",
"apollo-cache-inmemory": "1.6.3",
"apollo-cache-persist": "0.1.1",
Expand Down

0 comments on commit 7b42c54

Please sign in to comment.