From e49237b01854474ce410afb08174763430ed168f Mon Sep 17 00:00:00 2001 From: wrappidcare Date: Fri, 12 Jul 2024 11:07:49 +0000 Subject: [PATCH] chore(tag-release): 0.0.15 create new tag ref: NA --- .wrappid/wrappid.meta.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.wrappid/wrappid.meta.json b/.wrappid/wrappid.meta.json index 9a6cfbf..26a55bb 100644 --- a/.wrappid/wrappid.meta.json +++ b/.wrappid/wrappid.meta.json @@ -2,7 +2,7 @@ "projectType": "app", "projectID": "", "projectName": "wrappid-app", - "wrTemplateVersion": "0.0.14", + "wrTemplateVersion": "0.0.15", "remote": true, "repoProvider": "github.com", "repoOwner": "wrappid", diff --git a/CHANGELOG.md b/CHANGELOG.md index f26cd23..513eeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.15](https://github.com/wrappid/wrappid-app/compare/v0.0.14...v0.0.15) (2024-07-12) + + +### Bug Fixes + +* **config:** :bug: added react-dom package to solve the installation error ([19912b5](https://github.com/wrappid/wrappid-app/commit/19912b5fc8e1f42d6cbafcfc45a4cc7666b30c41)), closes [#126](https://github.com/wrappid/wrappid-app/issues/126) + ### [0.0.14](https://github.com/wrappid/wrappid-app/compare/v0.0.13...v0.0.14) (2024-07-11) ### [0.0.13](https://github.com/wrappid/wrappid-app/compare/v0.0.12...v0.0.13) (2024-06-05) diff --git a/package-lock.json b/package-lock.json index 70cc46e..0df61f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wrappid-app", - "version": "0.0.14", + "version": "0.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wrappid-app", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "devDependencies": { "@commitlint/cli": "17.5.0", diff --git a/package.json b/package.json index 88783d1..1dd4fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrappid-app", - "version": "0.0.14", + "version": "0.0.15", "description": "This is a boilerplate application using wrappid for both web and mobile application.", "scripts": { "attributions:gen": "node ./scripts/attributions.gen.js", @@ -51,4 +51,4 @@ "redux": "4.2.0", "standard-version": "9.5.0" } -} \ No newline at end of file +}