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 Oct 30, 2024
1 parent 9368a58 commit 60c26d6
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.18.1](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2024-10-30)


### Bug Fixes

* active issue while closing calendar ([9368a58](https://github.com/medly/medly-components/commit/9368a583103bb3809ed3708f37badd7068f891b2))
* remove duplicate code from test file ([f95d892](https://github.com/medly/medly-components/commit/f95d892836bdf72e77668ff3c4a96eca43cb65ee))





# [7.18.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2024-10-30)


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": "7.18.0",
"version": "7.18.1",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/forms/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.

## [3.5.4](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2024-10-30)

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





## [3.5.3](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2024-10-30)

**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": "3.5.3",
"version": "3.5.4",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "7.18.0",
"@medly-components/core": "7.18.1",
"@medly-components/theme": "6.5.0",
"@medly-components/utils": "3.2.9",
"date-fns": "^2.16.1",
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.

## [3.2.112](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2024-10-30)

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





## [3.2.111](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2024-10-30)

**Note:** Version bump only for package @medly-components/layout
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": "3.2.111",
"version": "3.2.112",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "7.18.0",
"@medly-components/core": "7.18.1",
"@medly-components/icons": "1.13.12",
"@medly-components/theme": "6.5.0",
"@medly-components/utils": "3.2.9"
Expand Down

0 comments on commit 60c26d6

Please sign in to comment.