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 20, 2024
1 parent ac69c31 commit 4978f08
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.6.0-beta.3",
"version": "1.6.0-beta.4",
"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.6.0-beta.3",
"version": "1.6.0-beta.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.6.0-beta.3",
"@ic-reactor/core": "^1.6.0-beta.4",
"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.6.8-beta.6",
"version": "1.6.8-beta.7",
"description": "Visitor classes for ic-reactor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"homepage": "https://github.com/b3hr4d/ic-reactor/tree/main/packages/visit#readme",
"dependencies": {
"@dfinity/principal": "^1.2",
"@ic-reactor/core": "^1.6.0-beta.3"
"@ic-reactor/core": "^1.6.0-beta.4"
},
"peerDependencies": {
"@dfinity/principal": "^1.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@npm:^1.6.0-beta.0, @ic-reactor/core@npm:^1.6.0-beta.3, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:^1.6.0-beta.0, @ic-reactor/core@npm:^1.6.0-beta.4, @ic-reactor/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@ic-reactor/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -2205,7 +2205,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@ic-reactor/core": "npm:^1.6.0-beta.3"
"@ic-reactor/core": "npm:^1.6.0-beta.4"
zustand-utils: "npm:^1.3"
peerDependencies:
"@dfinity/agent": ^1.2
Expand Down Expand Up @@ -2249,7 +2249,7 @@ __metadata:
resolution: "@ic-reactor/visitor@workspace:packages/visitor"
dependencies:
"@dfinity/principal": "npm:^1.2"
"@ic-reactor/core": "npm:^1.6.0-beta.3"
"@ic-reactor/core": "npm:^1.6.0-beta.4"
peerDependencies:
"@dfinity/principal": ^1.2
"@ic-reactor/core": ^1.4.2
Expand Down

0 comments on commit 4978f08

Please sign in to comment.