Skip to content

Commit

Permalink
chore(tag-release): 0.0.15
Browse files Browse the repository at this point in the history
create new tag

ref: NA
  • Loading branch information
wrappidcare committed Jul 12, 2024
1 parent bf93123 commit e49237b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .wrappid/wrappid.meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -51,4 +51,4 @@
"redux": "4.2.0",
"standard-version": "9.5.0"
}
}
}

0 comments on commit e49237b

Please sign in to comment.