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 Aug 25, 2021
1 parent b78b46c commit 7845633
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.6.3](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-08-25)


### Bug Fixes

* fireEvent import issue by importing latest @testing-library/dom ([#40](https://github.com/medly/starter/issues/40)) ([b78b46c](https://github.com/medly/starter/commit/b78b46c86c3674f3f8dbdacaece44bb699fb4419))





## [0.6.2](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-08-05)


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.6.2",
"version": "0.6.3",
"description": "An application for generating react app",
"bin": "./bin/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/component/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.4](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-08-25)


### Bug Fixes

* fireEvent import issue by importing latest @testing-library/dom ([#40](https://github.com/medly/starter/issues/40)) ([b78b46c](https://github.com/medly/starter/commit/b78b46c86c3674f3f8dbdacaece44bb699fb4419))





## [0.6.3](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-08-03)

**Note:** Version bump only for package @medly/create-component
Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/create-component",
"version": "0.6.3",
"version": "0.6.4",
"description": "An application for generating react component",
"bin": "./bin/index.js",
"files": [
Expand Down

0 comments on commit 7845633

Please sign in to comment.