Skip to content

Commit

Permalink
chore: Version Packages (#16)
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 Feb 20, 2023
1 parent 1a915a5 commit aa26103
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .changeset/twenty-zebras-add.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/contracts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @zcloak/contracts-core

## 0.8.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory

- Updated dependencies [[`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd)]:
- @zcloak/web3-query@0.8.1
2 changes: 1 addition & 1 deletion packages/contracts-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/credential-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/credential-core

## 1.0.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-core/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.0",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"@kiltprotocol/core": "^0.28.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/did-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zcloak/did-keyring

## 1.0.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/did-keyring/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.0",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"@kiltprotocol/did": "^0.28.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/extension-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zcloak/extension-core

## 0.8.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory
2 changes: 1 addition & 1 deletion packages/extension-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"dependencies": {
"eventemitter3": "^5.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zcloak/react-wallet

## 0.8.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory
2 changes: 1 addition & 1 deletion packages/react-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"dependencies": {
"@ethersproject/address": "^5.6.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zcloak/service

## 0.8.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"sideEffects": false,
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js"
}
10 changes: 10 additions & 0 deletions packages/ui-did-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @zcloak/ui-did-keyring

## 1.0.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory

- Updated dependencies [[`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd)]:
- @zcloak/did-keyring@1.0.1
- @zcloak/ui-store@0.8.1

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-did-keyring/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.0",
"version": "1.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^10.1.12",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zcloak/ui-store

## 0.8.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory
2 changes: 1 addition & 1 deletion packages/ui-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"dependencies": {
"eventemitter3": "^5.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/web3-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @zcloak/web3-query

## 0.8.1

### Patch Changes

- [`377fcf8`](https://github.com/zCloak-Network/common-ts/commit/377fcf859ff0b2fdb6703ccb3deb2be86acf18dd) Thanks [@zzcwoshizz](https://github.com/zzcwoshizz)! - fix publish directory
2 changes: 1 addition & 1 deletion packages/web3-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"dependencies": {
"@ethersproject/abi": "^5.7.0",
Expand Down

0 comments on commit aa26103

Please sign in to comment.