Skip to content

Commit

Permalink
Publish
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
gmukul01 committed Oct 8, 2020
1 parent 4f039ac commit b601301
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 22 deletions.
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.27.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)


### Bug Fixes

* seacrh issue in SingleSelect and MultiSelect componenet ([2e396bb](https://github.com/medly/medly-components/commit/2e396bbb4e1bd03742a60f197e5991f4e1313581))


### Features

* **core:** update pagination component as per new design ([cda1364](https://github.com/medly/medly-components/commit/cda1364a82cc11c0f6ecd3b9be9cef39ea530f0e))





# [1.26.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)


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": "1.26.0",
"version": "1.27.0",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -19,9 +19,9 @@
},
"dependencies": {
"@datepicker-react/styled": "^2.3.0",
"@medly-components/icons": "1.4.1",
"@medly-components/theme": "1.19.0",
"@medly-components/utils": "1.5.0",
"@medly-components/icons": "1.4.2",
"@medly-components/theme": "1.20.0",
"@medly-components/utils": "1.5.1",
"effector": "^20.16.1",
"effector-react": "^20.7.4",
"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.11.1](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)

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





# [1.11.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)


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.11.0",
"version": "1.11.1",
"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": "1.26.0",
"@medly-components/theme": "1.19.0",
"@medly-components/utils": "1.5.0",
"@medly-components/core": "1.27.0",
"@medly-components/theme": "1.20.0",
"@medly-components/utils": "1.5.1",
"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.4.2](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)

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





## [1.4.1](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)

**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.4.1",
"version": "1.4.2",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -21,7 +21,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/theme": "1.19.0",
"@medly-components/utils": "1.5.0"
"@medly-components/theme": "1.20.0",
"@medly-components/utils": "1.5.1"
}
}
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.12.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)


### Features

* **core:** update pagination component as per new design ([cda1364](https://github.com/medly/medly-components/commit/cda1364a82cc11c0f6ecd3b9be9cef39ea530f0e))





## [1.11.9](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)

**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.11.9",
"version": "1.12.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": "1.26.0",
"@medly-components/icons": "1.4.1",
"@medly-components/theme": "1.19.0",
"@medly-components/utils": "1.5.0"
"@medly-components/core": "1.27.0",
"@medly-components/icons": "1.4.2",
"@medly-components/theme": "1.20.0",
"@medly-components/utils": "1.5.1"
}
}
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.0.26](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)

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





## [1.0.25](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)

**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.0.25",
"version": "1.0.26",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -17,7 +17,7 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/theme": "1.19.0",
"@medly-components/utils": "1.5.0"
"@medly-components/theme": "1.20.0",
"@medly-components/utils": "1.5.1"
}
}
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.

# [1.20.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)


### Features

* **core:** update pagination component as per new design ([cda1364](https://github.com/medly/medly-components/commit/cda1364a82cc11c0f6ecd3b9be9cef39ea530f0e))





# [1.19.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)


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": "1.19.0",
"version": "1.20.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.5.1](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-08)

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





# [1.5.0](https://github.com/medly/medly-components/compare/@medly-components/[email protected]...@medly-components/[email protected]) (2020-10-01)


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.5.0",
"version": "1.5.1",
"sideEffects": false,
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand All @@ -17,6 +17,6 @@
"styled-components": "^5.1.0"
},
"dependencies": {
"@medly-components/theme": "1.19.0"
"@medly-components/theme": "1.20.0"
}
}

0 comments on commit b601301

Please sign in to comment.