Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/core@1.0.5
 - @ic-reactor/react@1.0.6
 - @ic-reactor/visitor@1.0.5
  • Loading branch information
b3hr4d committed Feb 22, 2024
1 parent f98e38d commit c52ec12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/core",
"version": "1.0.4",
"version": "1.0.5",
"description": "A library for intracting with the Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/react",
"version": "1.0.5",
"version": "1.0.6",
"description": "A React library for interacting with Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=10"
},
"dependencies": {
"@ic-reactor/core": "^1.0.4",
"@ic-reactor/core": "^1.0.5",
"zustand-utils": "^1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/visitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/visitor",
"version": "1.0.4",
"version": "1.0.5",
"description": "Visitor classes for ic-reactor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@dfinity/candid": "^1.0"
},
"dependencies": {
"@ic-reactor/core": "^1.0.4"
"@ic-reactor/core": "^1.0.5"
},
"scripts": {
"test": "npx jest",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^*, @ic-reactor/core@npm:^1.0.4, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^*, @ic-reactor/core@npm:^1.0.5, @ic-reactor/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@ic-reactor/core@workspace:packages/core"
dependencies:
Expand All @@ -2190,7 +2190,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@ic-reactor/core": "npm:^1.0.4"
"@ic-reactor/core": "npm:^1.0.5"
zustand-utils: "npm:^1.3"
peerDependencies:
"@dfinity/agent": ^1.0
Expand All @@ -2204,11 +2204,11 @@ __metadata:
languageName: unknown
linkType: soft

"@ic-reactor/visitor@npm:*, @ic-reactor/visitor@npm:^*, @ic-reactor/visitor@workspace:packages/visitor":
"@ic-reactor/visitor@npm:^*, @ic-reactor/visitor@workspace:packages/visitor":
version: 0.0.0-use.local
resolution: "@ic-reactor/visitor@workspace:packages/visitor"
dependencies:
"@ic-reactor/core": "npm:^1.0.4"
"@ic-reactor/core": "npm:^1.0.5"
peerDependencies:
"@dfinity/agent": ^1.0
"@dfinity/auth-client": ^1.0
Expand Down Expand Up @@ -18228,7 +18228,6 @@ __metadata:
resolution: "react-example@workspace:examples/react-provider"
dependencies:
"@ic-reactor/react": "npm:*"
"@ic-reactor/visitor": "npm:*"
"@types/react": "npm:^18.2"
"@types/react-dom": "npm:^18.2"
react: "npm:^18.2.0"
Expand Down

0 comments on commit c52ec12

Please sign in to comment.