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 e69859f93..3faaf3e70 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.6.0", - "@nucypher/taco-auth": "^0.3.0", + "@nucypher/taco": "^1.0.0", + "@nucypher/taco-auth": "^0.3.1", "@usedapp/core": "^1.2.16", "buffer": "^6.0.3", "ethers": "^5.8.0", diff --git a/demos/taco-nft-demo/package.json b/demos/taco-nft-demo/package.json index 95b7acbf5..2423e70ab 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.6.0", - "@nucypher/taco-auth": "^0.3.0", + "@nucypher/taco": "^1.0.0", + "@nucypher/taco-auth": "^0.3.1", "@usedapp/core": "^1.2.16", "buffer": "^6.0.3", "ethers": "^5.8.0", 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 1cdc44bc8..859bc4d69 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/shared", - "version": "0.5.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..50edeb069 --- /dev/null +++ b/packages/taco-auth/CHANGELOG.md @@ -0,0 +1,8 @@ +# @nucypher/taco-auth + +## 0.3.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 2e68475af..d584fa687 100644 --- a/packages/taco-auth/package.json +++ b/packages/taco-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/taco-auth", - "version": "0.3.0", + "version": "0.3.1", "keywords": [ "pre", "threshold", diff --git a/packages/taco/CHANGELOG.md b/packages/taco/CHANGELOG.md new file mode 100644 index 000000000..aeaa98132 --- /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.3.1 diff --git a/packages/taco/package.json b/packages/taco/package.json index 1a3a675e5..a6dc7ef13 100644 --- a/packages/taco/package.json +++ b/packages/taco/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/taco", - "version": "0.6.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..e461690b2 --- /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.3.1 diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index cea78cb70..504b068dc 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",