Skip to content

Commit

Permalink
Upgraded minor verion to 2.34.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sambua committed Sep 5, 2019
1 parent 41c913b commit 6d47f91
Show file tree
Hide file tree
Showing 9 changed files with 290 additions and 26 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,4 @@ Fixed webpack/babel polyfill issue, 'Also fixed Identifier 'e' has already been
- v3.3.0 Added `embedding` argument for each event [Application-wide Embedding Events](https://ziggeo.com/docs/sdks/javascript/browser-interaction/application-embedding-events#javascript-revision=stable)
- v3.4.0 Upgraded ziggeo-client SDK to `~2.33.0` version, to fix only-audio bug
- v3.5.1 Upgraded ziggeo-client SDK to `~2.34.5` with new features. Stream Merge ( Like: Screen + Camera), Pausable WebRTC Recorder, Thumbnail generation.
- v3.5.2 Upgraded ziggeo-client SDK to `~2.34.8` fixed bugs.
Binary file removed build/994ed7936ec0caa5fa1bb16eea6571b9.eot
Binary file not shown.
Binary file removed build/f4d7d84bca2fda16d3e4346426b814b1.eot
Binary file not shown.
10 changes: 5 additions & 5 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions build/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.min.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "react-ziggeo",
"version": "3.5.1",
"version": "3.5.2",
"description": "Ziggeo's react component for easy react application deployment",
"main": "build/index",
"scripts": {
"start": "concurrently \"npm run dev\"",
"dev": "webpack-dev-server --hot --inline",
"reinstall": "rm -rf node_modules/ package-lock.json && yarn install",
"build": "npm run build:development && npm run build:production",
"build:development": "webpack",
"postbuild:development": "cp node_modules/ziggeo-client-sdk/build/*.swf build && cp node_modules/ziggeo-client-sdk/build/*.png build",
Expand Down Expand Up @@ -71,6 +72,7 @@
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"webpack": "^2.0.0",
"ziggeo-client-sdk": "^2.34.5"
"ziggeo-client-sdk": "^2.34.8",
"grunt": "^1.0.4"
}
}
Loading

0 comments on commit 6d47f91

Please sign in to comment.