Skip to content

Commit

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

ref: NA
  • Loading branch information
wrappidcare committed Oct 3, 2024
1 parent 7633061 commit 9e69772
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 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.18",
"wrTemplateVersion": "0.0.19",
"remote": true,
"repoProvider": "github.com",
"repoOwner": "wrappid",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.19](https://github.com/wrappid/wrappid-app/compare/v0.0.18...v0.0.19) (2024-10-03)


### Features

* **core:** :wrench: add social login configuration template to wrappid config file ([d36ea31](https://github.com/wrappid/wrappid-app/commit/d36ea31ab6bb1f39e93dc4682c014892ecd20f6d)), closes [#137](https://github.com/wrappid/wrappid-app/issues/137)


### Bug Fixes

* **global:** :bug: fix defaultAppRoute ([a95c3c2](https://github.com/wrappid/wrappid-app/commit/a95c3c26a979535cb3669036341d05daa9431770)), closes [#137](https://github.com/wrappid/wrappid-app/issues/137)

### [0.0.18](https://github.com/wrappid/wrappid-app/compare/v0.0.17...v0.0.18) (2024-08-24)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrappid-app",
"version": "0.0.18",
"version": "0.0.19",
"description": "This is a boilerplate application using wrappid for both web and mobile application.",
"scripts": {
"attributions:gen": "node ./scripts/attributions.gen.js",
Expand Down

0 comments on commit 9e69772

Please sign in to comment.