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

Commit

Permalink
Merge pull request #127 from StephenCoady/release-1.0.0-alpha
Browse files Browse the repository at this point in the history
release version 1.0.0-alpha
  • Loading branch information
StephenCoady authored Jun 8, 2018
2 parents 78ee8f7 + d9386bc commit 04cc15e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 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": "0.4.0"
"version": "1.0.0-alpha"
}
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": "0.4.0",
"version": "1.0.0-alpha",
"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": "0.4.0"
"@aerogear/core": "1.0.0-alpha"
}
}
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": "0.4.0",
"version": "1.0.0-alpha",
"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": "0.4.0",
"@aerogear/core": "1.0.0-alpha",
"keycloak-js": "4.0.0-beta.1",
"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": "0.4.0",
"version": "1.0.0-alpha",
"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": "0.4.0",
"version": "1.0.0-alpha",
"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="0.4.0"
version="1.0.0-alpha"
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": "0.4.0",
"version": "1.0.0-alpha",
"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="0.4.0"
version="1.0.0-alpha"
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": "0.4.0",
"version": "1.0.0-alpha",
"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": "0.4.0",
"@aerogear/core": "1.0.0-alpha",
"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": "0.4.0",
"version": "1.0.0-alpha",
"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="0.4.0"
version="1.0.0-alpha"
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": "0.4.0",
"version": "1.0.0-alpha",
"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": "0.4.0"
"@aerogear/core": "1.0.0-alpha"
}
}

0 comments on commit 04cc15e

Please sign in to comment.