Skip to content

Commit

Permalink
chore: Version Packages (beta) (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 27, 2023
1 parent f042638 commit 0c6ed24
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"@zcloak/login-rpc-defines": "1.1.1",
"@zcloak/login-verify": "1.1.3"
},
"changesets": []
"changesets": [
"short-flowers-clean"
]
}
7 changes: 7 additions & 0 deletions packages/did/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @zcloak/login-did

## 1.1.2-beta.0

### Patch Changes

- Updated dependencies [[`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d)]:
- @zcloak/login-providers@1.2.0-beta.0

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.1",
"version": "1.1.2-beta.0",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @zcloak/login-providers

## 1.2.0-beta.0

### Minor Changes

- [#20](https://github.com/zCloak-Network/zkid-login/pull/20) [`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - add PostMessageProvider, it work on iframe of zkid wallet pwa app.

### Patch Changes

- Updated dependencies [[`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d)]:
- @zcloak/login-rpc-defines@1.2.0-beta.0
- @zcloak/login-rpc@1.1.0-beta.0

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.1",
"version": "1.2.0-beta.0",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/rpc-defines/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @zcloak/login-rpc-defines

## 1.2.0-beta.0

### Minor Changes

- [#20](https://github.com/zCloak-Network/zkid-login/pull/20) [`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - add PostMessageProvider, it work on iframe of zkid wallet pwa app.

### Patch Changes

- Updated dependencies [[`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d)]:
- @zcloak/login-rpc@1.1.0-beta.0

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-defines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.1",
"version": "1.2.0-beta.0",
"main": "index.js",
"dependencies": {
"@zcloak/login-rpc": "workspace:^"
Expand Down
6 changes: 6 additions & 0 deletions packages/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/login-rpc

## 1.1.0-beta.0

### Minor Changes

- [#20](https://github.com/zCloak-Network/zkid-login/pull/20) [`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - add PostMessageProvider, it work on iframe of zkid wallet pwa app.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.0.1",
"version": "1.1.0-beta.0",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^10.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @zcloak/login-verify

## 1.1.4-beta.0

### Patch Changes

- Updated dependencies [[`f042638`](https://github.com/zCloak-Network/zkid-login/commit/f04263887e700d1c29e19445fb6b44e028face9d)]:
- @zcloak/login-rpc-defines@1.2.0-beta.0
- @zcloak/login-rpc@1.1.0-beta.0

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.3",
"version": "1.1.4-beta.0",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
Expand Down

0 comments on commit 0c6ed24

Please sign in to comment.