Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #460

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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