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 Sep 1, 2021
1 parent e85f970 commit 46bab93
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @medly/create-app





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

**Note:** Version bump only for package @medly/create-app
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.7.3",
"description": "An application for generating react app",
"bin": "./bin/index.js",
"files": [
Expand All @@ -21,7 +21,7 @@
"author": "Mukul Bansal",
"license": "ISC",
"dependencies": {
"@medly/starter-shared": "0.6.0",
"@medly/starter-shared": "0.6.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"fs-extra": "^10.0.0",
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.7.1](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-09-01)


### Bug Fixes

* repositry name issue while releasing the package ([#45](https://github.com/medly/starter/issues/45)) ([e85f970](https://github.com/medly/starter/commit/e85f970032791fcd599ec7af58cb6930a85b777b))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/create-component",
"version": "0.7.0",
"version": "0.7.1",
"description": "An application for generating react component",
"bin": "./bin/index.js",
"files": [
Expand All @@ -21,7 +21,7 @@
"author": "Mukul Bansal",
"license": "ISC",
"dependencies": {
"@medly/starter-shared": "0.6.0",
"@medly/starter-shared": "0.6.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"fs-extra": "^10.0.0",
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.10.1](https://github.com/medly/starter/compare/@medly/[email protected]...@medly/[email protected]) (2021-09-01)


### Bug Fixes

* repositry name issue while releasing the package ([#45](https://github.com/medly/starter/issues/45)) ([e85f970](https://github.com/medly/starter/commit/e85f970032791fcd599ec7af58cb6930a85b777b))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/create-module",
"version": "0.10.0",
"version": "0.10.1",
"description": "An application for generating either ts module or simple ts app",
"bin": "./bin/index.js",
"files": [
Expand All @@ -19,7 +19,7 @@
"author": "Mukul Bansal",
"license": "ISC",
"dependencies": {
"@medly/starter-shared": "0.6.0",
"@medly/starter-shared": "0.6.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"fs-extra": "^10.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/shared/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-09-01)


### Bug Fixes

* repositry name issue while releasing the package ([#45](https://github.com/medly/starter/issues/45)) ([e85f970](https://github.com/medly/starter/commit/e85f970032791fcd599ec7af58cb6930a85b777b))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly/starter-shared",
"version": "0.6.0",
"version": "0.6.1",
"description": "Shared code for all the medly starter kit packages",
"main": "./src/index.js",
"files": [
Expand Down

0 comments on commit 46bab93

Please sign in to comment.