Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 55e747d commit 6ffda27
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-pans-add.md

This file was deleted.

2 changes: 1 addition & 1 deletion demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.2.4",
"@nucypher/taco": "^1.0.0",
"@usedapp/core": "^1.2.13",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.2.4",
"@nucypher/taco": "^1.0.0",
"@usedapp/core": "^1.2.13",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nucypher/shared

## 1.0.0

### Major Changes

- e802832: Initial package release
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nucypher/shared",
"version": "0.2.1",
"version": "1.0.0",
"keywords": [
"pre",
"taco",
Expand Down
12 changes: 12 additions & 0 deletions packages/taco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @nucypher/taco

## 1.0.0

### Major Changes

- e802832: Initial package release

### Patch Changes

- Updated dependencies [e802832]
- @nucypher/shared@1.0.0
2 changes: 1 addition & 1 deletion packages/taco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nucypher/taco",
"version": "0.2.4",
"version": "1.0.0",
"keywords": [
"taco",
"threshold",
Expand Down
12 changes: 12 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @nucypher/test-utils

## 0.1.0

### Minor Changes

- e802832: Initial package release

### Patch Changes

- Updated dependencies [e802832]
- @nucypher/shared@1.0.0
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": "@nucypher/test-utils",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 6ffda27

Please sign in to comment.