From 5d30e3c8027caa50babc82409fead2169ab6adbd Mon Sep 17 00:00:00 2001 From: b3hr4d Date: Sat, 27 Apr 2024 15:29:54 +0300 Subject: [PATCH] Publish - @ic-reactor/core@1.6.4 - @ic-reactor/parser@0.1.2 - @ic-reactor/react@1.6.5 - @ic-reactor/visitor@1.6.13 --- packages/core/package.json | 2 +- packages/parser/package.json | 2 +- packages/react/package.json | 2 +- packages/visitor/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 47c282cd8a..612d4cb0a9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ic-reactor/core", - "version": "1.6.3", + "version": "1.6.4", "description": "A library for intracting with the Internet Computer canisters", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/parser/package.json b/packages/parser/package.json index 26833c3420..468a6dfadb 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@ic-reactor/parser", - "version": "0.1.1", + "version": "0.1.2", "description": "A parser for the DFINITY Candid language", "files": [ "dist/web/*", diff --git a/packages/react/package.json b/packages/react/package.json index 85c15d2935..5d1166cbe5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ic-reactor/react", - "version": "1.6.4", + "version": "1.6.5", "description": "A React library for interacting with Internet Computer canisters", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/visitor/package.json b/packages/visitor/package.json index 1cc93a491e..803fa9ff49 100644 --- a/packages/visitor/package.json +++ b/packages/visitor/package.json @@ -1,6 +1,6 @@ { "name": "@ic-reactor/visitor", - "version": "1.6.12", + "version": "1.6.13", "description": "Visitor classes for ic-reactor", "main": "dist/index.js", "types": "dist/index.d.ts",