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

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpassos committed Oct 2, 2019
1 parent 2daa588 commit 627e5d3
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 20 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
@@ -1,3 +1,9 @@
## JS-SDK 2.7.0

### Push

Support WebPush

## JS-SDK 2.6.3

### Push
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.6.3",
"version": "2.7.0",
"command": {
"publish": {
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
@@ -1,6 +1,6 @@
{
"name": "@aerogear/app",
"version": "2.6.3",
"version": "2.7.0",
"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.5.3"
},
"dependencies": {
"@aerogear/core": "2.6.3"
"@aerogear/core": "2.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@aerogear/auth",
"version": "2.6.3",
"version": "2.7.0",
"description": "JavaScript Auth module for AeroGear services",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "3.5.3"
},
"dependencies": {
"@aerogear/core": "2.6.3",
"@aerogear/core": "2.7.0",
"keycloak-js": "6.0.1",
"loglevel": "1.6.3",
"url": "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@aerogear/core",
"version": "2.6.3",
"version": "2.7.0",
"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
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-metrics",
"version": "2.6.3",
"version": "2.7.0",
"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
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-metrics"
version="2.6.3"
version="2.7.0"
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
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-push",
"version": "2.6.3",
"version": "2.7.0",
"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
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-push"
version="2.6.3"
version="2.7.0"
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
@@ -1,6 +1,6 @@
{
"name": "@aerogear/push",
"version": "2.6.3",
"version": "2.7.0",
"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.5.3"
},
"dependencies": {
"@aerogear/core": "2.6.3",
"@aerogear/core": "2.7.0",
"axios": "0.19.0",
"bowser": "2.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/security-cordova/package.json
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-security",
"version": "2.6.3",
"version": "2.7.0",
"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
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-security"
version="2.6.3"
version="2.7.0"
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
@@ -1,6 +1,6 @@
{
"name": "@aerogear/security",
"version": "2.6.3",
"version": "2.7.0",
"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.5.3"
},
"dependencies": {
"@aerogear/core": "2.6.3",
"@aerogear/core": "2.7.0",
"@types/loglevel": "1.5.4",
"axios": "0.19.0",
"loglevel": "1.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-cordova/package.json
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-sync",
"version": "2.6.3",
"version": "2.7.0",
"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
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin
id="cordova-plugin-aerogear-sync"
version="2.6.3"
version="2.7.0"
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
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-client",
"version": "2.6.3",
"version": "2.7.0",
"description": "AeroGear Voyager GraphQL client",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typescript": "3.5.3"
},
"dependencies": {
"@aerogear/core": "2.6.3",
"@aerogear/core": "2.7.0",
"apollo-cache": "1.3.2",
"apollo-cache-inmemory": "1.6.2",
"apollo-cache-persist": "0.1.1",
Expand Down

0 comments on commit 627e5d3

Please sign in to comment.