Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jafri committed Aug 6, 2022
1 parent 893fd0d commit af6fd06
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular",
"version": "4.2.0",
"version": "4.2.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -18,7 +18,7 @@
"@angular/platform-browser-dynamic": "~13.1.0",
"@angular/router": "~13.1.0",
"@proton/js": "^26.1.36",
"@proton/web-sdk": "^4.2.0",
"@proton/web-sdk": "^4.2.1",
"@tailwindcss/forms": "^0.4.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "proton-test-app-react",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"dependencies": {
"@proton/js": "^26.1.36",
"@proton/web-sdk": "^4.2.0",
"@proton/web-sdk": "^4.2.1",
"@tailwindcss/forms": "^0.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "svelte-demo-app",
"private": true,
"version": "4.2.0",
"version": "4.2.1",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack serve --content-base public",
"validate": "svelte-check"
},
"dependencies": {
"@proton/js": "^26.1.36",
"@proton/web-sdk": "^4.2.0"
"@proton/web-sdk": "^4.2.1"
},
"devDependencies": {
"@tsconfig/svelte": "^1.0.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app-vue",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@proton/js": "^26.1.36",
"@proton/web-sdk": "^4.2.0",
"@proton/web-sdk": "^4.2.1",
"@tailwindcss/forms": "^0.4.0",
"vue": "^3.2.26",
"vue-router": "^4.0.0-0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"examples/*"
],
"version": "4.2.0"
"version": "4.2.1"
}
4 changes: 2 additions & 2 deletions packages/proton-browser-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proton/browser-transport",
"version": "4.2.0",
"version": "4.2.1",
"description": "Vanilla JS browser transport for Proton Link",
"homepage": "https://github.com/protonprotocol/proton-browser-transport",
"license": "BSD-3-Clause",
Expand All @@ -24,7 +24,6 @@
"@proton/link": "^4.0.0"
},
"devDependencies": {
"svelte": "^3.49.0",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand All @@ -48,6 +47,7 @@
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.53.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"ts-node": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/proton-web-sdk/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/proton-web-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"unpkg": "dist/bundle.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -31,7 +31,7 @@
},
"dependencies": {
"@greymass/eosio": "^0.6.1",
"@proton/browser-transport": "^4.2.0",
"@proton/browser-transport": "^4.2.1",
"@proton/js": "^26.1.54",
"@proton/link": "^4.2.0"
},
Expand Down

0 comments on commit af6fd06

Please sign in to comment.