Skip to content

Commit

Permalink
chore: update changelog and publish packages [skip ci]
Browse files Browse the repository at this point in the history
 - @medly-components/[email protected]
 - @medly-components/[email protected]
 - @medly-components/[email protected]
  • Loading branch information
Release bot committed Aug 21, 2021
1 parent 80c73eb commit a980048
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/core/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.

## [2.18.5](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-21)


### Bug Fixes

* error not coming when required prop is provided in SingleSelect … ([#397](https://github.com/medly/medly-components/issues/397)) ([80c73eb](https://github.com/medly/medly-components/commit/80c73eba87db6ec347d7f1ed1c38763f6cf008ab))





## [2.18.4](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/core",
"version": "2.18.4",
"version": "2.18.5",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/forms/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.

## [1.28.11](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-21)


### Bug Fixes

* error not coming when required prop is provided in SingleSelect … ([#397](https://github.com/medly/medly-components/issues/397)) ([80c73eb](https://github.com/medly/medly-components/commit/80c73eba87db6ec347d7f1ed1c38763f6cf008ab))





## [1.28.10](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-20)

**Note:** Version bump only for package @medly-components/forms
Expand Down
4 changes: 2 additions & 2 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/forms",
"version": "1.28.10",
"version": "1.28.11",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -18,7 +18,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "2.18.4",
"@medly-components/core": "2.18.5",
"@medly-components/theme": "2.12.0",
"@medly-components/utils": "1.12.12",
"fast-memoize": "^2.5.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/layout/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.

## [1.28.8](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-21)

**Note:** Version bump only for package @medly-components/layout





## [1.28.7](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/layout",
"version": "1.28.7",
"version": "1.28.8",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -18,7 +18,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "2.18.4",
"@medly-components/core": "2.18.5",
"@medly-components/icons": "1.7.3",
"@medly-components/theme": "2.12.0",
"@medly-components/utils": "1.12.12"
Expand Down

0 comments on commit a980048

Please sign in to comment.