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]
 - @medly-components/[email protected]
  • Loading branch information
Release bot committed Oct 15, 2023
1 parent 655aa20 commit 0e368c3
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/core/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.

## [6.32.1](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-10-15)

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





# [6.32.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-09-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/core",
"version": "6.32.0",
"version": "6.32.1",
"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/icons": "1.12.15",
"@medly-components/icons": "1.13.0",
"@medly-components/loaders": "1.6.14",
"@medly-components/theme": "5.2.1",
"@medly-components/utils": "3.1.1",
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.

## [2.2.21](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-10-15)

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





## [2.2.20](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-09-05)

**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": "2.2.20",
"version": "2.2.21",
"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": "6.32.0",
"@medly-components/core": "6.32.1",
"@medly-components/theme": "5.2.1",
"@medly-components/utils": "3.1.1",
"date-fns": "^2.16.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/icons/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.13.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-10-15)


### Features

* add new nofile icon ([655aa20](https://github.com/medly/medly-components/commit/655aa20454b68098ccaae753c4643adc8b549f63))





## [1.12.15](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-04-03)

**Note:** Version bump only for package @medly-components/icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/icons",
"version": "1.12.15",
"version": "1.13.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
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.57](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-10-15)

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





## [3.2.56](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2023-09-05)

**Note:** Version bump only for package @medly-components/layout
Expand Down
6 changes: 3 additions & 3 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.56",
"version": "3.2.57",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "6.32.0",
"@medly-components/icons": "1.12.15",
"@medly-components/core": "6.32.1",
"@medly-components/icons": "1.13.0",
"@medly-components/theme": "5.2.1",
"@medly-components/utils": "3.1.1"
}
Expand Down

0 comments on commit 0e368c3

Please sign in to comment.