Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed Sep 23, 2021
1 parent 53fd0a4 commit 148817e
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3id-example-app",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"server:app": "http-server -c-1 -p 30000 .",
Expand All @@ -10,7 +10,7 @@
"start:testnet": "CERAMIC_API=https://ceramic-clay.3boxlabs.com npm start"
},
"dependencies": {
"@3id/connect": "^0.2.3",
"@3id/connect": "^0.2.5",
"@babel/runtime": "7.15.4",
"@ceramicnetwork/3id-did-resolver": "^1.4.3",
"@ceramicnetwork/http-client": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/iframe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3id-iframe",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"build:prod": "webpack --config webpack.config.js --mode=production",
Expand All @@ -16,9 +16,9 @@
"3id-did-provider": "^1.1.0",
"@3id/common": "^0.2.1",
"@3id/connect-display": "^0.2.1",
"@3id/manager": "^0.2.3",
"@3id/manager": "^0.2.5",
"@3id/ui-provider": "^0.2.4",
"@3id/window-auth-provider": "^0.2.3",
"@3id/window-auth-provider": "^0.2.5",
"@babel/runtime": "7.15.4",
"@ceramicnetwork/http-client": "^1.3.0",
"@ceramicstudio/idx": "^0.12.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3id-integration-app",
"version": "0.2.3",
"version": "0.2.5",
"private": true,
"scripts": {
"build:app": "webpack --config webpack.config.js --mode=development",
Expand All @@ -12,8 +12,8 @@
"test:integration": "CERAMIC_API=http://localhost:7777 lerna run build:test && npm run test:run"
},
"dependencies": {
"@3id/connect": "^0.2.3",
"@3id/test-utils": "^0.2.2",
"@3id/connect": "^0.2.5",
"@3id/test-utils": "^0.2.5",
"@babel/runtime": "7.15.4",
"@ceramicnetwork/3id-did-resolver": "^1.4.3",
"@ceramicnetwork/http-client": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3id-management-app",
"version": "0.2.3",
"version": "0.2.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"3id-did-provider": "^1.1.0",
"@3id/manager": "^0.2.3",
"@3id/window-auth-provider": "^0.2.3",
"@3id/manager": "^0.2.5",
"@3id/window-auth-provider": "^0.2.5",
"@ceramicnetwork/blockchain-utils-linking": "^1.2.0",
"@ceramicnetwork/http-client": "^1.3.0",
"@ceramicnetwork/transport-postmessage": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.4",
"version": "0.2.5",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3id/connect",
"version": "0.2.3",
"version": "0.2.5",
"description": "Account management for 3ID",
"author": "3box <team@3box.io>",
"license": "(Apache-2.0 OR MIT)",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@3id/common": "^0.2.1",
"@3id/connect-display": "^0.2.1",
"@3id/window-auth-provider": "^0.2.3",
"@3id/window-auth-provider": "^0.2.5",
"@ceramicnetwork/blockchain-utils-linking": "^1.2.0",
"postmsg-rpc": "^2.4.0",
"rpc-utils": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3id/manager",
"version": "0.2.3",
"version": "0.2.5",
"author": "Ceramic Studio",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/3id-connect#readme",
Expand Down Expand Up @@ -54,7 +54,7 @@
"uint8arrays": "^2.1.4"
},
"devDependencies": {
"@3id/test-utils": "^0.2.2",
"@3id/test-utils": "^0.2.5",
"@ceramicnetwork/cli": "^1.4.0",
"@ceramicnetwork/common": "^1.5.0",
"@ceramicstudio/idx-constants": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3id/service",
"version": "0.2.4",
"version": "0.2.5",
"author": "Ceramic Studio",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/3id-connect#readme",
Expand Down Expand Up @@ -40,9 +40,9 @@
"3id-did-provider": "^1.1.0",
"@3id/common": "^0.2.1",
"@3id/connect-display": "^0.2.1",
"@3id/manager": "^0.2.3",
"@3id/manager": "^0.2.5",
"@3id/ui-provider": "^0.2.4",
"@3id/window-auth-provider": "^0.2.3",
"@3id/window-auth-provider": "^0.2.5",
"@babel/runtime": "7.15.4",
"@ceramicnetwork/http-client": "^1.3.0",
"@ceramicstudio/idx": "0.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3id/test-utils",
"version": "0.2.2",
"version": "0.2.5",
"author": "Ceramic Studio",
"license": "(Apache-2.0 OR MIT)",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/window-auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3id/window-auth-provider",
"version": "0.2.3",
"version": "0.2.5",
"author": "Ceramic Studio",
"license": "(Apache-2.0 OR MIT)",
"homepage": "https://github.com/ceramicstudio/3id-connect#readme",
Expand Down

0 comments on commit 148817e

Please sign in to comment.