Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
  • Loading branch information
b3hr4d committed Apr 4, 2024
1 parent 8c6bb37 commit 89bab92
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.4.1",
"version": "1.4.2",
"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.4.3",
"version": "1.4.4",
"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.4.1",
"@ic-reactor/core": "^1.4.2",
"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.4.5",
"version": "1.4.6",
"description": "Visitor classes for ic-reactor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/b3hr4d/ic-reactor/tree/main/packages/visit#readme",
"dependencies": {
"@ic-reactor/core": "^1.4.1"
"@ic-reactor/core": "^1.4.2"
},
"scripts": {
"test": "npx jest",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^*, @ic-reactor/core@npm:^1.3.1, @ic-reactor/core@npm:^1.4.1, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^*, @ic-reactor/core@npm:^1.3.1, @ic-reactor/core@npm:^1.4.2, @ic-reactor/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@ic-reactor/core@workspace:packages/core"
dependencies:
Expand All @@ -2065,7 +2065,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@ic-reactor/core": "npm:^1.4.1"
"@ic-reactor/core": "npm:^1.4.2"
zustand-utils: "npm:^1.3"
peerDependencies:
"@dfinity/agent": ^1.2
Expand Down Expand Up @@ -2100,7 +2100,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/visitor@workspace:packages/visitor"
dependencies:
"@ic-reactor/core": "npm:^1.4.1"
"@ic-reactor/core": "npm:^1.4.2"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 89bab92

Please sign in to comment.