diff --git a/.changeset/sixty-pans-add.md b/.changeset/sixty-pans-add.md deleted file mode 100644 index d993956d1..000000000 --- a/.changeset/sixty-pans-add.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@nucypher/shared': major -'@nucypher/taco': major -'@nucypher/test-utils': minor ---- - -Initial package release diff --git a/demos/taco-demo/package.json b/demos/taco-demo/package.json index 8fdc80107..1c6942c54 100644 --- a/demos/taco-demo/package.json +++ b/demos/taco-demo/package.json @@ -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", diff --git a/demos/taco-nft-demo/package.json b/demos/taco-nft-demo/package.json index dc0d17dca..42f6ea48b 100644 --- a/demos/taco-nft-demo/package.json +++ b/demos/taco-nft-demo/package.json @@ -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", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md new file mode 100644 index 000000000..e84ea60f1 --- /dev/null +++ b/packages/shared/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nucypher/shared + +## 1.0.0 + +### Major Changes + +- e802832: Initial package release diff --git a/packages/shared/package.json b/packages/shared/package.json index fe8bcda0b..cb3f477e2 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/shared", - "version": "0.4.0", + "version": "1.0.0", "keywords": [ "pre", "taco", diff --git a/packages/taco-auth/CHANGELOG.md b/packages/taco-auth/CHANGELOG.md new file mode 100644 index 000000000..86687e6f0 --- /dev/null +++ b/packages/taco-auth/CHANGELOG.md @@ -0,0 +1,8 @@ +# @nucypher/taco-auth + +## 0.2.1 + +### Patch Changes + +- Updated dependencies [e802832] + - @nucypher/shared@1.0.0 diff --git a/packages/taco-auth/package.json b/packages/taco-auth/package.json index f829e8eb5..026cdc754 100644 --- a/packages/taco-auth/package.json +++ b/packages/taco-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/taco-auth", - "version": "0.2.0", + "version": "0.2.1", "keywords": [ "pre", "threshold", diff --git a/packages/taco/CHANGELOG.md b/packages/taco/CHANGELOG.md new file mode 100644 index 000000000..d6026594f --- /dev/null +++ b/packages/taco/CHANGELOG.md @@ -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 diff --git a/packages/taco/package.json b/packages/taco/package.json index 88bf9143e..87a665a82 100644 --- a/packages/taco/package.json +++ b/packages/taco/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/taco", - "version": "0.5.0", + "version": "1.0.0", "keywords": [ "taco", "threshold", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md new file mode 100644 index 000000000..af4740a0e --- /dev/null +++ b/packages/test-utils/CHANGELOG.md @@ -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 diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 9312afb64..01b31d5eb 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/test-utils", - "version": "0.0.0", + "version": "0.1.0", "private": true, "repository": { "type": "git",