Skip to content

Commit 3201d28

Browse files
chore(release): 14.29.0 [skip ci]
# [14.29.0](v14.28.1...v14.29.0) (2023-11-13) ### Bug Fixes * **Accordion, RowList:** remove last divider ([#929](#929)) ([e9de2b4](e9de2b4)) * **Carousel:** change regular mobilePageOffset to 24px ([#935](#935)) ([13d8864](13d8864)) ### Features * **ButtonLayout:** every button has their own size ([#933](#933)) ([007d948](007d948)) * **Counter:** create component ([#927](#927)) ([211f826](211f826)) * **Snackbar:** support persistent snackbars and dismiss button ([#924](#924)) ([dd522d5](dd522d5))
1 parent 9f6f847 commit 3201d28

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [14.29.0](https://github.com/Telefonica/mistica-web/compare/v14.28.1...v14.29.0) (2023-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **Accordion, RowList:** remove last divider ([#929](https://github.com/Telefonica/mistica-web/issues/929)) ([e9de2b4](https://github.com/Telefonica/mistica-web/commit/e9de2b495a13076b623c18e98bdbce2c2327591c))
7+
* **Carousel:** change regular mobilePageOffset to 24px ([#935](https://github.com/Telefonica/mistica-web/issues/935)) ([13d8864](https://github.com/Telefonica/mistica-web/commit/13d88642a446529a2ca465bf8b4d16a57b4bdb10))
8+
9+
10+
### Features
11+
12+
* **ButtonLayout:** every button has their own size ([#933](https://github.com/Telefonica/mistica-web/issues/933)) ([007d948](https://github.com/Telefonica/mistica-web/commit/007d948f179dde327b586d1455b2d12502f203d3))
13+
* **Counter:** create component ([#927](https://github.com/Telefonica/mistica-web/issues/927)) ([211f826](https://github.com/Telefonica/mistica-web/commit/211f82612989d9a6ea4d4f0d75fd835b42567a09))
14+
* **Snackbar:** support persistent snackbars and dismiss button ([#924](https://github.com/Telefonica/mistica-web/issues/924)) ([dd522d5](https://github.com/Telefonica/mistica-web/commit/dd522d5bd577a774f0d152f7042159882ef71d68))
15+
116
## [14.28.1](https://github.com/Telefonica/mistica-web/compare/v14.28.0...v14.28.1) (2023-10-27)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telefonica/mistica",
3-
"version": "14.28.1",
3+
"version": "14.29.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

src/package-version.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// DO NOT EDIT THIS FILE. It's autogenerated by set-version.js
2-
export const PACKAGE_VERSION = '14.28.1' as string;
2+
export const PACKAGE_VERSION = '14.29.0' as string;

0 commit comments

Comments
 (0)