From 558fa82f03a0010a19832010a2a278eb2b372822 Mon Sep 17 00:00:00 2001 From: bipoza Date: Mon, 27 May 2024 15:07:08 +0000 Subject: [PATCH] Automated release 0.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5e710d..819f253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codesyntax/ionic-react-utils", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codesyntax/ionic-react-utils", - "version": "0.2.0", + "version": "0.3.0", "devDependencies": { "@ionic/react": "^8.0.0", "@ionic/react-router": "^8.0.0", diff --git a/package.json b/package.json index acc6289..d95e47b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codesyntax/ionic-react-utils", "description": "A suite of components and utilities for Ionic Framework with React", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "main": "dist/main.js", "types": "dist/main.d.ts",