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 (#445)
Browse files Browse the repository at this point in the history
* chore: release 2.8.0

* doc: update release notes
  • Loading branch information
darahayes committed Nov 25, 2019
1 parent fb074ce commit aa024d5
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 20 deletions.
22 changes: 22 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## JS-SDK 2.8.0

**Note** This is the final release of the aerogear-js-sdk. Moving forward there will be several changes.

The following packages are being moved.

* @aerogear/push will continue to be published but will be found at a new repo.
* @aerogear/voyager-client will be deprecated in favour of a new package under the [Offix](https://offix.dev) project.

The following packages will be deprecated.

* @aerogear/security will be deprecated
* @aerogear/app will be deprecated
* @aerogear/metrics will be deprecated
* @aerogear/core will be deprecated

**Note:** version `2.8.0` of these packages will be available on npm, but they will no longer be maintained.

## Changes to Sync.

This release updates the version of `offix-client` within `@aerogear/voyager-client` to version `0.9.0`. Go to the [`Offix` releases page to learn more](https://github.com/aerogear/offix/releases/tag/0.9.0).

## JS-SDK 2.7.0

### Push
Expand Down
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.8.0-rc1",
"version": "2.8.0",
"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.8.0-rc1",
"version": "2.8.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.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1"
"@aerogear/core": "2.8.0"
}
}
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.8.0-rc1",
"version": "2.8.0",
"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.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0",
"keycloak-js": "7.0.1",
"loglevel": "1.6.6",
"@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.8.0-rc1",
"version": "2.8.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-metrics",
"version": "2.8.0-rc1",
"version": "2.8.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
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.8.0-rc1"
version="2.8.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/cordova-plugin-aerogear-push",
"version": "2.8.0-rc1",
"version": "2.8.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
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.8.0-rc1"
version="2.8.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/push",
"version": "2.8.0-rc1",
"version": "2.8.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.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1",
"@aerogear/core": "2.8.0",
"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.8.0-rc1",
"version": "2.8.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
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.8.0-rc1"
version="2.8.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/security",
"version": "2.8.0-rc1",
"version": "2.8.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.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1",
"@aerogear/core": "2.8.0",
"@types/loglevel": "1.5.4",
"axios": "0.19.0",
"loglevel": "1.6.6"
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.8.0-rc1",
"version": "2.8.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
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.8.0-rc1"
version="2.8.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerogear/voyager-client",
"version": "2.8.0-rc1",
"version": "2.8.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.7.2"
},
"dependencies": {
"@aerogear/core": "2.8.0-rc1",
"@aerogear/core": "2.8.0",
"apollo-cache": "1.3.2",
"apollo-cache-inmemory": "1.6.3",
"apollo-cache-persist": "0.1.1",
Expand Down

0 comments on commit aa024d5

Please sign in to comment.