Skip to content

Commit 7d4c99e

Browse files
author
Yoga
committed
chore(release): 🎉 🚀 [skip ci]
- @gympass/[email protected] - @gympass/[email protected] - @gympass/[email protected]
1 parent eca1555 commit 7d4c99e

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed

packages/doc/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.56.0](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2025-11-18)
7+
8+
9+
### Features
10+
11+
* **action-requirement:** add multidescriptions ([29ed9c2](https://github.com/gympass/yoga/commit/29ed9c2fa067b1293fed0e90df5a2e8b8e4a80a8))
12+
13+
14+
15+
16+
617
## [2.55.1](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2025-10-24)
718

819
**Note:** Version bump only for package @gympass/yoga-doc

packages/doc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@gympass/yoga-doc",
33
"description": "Gympass Design System components documentation",
4-
"version": "2.55.1",
4+
"version": "2.56.0",
55
"private": true,
66
"license": "MIT",
77
"dependencies": {
8-
"@gympass/yoga": "^7.133.1",
8+
"@gympass/yoga": "^7.134.0",
99
"@gympass/yoga-common": "^1.4.1",
1010
"@gympass/yoga-helpers": "^1.1.1",
1111
"@gympass/yoga-icons": "^1.39.0",

packages/labnative/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6.87](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2025-11-18)
7+
8+
**Note:** Version bump only for package @gympass/yoga-labnative
9+
10+
11+
12+
13+
614
## [2.6.86](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2025-10-24)
715

816
**Note:** Version bump only for package @gympass/yoga-labnative

packages/labnative/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gympass/yoga-labnative",
3-
"version": "2.6.86",
3+
"version": "2.6.87",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@gympass/yoga": "^7.133.1",
13+
"@gympass/yoga": "^7.134.0",
1414
"@gympass/yoga-icons": "1.15.0",
1515
"@gympass/yoga-illustrations": "0.5.1",
1616
"@react-native-masked-view/masked-view": "^0.2.6",

packages/yoga/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [7.134.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2025-11-18)
7+
8+
9+
### Features
10+
11+
* **action-requirement:** add multidescriptions ([29ed9c2](https://github.com/Gympass/yoga/commit/29ed9c2fa067b1293fed0e90df5a2e8b8e4a80a8))
12+
* create parseDescription to handle array descriptions ([ab71def](https://github.com/Gympass/yoga/commit/ab71def208580755a9c08bbae3dead764eb5a1d2))
13+
14+
15+
16+
17+
618
## [7.133.1](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2025-10-24)
719

820
**Note:** Version bump only for package @gympass/yoga

packages/yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gympass/yoga",
3-
"version": "7.133.1",
3+
"version": "7.134.0",
44
"description": "Gympass component library",
55
"main": "./src",
66
"types": "./src",

0 commit comments

Comments
 (0)