diff --git a/package-lock.json b/package-lock.json index 9467e86..f09a637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@toniq-labs/toniq-nft-frame-mono-repo-root", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@toniq-labs/toniq-nft-frame-mono-repo-root", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "workspaces": [ "packages/*" @@ -15798,7 +15798,7 @@ }, "packages/demo": { "name": "@toniq-labs/toniq-nft-frame-demo", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@augment-vir/browser": "^21.5.0", @@ -15840,7 +15840,7 @@ }, "packages/scripts": { "name": "@toniq-labs/toniq-nft-frame-scripts", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { "@augment-vir/common": "^21.5.0", "@augment-vir/node-js": "^21.5.0" @@ -15883,7 +15883,7 @@ }, "packages/tests": { "name": "@toniq-labs/toniq-nft-frame-tests", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@augment-vir/common": "^21.5.0", @@ -15932,7 +15932,7 @@ }, "packages/toniq-nft-frame": { "name": "@toniq-labs/toniq-nft-frame", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@augment-vir/browser": "^21.5.0", diff --git a/package.json b/package.json index 347c1c2..3c7720b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toniq-labs/toniq-nft-frame-mono-repo-root", - "version": "2.0.0", + "version": "2.0.1", "private": true, "license": "MIT", "author": { diff --git a/packages/demo/package.json b/packages/demo/package.json index 7e4c8d7..a3ba5a1 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@toniq-labs/toniq-nft-frame-demo", - "version": "2.0.0", + "version": "2.0.1", "private": true, "license": "MIT", "author": { diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 8fbac0f..5114975 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@toniq-labs/toniq-nft-frame-scripts", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "compile": "virmator compile && npm run execute", diff --git a/packages/tests/package.json b/packages/tests/package.json index 9d2b6e0..57e94cc 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@toniq-labs/toniq-nft-frame-tests", - "version": "2.0.0", + "version": "2.0.1", "private": true, "license": "MIT", "author": { diff --git a/packages/toniq-nft-frame/.npmignore b/packages/toniq-nft-frame/.npmignore index dd911ef..17cbd0c 100644 --- a/packages/toniq-nft-frame/.npmignore +++ b/packages/toniq-nft-frame/.npmignore @@ -16,7 +16,6 @@ bash-scripts/ dist-docs/ generated-config-* -index.html test-files/ ts.out/ tsconfig*.json diff --git a/packages/toniq-nft-frame/package.json b/packages/toniq-nft-frame/package.json index d13a747..155b821 100644 --- a/packages/toniq-nft-frame/package.json +++ b/packages/toniq-nft-frame/package.json @@ -1,6 +1,6 @@ { "name": "@toniq-labs/toniq-nft-frame", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/Toniq-Labs/nft-frame", "bugs": { "url": "https://github.com/Toniq-Labs/nft-frame/issues"