Skip to content

Commit c2d5435

Browse files
author
Megafon CI
committed
chore(release): release
- @megafon/ui-core@4.15.2 - @megafon/ui-icons@2.9.0 - @megafon/ui-shared@4.17.0
1 parent 66a8c86 commit c2d5435

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

packages/ui-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+
## [4.15.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.1...@megafon/ui-core@4.15.2) (2023-04-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **carousel:** fix gradientColor type and gradient height ([2d7eea0](https://github.com/MegafonWebLab/megafon-ui/commit/2d7eea0f215433912542a5a6eb99f48c7331a6d2))
12+
13+
14+
15+
16+
617
## [4.15.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.0...@megafon/ui-core@4.15.1) (2023-04-04)
718

819

packages/ui-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@megafon/ui-core",
3-
"version": "4.15.1",
3+
"version": "4.15.2",
44
"files": [
55
"dist",
66
"styles"
@@ -54,7 +54,7 @@
5454
"@babel/preset-env": "^7.8.6",
5555
"@babel/preset-react": "^7.8.3",
5656
"@babel/preset-typescript": "^7.8.3",
57-
"@megafon/ui-icons": "^2.8.1",
57+
"@megafon/ui-icons": "^2.9.0",
5858
"@svgr/core": "^2.4.1",
5959
"@testing-library/jest-dom": "5.16.2",
6060
"@testing-library/react": "12.1.2",

packages/ui-icons/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+
# [2.9.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.8.1...@megafon/ui-icons@2.9.0) (2023-04-11)
7+
8+
9+
### Features
10+
11+
* **icons:** add asana, raiffeisen, slack and trello logos ([7c73321](https://github.com/MegafonWebLab/megafon-ui/commit/7c73321c1c8b2957a0a2ea5e7cd5ea60706d476c))
12+
13+
14+
15+
16+
617
## [2.8.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-icons@2.8.0...@megafon/ui-icons@2.8.1) (2023-03-27)
718

819

packages/ui-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@megafon/ui-icons",
3-
"version": "2.8.1",
3+
"version": "2.9.0",
44
"files": [
55
"*.svg"
66
],

packages/ui-shared/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+
# [4.17.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@4.16.0...@megafon/ui-shared@4.17.0) (2023-04-11)
7+
8+
9+
### Features
10+
11+
* **storebanner:** add RuStore and MiStore buttons ([9ed93d1](https://github.com/MegafonWebLab/megafon-ui/commit/9ed93d1e972276d18e8f955d42b665cf18aa8af4))
12+
13+
14+
15+
16+
617
# [4.16.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@4.15.1...@megafon/ui-shared@4.16.0) (2023-04-04)
718

819

packages/ui-shared/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@megafon/ui-shared",
3-
"version": "4.16.0",
3+
"version": "4.17.0",
44
"files": [
55
"dist"
66
],
@@ -52,7 +52,7 @@
5252
"@babel/preset-env": "^7.8.6",
5353
"@babel/preset-react": "^7.8.3",
5454
"@babel/preset-typescript": "^7.8.3",
55-
"@megafon/ui-icons": "^2.8.1",
55+
"@megafon/ui-icons": "^2.9.0",
5656
"@svgr/core": "^2.4.1",
5757
"@testing-library/jest-dom": "5.16.2",
5858
"@testing-library/react": "12.1.2",
@@ -86,7 +86,7 @@
8686
},
8787
"dependencies": {
8888
"@babel/runtime": "^7.8.4",
89-
"@megafon/ui-core": "^4.15.1",
89+
"@megafon/ui-core": "^4.15.2",
9090
"@megafon/ui-helpers": "^2.4.0",
9191
"core-js": "^3.6.4",
9292
"htmr": "^0.9.2",

0 commit comments

Comments
 (0)