Skip to content

Commit b3c22ff

Browse files
author
Yoga
committedJan 13, 2025
chore(release): 🎉 🚀 [skip ci]
- @gympass/yoga-doc@2.52.8 - @gympass/yoga-labnative@2.6.56 - @gympass/yoga@7.126.0
1 parent 2cce76f commit b3c22ff

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed
 

‎packages/doc/CHANGELOG.md

+8
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.52.8](https://github.com/gympass/yoga/compare/@gympass/yoga-doc@2.52.7...@gympass/yoga-doc@2.52.8) (2025-01-13)
7+
8+
**Note:** Version bump only for package @gympass/yoga-doc
9+
10+
11+
12+
13+
614
## [2.52.7](https://github.com/gympass/yoga/compare/@gympass/yoga-doc@2.52.6...@gympass/yoga-doc@2.52.7) (2025-01-09)
715

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

‎packages/doc/package.json

+2-2
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.52.7",
4+
"version": "2.52.8",
55
"private": true,
66
"license": "MIT",
77
"dependencies": {
8-
"@gympass/yoga": "^7.125.0",
8+
"@gympass/yoga": "^7.126.0",
99
"@gympass/yoga-common": "^1.4.1",
1010
"@gympass/yoga-helpers": "^1.1.1",
1111
"@gympass/yoga-icons": "^1.28.0",

‎packages/labnative/CHANGELOG.md

+8
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.56](https://github.com/gympass/yoga/compare/@gympass/yoga-labnative@2.6.55...@gympass/yoga-labnative@2.6.56) (2025-01-13)
7+
8+
**Note:** Version bump only for package @gympass/yoga-labnative
9+
10+
11+
12+
13+
614
## [2.6.55](https://github.com/gympass/yoga/compare/@gympass/yoga-labnative@2.6.54...@gympass/yoga-labnative@2.6.55) (2025-01-09)
715

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

‎packages/labnative/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gympass/yoga-labnative",
3-
"version": "2.6.55",
3+
"version": "2.6.56",
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.125.0",
13+
"@gympass/yoga": "^7.126.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

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.126.0](https://github.com/Gympass/yoga/compare/@gympass/yoga@7.125.0...@gympass/yoga@7.126.0) (2025-01-13)
7+
8+
9+
### Features
10+
11+
* update checkbox ([0f5ce10](https://github.com/Gympass/yoga/commit/0f5ce1068c964c046c4a6b2afdb1952ebbc3512d))
12+
* update checkbox accessibility ([7905b7f](https://github.com/Gympass/yoga/commit/7905b7f8c2b21509e260fefe640c7796cba865c7))
13+
* update label ([c663873](https://github.com/Gympass/yoga/commit/c6638737631f4331854c66ed6323729347c1ac10))
14+
* update snapshot ([0c375c7](https://github.com/Gympass/yoga/commit/0c375c7a9eb8ad66173402f92e5710bd0e06d87c))
15+
* update unit test ([579d624](https://github.com/Gympass/yoga/commit/579d62453b02e5bc6e4f530ed616f159b7c4b611))
16+
17+
18+
19+
20+
621
# [7.125.0](https://github.com/Gympass/yoga/compare/@gympass/yoga@7.124.0...@gympass/yoga@7.125.0) (2025-01-09)
722

823

‎packages/yoga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gympass/yoga",
3-
"version": "7.125.0",
3+
"version": "7.126.0",
44
"description": "Gympass component library",
55
"main": "./src",
66
"types": "./src",

0 commit comments

Comments
 (0)
Please sign in to comment.