Skip to content

Commit

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

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


### Bug Fixes

* change order of installing dependencies to fix husky issue ([5b5ce0e](https://github.com/medly/starter/commit/5b5ce0e6922b93099308d19dc1038acaa7c5dc88))





# [0.3.0](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-06-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.3.0",
"version": "0.3.1",
"description": "An application for generating react app",
"bin": "./bin/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* change order of installing dependencies to fix husky issue ([5b5ce0e](https://github.com/medly/starter/commit/5b5ce0e6922b93099308d19dc1038acaa7c5dc88))





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


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

0 comments on commit 13fd4a7

Please sign in to comment.