Skip to content

Commit

Permalink
v2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deployment Robot committed Dec 1, 2020
1 parent 2b213a0 commit 4f7ae44
Show file tree
Hide file tree
Showing 16 changed files with 122 additions and 17 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)


### Bug Fixes

* build ([cbb8757](https://github.com/coingaming/sportsbet-design/commit/cbb8757500918ada07776b506208eb5711a4e190))
* remove useTimeout.tsx ([09f030d](https://github.com/coingaming/sportsbet-design/commit/09f030d5f219881f64af4f3e71fa5f4acb520d7b))
* toast design alighments ([40a089b](https://github.com/coingaming/sportsbet-design/commit/40a089b4ebdcc11e6916f10b13acb924363705a4))
* update readme ([0e9b831](https://github.com/coingaming/sportsbet-design/commit/0e9b831e27827b5182eaadedb02c0a69cb4f7ce2))


### Features

* deprecate caption ([9246660](https://github.com/coingaming/sportsbet-design/commit/924666089a49d984382f19eea359d21104ef72b0))
* initial functionality ([cf02a80](https://github.com/coingaming/sportsbet-design/commit/cf02a803946a3b8a11ac1eb8f4698862ae41b315))
* introduce notifications ([97d33dc](https://github.com/coingaming/sportsbet-design/commit/97d33dced69211b742b83d03057dd7c6f5a4e794))
* toast ([7e5c490](https://github.com/coingaming/sportsbet-design/commit/7e5c490e8cdcb61493ac25786d1510a148d61f71))
* toast ([cccd804](https://github.com/coingaming/sportsbet-design/commit/cccd804772487fe238134da50411bf3486e67131))





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)


Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
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.

# [2.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)


### Features

* initial functionality ([cf02a80](https://github.com/coingaming/sportsbet-design/commit/cf02a803946a3b8a11ac1eb8f4698862ae41b315))
* introduce notifications ([97d33dc](https://github.com/coingaming/sportsbet-design/commit/97d33dced69211b742b83d03057dd7c6f5a4e794))





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)

**Note:** Version bump only for package docs
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "2.54.1",
"version": "2.55.0",
"repository": "https://github.com/coingaming/sportsbet-design",
"author": "Coingaming Group",
"license": "MIT",
Expand Down Expand Up @@ -31,16 +31,16 @@
},
"dependencies": {
"@heathmont/moon-assets": "^2.54.1",
"@heathmont/moon-calendar": "^2.54.1",
"@heathmont/moon-charts": "^2.54.1",
"@heathmont/moon-components": "^2.54.1",
"@heathmont/moon-calendar": "^2.55.0",
"@heathmont/moon-charts": "^2.55.0",
"@heathmont/moon-components": "^2.55.0",
"@heathmont/moon-core": "2.49.3-alpha.0",
"@heathmont/moon-fonts": "^2.37.0",
"@heathmont/moon-global": "^2.54.1",
"@heathmont/moon-notifications": "2.54.2-alpha.0",
"@heathmont/moon-pagination": "^2.54.1",
"@heathmont/moon-pagination": "^2.55.0",
"@heathmont/moon-sidebar": "^2.54.1",
"@heathmont/moon-table": "^2.54.1",
"@heathmont/moon-table": "^2.55.0",
"@heathmont/moon-themes": "^2.54.1",
"@heathmont/moon-utils": "^2.54.1",
"@heathmont/sportsbet-cdn": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"docs",
"packages/*"
],
"version": "2.54.1",
"version": "2.55.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/calendar/CHANGELOG.md
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.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)

**Note:** Version bump only for package @heathmont/moon-calendar





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)

**Note:** Version bump only for package @heathmont/moon-calendar
Expand Down
4 changes: 2 additions & 2 deletions packages/calendar/package.json
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-calendar",
"sideEffects": false,
"version": "2.54.1",
"version": "2.55.0",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"build": "echo 'Handled by root package'"
},
"dependencies": {
"@heathmont/moon-components": "^2.54.1",
"@heathmont/moon-components": "^2.55.0",
"@heathmont/moon-themes": "^2.54.1",
"@heathmont/moon-utils": "^2.54.1",
"@types/date-fns": "2.6.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/charts/CHANGELOG.md
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.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)

**Note:** Version bump only for package @heathmont/moon-charts





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)

**Note:** Version bump only for package @heathmont/moon-charts
Expand Down
4 changes: 2 additions & 2 deletions packages/charts/package.json
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-charts",
"sideEffects": false,
"version": "2.54.1",
"version": "2.55.0",
"files": [
"lib"
],
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@heathmont/moon-assets": "^2.54.1",
"@heathmont/moon-components": "^2.54.1",
"@heathmont/moon-components": "^2.55.0",
"@heathmont/moon-themes": "^2.54.1",
"@heathmont/moon-utils": "^2.54.1",
"@types/react-simple-maps": "^1.0.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
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.

# [2.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)


### Bug Fixes

* update readme ([0e9b831](https://github.com/coingaming/sportsbet-design/commit/0e9b831e27827b5182eaadedb02c0a69cb4f7ce2))


### Features

* deprecate caption ([9246660](https://github.com/coingaming/sportsbet-design/commit/924666089a49d984382f19eea359d21104ef72b0))





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-components",
"sideEffects": false,
"version": "2.54.1",
"version": "2.55.0",
"files": [
"lib"
],
Expand Down
22 changes: 22 additions & 0 deletions packages/notifications/CHANGELOG.md
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)


### Bug Fixes

* build ([cbb8757](https://github.com/coingaming/sportsbet-design/commit/cbb8757500918ada07776b506208eb5711a4e190))
* remove useTimeout.tsx ([09f030d](https://github.com/coingaming/sportsbet-design/commit/09f030d5f219881f64af4f3e71fa5f4acb520d7b))
* toast design alighments ([40a089b](https://github.com/coingaming/sportsbet-design/commit/40a089b4ebdcc11e6916f10b13acb924363705a4))
* update readme ([0e9b831](https://github.com/coingaming/sportsbet-design/commit/0e9b831e27827b5182eaadedb02c0a69cb4f7ce2))


### Features

* initial functionality ([cf02a80](https://github.com/coingaming/sportsbet-design/commit/cf02a803946a3b8a11ac1eb8f4698862ae41b315))
* introduce notifications ([97d33dc](https://github.com/coingaming/sportsbet-design/commit/97d33dced69211b742b83d03057dd7c6f5a4e794))
* toast ([7e5c490](https://github.com/coingaming/sportsbet-design/commit/7e5c490e8cdcb61493ac25786d1510a148d61f71))
* toast ([cccd804](https://github.com/coingaming/sportsbet-design/commit/cccd804772487fe238134da50411bf3486e67131))
2 changes: 1 addition & 1 deletion packages/notifications/package.json
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-notifications",
"sideEffects": false,
"version": "2.54.1",
"version": "2.55.0",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/pagination/CHANGELOG.md
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.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)

**Note:** Version bump only for package @heathmont/moon-pagination





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/pagination/package.json
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-pagination",
"sideEffects": false,
"version": "2.54.1",
"version": "2.55.0",
"files": [
"lib"
],
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@heathmont/moon-assets": "^2.54.1",
"@heathmont/moon-components": "^2.54.1",
"@heathmont/moon-components": "^2.55.0",
"@heathmont/moon-themes": "^2.54.1",
"@heathmont/moon-utils": "^2.54.1",
"@types/react-paginate": "6.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/table/CHANGELOG.md
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.55.0](https://github.com/coingaming/sportsbet-design/compare/v2.54.1...v2.55.0) (2020-12-01)

**Note:** Version bump only for package @heathmont/moon-table





## [2.54.1](https://github.com/coingaming/sportsbet-design/compare/v2.54.0...v2.54.1) (2020-11-26)

**Note:** Version bump only for package @heathmont/moon-table
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-table",
"sideEffects": false,
"version": "2.54.1",
"version": "2.55.0",
"files": [
"lib"
],
Expand All @@ -15,7 +15,7 @@
"build": "echo 'Handled by root package'"
},
"dependencies": {
"@heathmont/moon-components": "^2.54.1",
"@heathmont/moon-components": "^2.55.0",
"@heathmont/moon-themes": "^2.54.1",
"@heathmont/moon-utils": "^2.54.1",
"@types/react-table": "7.0.23",
Expand Down

0 comments on commit 4f7ae44

Please sign in to comment.