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]
 - @medly-components/[email protected]
 - @medly-components/[email protected]
 - @medly-components/[email protected]
  • Loading branch information
Release bot committed Aug 23, 2021
1 parent 94e0e28 commit b58b2f2
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 22 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.

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

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





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


Expand Down
8 changes: 4 additions & 4 deletions 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.5",
"version": "2.18.6",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -18,9 +18,9 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/icons": "1.7.3",
"@medly-components/theme": "2.12.0",
"@medly-components/utils": "1.12.12",
"@medly-components/icons": "1.7.4",
"@medly-components/theme": "2.13.0",
"@medly-components/utils": "1.12.13",
"effector": "^21.8.12",
"effector-react": "^21.3.2",
"polished": "^3.6.2",
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.

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

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





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


Expand Down
8 changes: 4 additions & 4 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.11",
"version": "1.28.12",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -18,9 +18,9 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "2.18.5",
"@medly-components/theme": "2.12.0",
"@medly-components/utils": "1.12.12",
"@medly-components/core": "2.18.6",
"@medly-components/theme": "2.13.0",
"@medly-components/utils": "1.12.13",
"fast-memoize": "^2.5.2"
}
}
8 changes: 8 additions & 0 deletions packages/icons/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.7.4](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-23)

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





## [1.7.3](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/icons
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/icons",
"version": "1.7.3",
"version": "1.7.4",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -22,7 +22,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/theme": "2.12.0",
"@medly-components/utils": "1.12.12"
"@medly-components/theme": "2.13.0",
"@medly-components/utils": "1.12.13"
}
}
11 changes: 11 additions & 0 deletions packages/layout/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.29.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-23)


### Features

* **layout:** allow setting a different height for header in mobile resoltuion ([#392](https://github.com/medly/medly-components/issues/392)) ([94e0e28](https://github.com/medly/medly-components/commit/94e0e2856c12a4674d39680d25001d64c9c42d47))





## [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
Expand Down
10 changes: 5 additions & 5 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.8",
"version": "1.29.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -18,9 +18,9 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/core": "2.18.5",
"@medly-components/icons": "1.7.3",
"@medly-components/theme": "2.12.0",
"@medly-components/utils": "1.12.12"
"@medly-components/core": "2.18.6",
"@medly-components/icons": "1.7.4",
"@medly-components/theme": "2.13.0",
"@medly-components/utils": "1.12.13"
}
}
8 changes: 8 additions & 0 deletions packages/loaders/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.2.18](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-23)

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





## [1.2.17](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/loaders
Expand Down
6 changes: 3 additions & 3 deletions packages/loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/loaders",
"version": "1.2.17",
"version": "1.2.18",
"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/theme": "2.12.0",
"@medly-components/utils": "1.12.12"
"@medly-components/theme": "2.13.0",
"@medly-components/utils": "1.12.13"
}
}
11 changes: 11 additions & 0 deletions packages/theme/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.13.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-23)


### Features

* **layout:** allow setting a different height for header in mobile resoltuion ([#392](https://github.com/medly/medly-components/issues/392)) ([94e0e28](https://github.com/medly/medly-components/commit/94e0e2856c12a4674d39680d25001d64c9c42d47))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/theme",
"version": "2.12.0",
"version": "2.13.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/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.12.13](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2021-08-23)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@medly-components/utils",
"version": "1.12.12",
"version": "1.12.13",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -19,7 +19,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/theme": "2.12.0",
"@medly-components/theme": "2.13.0",
"date-fns": "^2.16.1",
"swr": "^0.5.4"
}
Expand Down

0 comments on commit b58b2f2

Please sign in to comment.