Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
1 parent 2d6a671 commit a9d1fe9
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-news-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-kangaroos-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-peas-fold.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# api

## 0.1.1

### Patch Changes

- Updated dependencies [7bfd971]
- Updated dependencies [5ebcc3c]
- Updated dependencies [5bcc748]
- @snapshot-labs/sx@0.2.0
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"@ethersproject/units": "^5.6.1",
"@faker-js/faker": "^7.4.0",
"@snapshot-labs/checkpoint": "^0.1.0-beta.44",
"@snapshot-labs/sx": "^0.1.0",
"@snapshot-labs/sx": "^0.2.0",
"@types/bn.js": "^5.1.0",
"@types/mysql": "^2.15.21",
"@types/node": "^18.11.6",
Expand Down
10 changes: 10 additions & 0 deletions apps/mana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# mana

## 0.1.1

### Patch Changes

- Updated dependencies [7bfd971]
- Updated dependencies [5ebcc3c]
- Updated dependencies [5bcc748]
- @snapshot-labs/sx@0.2.0
4 changes: 2 additions & 2 deletions apps/mana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mana",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@ethersproject/wallet": "^5.7.0",
"@scure/bip32": "^1.3.3",
"@scure/bip39": "^1.2.2",
"@snapshot-labs/sx": "^0.1.0",
"@snapshot-labs/sx": "^0.2.0",
"@types/cors": "^2.8.17",
"abi-wan-kanabi": "^2.0.0",
"async-mutex": "^0.4.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ui

## 0.1.1

### Patch Changes

- Updated dependencies [7bfd971]
- Updated dependencies [5ebcc3c]
- Updated dependencies [5bcc748]
- @snapshot-labs/sx@0.2.0
4 changes: 2 additions & 2 deletions apps/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"main": "main.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@snapshot-labs/pineapple": "^1.1.0",
"@snapshot-labs/prettier-config": "^0.1.0-beta.18",
"@snapshot-labs/snapshot.js": "^0.12.42",
"@snapshot-labs/sx": "^0.1.0",
"@snapshot-labs/sx": "^0.2.0",
"@vueuse/core": "^10.4.1",
"@walletconnect/core": "^2.11.0",
"@walletconnect/types": "^2.11.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/sx.js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @snapshot-labs/sx

## 0.2.0

### Minor Changes

- 7bfd971: Add privacy option to proposal and update-proposal

### Patch Changes

- 5ebcc3c: add flagProposal method to offchain EthereumSig client
- 5bcc748: encrypt only shutter votes

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sx.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/sx",
"version": "0.1.6",
"version": "0.2.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit a9d1fe9

Please sign in to comment.