Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakasar committed Oct 26, 2023
1 parent 439e1ef commit 1d55c47
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0",
"version": "1.0.1",
"packages": [
"packages/@erc-3643/*"
]
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/@erc-3643/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@erc-3643/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core library for ERC 3643 UI components.",
"keywords": [
"ERC3643",
Expand Down
4 changes: 2 additions & 2 deletions packages/@erc-3643/react-useDapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@erc-3643/react-useDapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@erc-3643/react-usedapp",
"version": "1.0.0",
"version": "1.0.1",
"description": "React components for ERC3643 interaction",
"keywords": [
"ERC3643",
Expand All @@ -21,7 +21,7 @@
"author": "ERC 3643 association <contact@erc3643.org>",
"license": "MIT",
"dependencies": {
"@erc-3643/core": "^1.0.0",
"@erc-3643/core": "^1.0.1",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@erc-3643/vue-useDapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@erc-3643/vue-usedapp",
"version": "1.0.0",
"version": "1.0.1",
"description": "VueJS components for ERC3643 interaction",
"keywords": [
"ERC3643",
Expand All @@ -21,7 +21,7 @@
"author": "ERC 3643 association <contact@erc3643.org>",
"license": "MIT",
"dependencies": {
"@erc-3643/core": "^1.0.0",
"@erc-3643/core": "^1.0.1",
"reflect-metadata": "^0.1.13"
},
"peerDependencies": {
Expand Down

0 comments on commit 1d55c47

Please sign in to comment.