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 Sep 5, 2024
1 parent 58a14c3 commit af39e7e
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/sixty-pans-add.md

This file was deleted.

4 changes: 2 additions & 2 deletions demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@irys/sdk": "^0.1.24",
"@nucypher/taco": "^0.5.0",
"@nucypher/taco-auth": "^0.2.0",
"@nucypher/taco": "^1.0.0",
"@nucypher/taco-auth": "^0.2.1",
"@usedapp/core": "^1.2.16",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nucypher/taco": "^0.5.0",
"@nucypher/taco-auth": "^0.2.0",
"@nucypher/taco": "^1.0.0",
"@nucypher/taco-auth": "^0.2.1",
"@usedapp/core": "^1.2.16",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
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.4.0",
"version": "1.0.0",
"keywords": [
"pre",
"taco",
Expand Down
8 changes: 8 additions & 0 deletions packages/taco-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @nucypher/taco-auth

## 0.2.1

### Patch Changes

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

## 1.0.0

### Major Changes

- e802832: Initial package release

### Patch Changes

- Updated dependencies [e802832]
- @nucypher/shared@1.0.0
- @nucypher/taco-auth@0.2.1
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.5.0",
"version": "1.0.0",
"keywords": [
"taco",
"threshold",
Expand Down
13 changes: 13 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @nucypher/test-utils

## 0.1.0

### Minor Changes

- e802832: Initial package release

### Patch Changes

- Updated dependencies [e802832]
- @nucypher/shared@1.0.0
- @nucypher/taco-auth@0.2.1
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 af39e7e

Please sign in to comment.