From 492ea1d9ef3b6615005b2aecd58e65b3202cb0a8 Mon Sep 17 00:00:00 2001 From: bitovi-os Date: Thu, 2 May 2024 21:24:42 +0000 Subject: [PATCH] [skip ci] Publish @hatchifyjs/react v0.2.2 --- package-lock.json | 8 ++++---- packages/react/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99afae43..a144541b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20712,11 +20712,11 @@ }, "packages/react": { "name": "@hatchifyjs/react", - "version": "0.2.1", + "version": "0.2.2", "dependencies": { - "@hatchifyjs/design-mui": "^0.2.0", - "@hatchifyjs/react-ui": "^0.2.0", - "@hatchifyjs/rest-client-jsonapi": "^0.1.39" + "@hatchifyjs/design-mui": "^0.2.1", + "@hatchifyjs/react-ui": "^0.2.1", + "@hatchifyjs/rest-client-jsonapi": "^0.1.40" }, "devDependencies": { "@types/react": "^18.2.0", diff --git a/packages/react/package.json b/packages/react/package.json index a15357f4..30c7756b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hatchifyjs/react", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "exports": "./dist/react.js", "types": "./dist/react.d.ts", @@ -16,9 +16,9 @@ "build": "tsc" }, "dependencies": { - "@hatchifyjs/design-mui": "^0.2.0", - "@hatchifyjs/react-ui": "^0.2.0", - "@hatchifyjs/rest-client-jsonapi": "^0.1.39" + "@hatchifyjs/design-mui": "^0.2.1", + "@hatchifyjs/react-ui": "^0.2.1", + "@hatchifyjs/rest-client-jsonapi": "^0.1.40" }, "devDependencies": { "@types/react": "^18.2.0",