Skip to content

Commit

Permalink
Merge pull request #514 from pusher/7.0.2
Browse files Browse the repository at this point in the history
prepare release 7.0.2
  • Loading branch information
James Lees committed Nov 26, 2020
2 parents 5309fe7 + f647136 commit abee25c
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 22 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 7.0.2 (2020-11-26)

[FIXED] Removes `AuthInfo` type from react-native and with-encryption builds.
This type was removed everywhere else in v7.0.0. See [issue
512](https://github.com/pusher/pusher-js/issues/512)

## 7.0.1 (2020-11-02)

[FIXED] Channels no longer get stuck in the `subscriptionPending` state
Expand Down
4 changes: 2 additions & 2 deletions dist/node/pusher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v7.0.1
* Pusher JavaScript Library v7.0.2
* https://pusher.com/
*
* Copyright 2020, Pusher
Expand Down Expand Up @@ -7447,7 +7447,7 @@ function safeJSONStringify(source) {

// CONCATENATED MODULE: ./src/core/defaults.ts
var Defaults = {
VERSION: "7.0.1",
VERSION: "7.0.2",
PROTOCOL: 7,
wsPort: 80,
wssPort: 443,
Expand Down
4 changes: 2 additions & 2 deletions dist/react-native/pusher.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/web/pusher-with-encryption.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v7.0.1
* Pusher JavaScript Library v7.0.2
* https://pusher.com/
*
* Copyright 2020, Pusher
Expand Down Expand Up @@ -2994,7 +2994,7 @@ var ScriptReceivers = new ScriptReceiverFactory('_pusher_script_', 'Pusher.Scrip

// CONCATENATED MODULE: ./src/core/defaults.ts
var Defaults = {
VERSION: "7.0.1",
VERSION: "7.0.2",
PROTOCOL: 7,
wsPort: 80,
wssPort: 443,
Expand Down
4 changes: 2 additions & 2 deletions dist/web/pusher-with-encryption.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/web/pusher.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v7.0.1
* Pusher JavaScript Library v7.0.2
* https://pusher.com/
*
* Copyright 2020, Pusher
Expand Down Expand Up @@ -592,7 +592,7 @@ var ScriptReceivers = new ScriptReceiverFactory('_pusher_script_', 'Pusher.Scrip

// CONCATENATED MODULE: ./src/core/defaults.ts
var Defaults = {
VERSION: "7.0.1",
VERSION: "7.0.2",
PROTOCOL: 7,
wsPort: 80,
wssPort: 443,
Expand Down
4 changes: 2 additions & 2 deletions dist/web/pusher.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/worker/pusher-with-encryption.worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v7.0.1
* Pusher JavaScript Library v7.0.2
* https://pusher.com/
*
* Copyright 2020, Pusher
Expand Down Expand Up @@ -3289,7 +3289,7 @@ function safeJSONStringify(source) {

// CONCATENATED MODULE: ./src/core/defaults.ts
var Defaults = {
VERSION: "7.0.1",
VERSION: "7.0.2",
PROTOCOL: 7,
wsPort: 80,
wssPort: 443,
Expand Down
4 changes: 2 additions & 2 deletions dist/worker/pusher-with-encryption.worker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/worker/pusher.worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Pusher JavaScript Library v7.0.1
* Pusher JavaScript Library v7.0.2
* https://pusher.com/
*
* Copyright 2020, Pusher
Expand Down Expand Up @@ -887,7 +887,7 @@ function safeJSONStringify(source) {

// CONCATENATED MODULE: ./src/core/defaults.ts
var Defaults = {
VERSION: "7.0.1",
VERSION: "7.0.2",
PROTOCOL: 7,
wsPort: 80,
wssPort: 443,
Expand Down
4 changes: 2 additions & 2 deletions dist/worker/pusher.worker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusher-js",
"version": "7.0.1",
"version": "7.0.2",
"description": "Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers",
"main": "dist/node/pusher.js",
"browser": "dist/web/pusher.js",
Expand Down

0 comments on commit abee25c

Please sign in to comment.