Skip to content

Commit ac28277

Browse files
author
Release bot
committed
chore: update changelog and publish packages [skip ci]
- @medly-components/core@7.21.0 - @medly-components/forms@3.6.4 - @medly-components/layout@3.2.126
1 parent d413d39 commit ac28277

6 files changed

Lines changed: 32 additions & 5 deletions

File tree

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.21.0](https://github.com/medly/medly-components/compare/@medly-components/core@7.20.6...@medly-components/core@7.21.0) (2025-01-26)
7+
8+
9+
### Features
10+
11+
* autoscroll singleselect options in view ([d413d39](https://github.com/medly/medly-components/commit/d413d39f566ad6f0d412e1d405eb182262322e3b))
12+
13+
14+
15+
16+
617
## [7.20.6](https://github.com/medly/medly-components/compare/@medly-components/core@7.20.5...@medly-components/core@7.20.6) (2025-01-03)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medly-components/core",
3-
"version": "7.20.6",
3+
"version": "7.21.0",
44
"sideEffects": false,
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/forms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.6.4](https://github.com/medly/medly-components/compare/@medly-components/forms@3.6.3...@medly-components/forms@3.6.4) (2025-01-26)
7+
8+
**Note:** Version bump only for package @medly-components/forms
9+
10+
11+
12+
13+
614
## [3.6.3](https://github.com/medly/medly-components/compare/@medly-components/forms@3.6.2...@medly-components/forms@3.6.3) (2025-01-03)
715

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

packages/forms/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medly-components/forms",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"sideEffects": false,
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -29,7 +29,7 @@
2929
"styled-components": "^5.1.0"
3030
},
3131
"dependencies": {
32-
"@medly-components/core": "7.20.6",
32+
"@medly-components/core": "7.21.0",
3333
"@medly-components/theme": "6.5.0",
3434
"@medly-components/utils": "3.2.9",
3535
"date-fns": "^2.16.1",

packages/layout/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.126](https://github.com/medly/medly-components/compare/@medly-components/layout@3.2.125...@medly-components/layout@3.2.126) (2025-01-26)
7+
8+
**Note:** Version bump only for package @medly-components/layout
9+
10+
11+
12+
13+
614
## [3.2.125](https://github.com/medly/medly-components/compare/@medly-components/layout@3.2.124...@medly-components/layout@3.2.125) (2025-01-03)
715

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

packages/layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@medly-components/layout",
3-
"version": "3.2.125",
3+
"version": "3.2.126",
44
"sideEffects": false,
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",
@@ -29,7 +29,7 @@
2929
"styled-components": "^5.1.0"
3030
},
3131
"dependencies": {
32-
"@medly-components/core": "7.20.6",
32+
"@medly-components/core": "7.21.0",
3333
"@medly-components/icons": "1.15.0",
3434
"@medly-components/theme": "6.5.0",
3535
"@medly-components/utils": "3.2.9"

0 commit comments

Comments
 (0)