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

Commit becb7ad

Browse files
committed
fix: 2.6.0-rc1
1 parent 9ff3e91 commit becb7ad

15 files changed

Lines changed: 22 additions & 22 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.5.0",
6+
"version": "2.6.0-rc1",
77
"command": {
88
"publish": {
99
"exact": true

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/app",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "Aero Gear SDK application module",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -31,6 +31,6 @@
3131
"typescript": "3.5.3"
3232
},
3333
"dependencies": {
34-
"@aerogear/core": "2.5.0"
34+
"@aerogear/core": "2.6.0-rc1"
3535
}
3636
}

packages/auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/auth",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "JavaScript Auth module for AeroGear services",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -48,7 +48,7 @@
4848
"typescript": "3.5.3"
4949
},
5050
"dependencies": {
51-
"@aerogear/core": "2.5.0",
51+
"@aerogear/core": "2.6.0-rc1",
5252
"keycloak-js": "6.0.1",
5353
"loglevel": "1.6.3",
5454
"url": "0.11.0"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/core",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "JavaScript Core SDK for AeroGear services",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

packages/metrics-cordova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/cordova-plugin-aerogear-metrics",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "Cordova plugin for AeroGear Metrics",
55
"cordova": {
66
"id": "cordova-plugin-aerogear-metrics",

packages/metrics-cordova/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin
33
id="cordova-plugin-aerogear-metrics"
4-
version="2.5.0"
4+
version="2.6.0-rc1"
55
xmlns="http://apache.org/cordova/ns/plugins/1.0"
66
xmlns:android="http://schemas.android.com/apk/res/android">
77

packages/push-cordova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/cordova-plugin-aerogear-push",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "Cordova plugin for AeroGear Push Notifications",
55
"cordova": {
66
"id": "cordova-plugin-aerogear-push",

packages/push-cordova/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<plugin
33
id="cordova-plugin-aerogear-push"
4-
version="2.5.0"
4+
version="2.6.0-rc1"
55
xmlns="http://apache.org/cordova/ns/plugins/1.0"
66
xmlns:android="http://schemas.android.com/apk/res/android">
77

packages/push/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/push",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "AeroGear Unified Push Registration SDK",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -34,7 +34,7 @@
3434
"typescript": "3.5.3"
3535
},
3636
"dependencies": {
37-
"@aerogear/core": "2.5.0",
37+
"@aerogear/core": "2.6.0-rc1",
3838
"axios": "0.19.0"
3939
}
4040
}

packages/security-cordova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aerogear/cordova-plugin-aerogear-security",
3-
"version": "2.5.0",
3+
"version": "2.6.0-rc1",
44
"description": "Cordova plugin for self defence checks for Android and iOS devices.",
55
"cordova": {
66
"id": "cordova-plugin-aerogear-security",

0 commit comments

Comments
 (0)