Skip to content

Commit

Permalink
chore: update changelog and publish packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Release bot committed Oct 11, 2021
1 parent a5667b3 commit c329b0e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-10-11)


### Bug Fixes

* fix null type in redux starter template ([23c9b97](https://github.com/medly/starter/commit/23c9b972a7b5afd91692b260b0be3da690e88348))
* strict null check in redux files ([ddbf8ff](https://github.com/medly/starter/commit/ddbf8ffddda7f799a4813b49204049122d2f48d8))


### Features

* change default app name for react app ([a5667b3](https://github.com/medly/starter/commit/a5667b3ecac2b3d82388d19c74ce08ea97144b11))





## [0.7.4](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-09-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/create-app",
"version": "0.7.4",
"version": "0.8.0",
"description": "An application for generating react app",
"bin": "./bin/index.js",
"files": [
Expand Down

0 comments on commit c329b0e

Please sign in to comment.