Skip to content

Commit

Permalink
chore(release): 🎉 🚀 [skip ci]
Browse files Browse the repository at this point in the history
 - @gympass/yoga-doc@2.52.8
 - @gympass/yoga-labnative@2.6.56
 - @gympass/yoga@7.126.0
  • Loading branch information
Yoga committed Jan 13, 2025
1 parent 2cce76f commit b3c22ff
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
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.52.8](https://github.com/gympass/yoga/compare/@gympass/yoga-doc@2.52.7...@gympass/yoga-doc@2.52.8) (2025-01-13)

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





## [2.52.7](https://github.com/gympass/yoga/compare/@gympass/yoga-doc@2.52.6...@gympass/yoga-doc@2.52.7) (2025-01-09)

**Note:** Version bump only for package @gympass/yoga-doc
Expand Down
4 changes: 2 additions & 2 deletions packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@gympass/yoga-doc",
"description": "Gympass Design System components documentation",
"version": "2.52.7",
"version": "2.52.8",
"private": true,
"license": "MIT",
"dependencies": {
"@gympass/yoga": "^7.125.0",
"@gympass/yoga": "^7.126.0",
"@gympass/yoga-common": "^1.4.1",
"@gympass/yoga-helpers": "^1.1.1",
"@gympass/yoga-icons": "^1.28.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/labnative/CHANGELOG.md
Original file line number Diff line number Diff line change
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.6.56](https://github.com/gympass/yoga/compare/@gympass/yoga-labnative@2.6.55...@gympass/yoga-labnative@2.6.56) (2025-01-13)

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





## [2.6.55](https://github.com/gympass/yoga/compare/@gympass/yoga-labnative@2.6.54...@gympass/yoga-labnative@2.6.55) (2025-01-09)

**Note:** Version bump only for package @gympass/yoga-labnative
Expand Down
4 changes: 2 additions & 2 deletions packages/labnative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga-labnative",
"version": "2.6.55",
"version": "2.6.56",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@gympass/yoga": "^7.125.0",
"@gympass/yoga": "^7.126.0",
"@gympass/yoga-icons": "1.15.0",
"@gympass/yoga-illustrations": "0.5.1",
"@react-native-masked-view/masked-view": "^0.2.6",
Expand Down
15 changes: 15 additions & 0 deletions packages/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.126.0](https://github.com/Gympass/yoga/compare/@gympass/yoga@7.125.0...@gympass/yoga@7.126.0) (2025-01-13)


### Features

* update checkbox ([0f5ce10](https://github.com/Gympass/yoga/commit/0f5ce1068c964c046c4a6b2afdb1952ebbc3512d))
* update checkbox accessibility ([7905b7f](https://github.com/Gympass/yoga/commit/7905b7f8c2b21509e260fefe640c7796cba865c7))
* update label ([c663873](https://github.com/Gympass/yoga/commit/c6638737631f4331854c66ed6323729347c1ac10))
* update snapshot ([0c375c7](https://github.com/Gympass/yoga/commit/0c375c7a9eb8ad66173402f92e5710bd0e06d87c))
* update unit test ([579d624](https://github.com/Gympass/yoga/commit/579d62453b02e5bc6e4f530ed616f159b7c4b611))





# [7.125.0](https://github.com/Gympass/yoga/compare/@gympass/yoga@7.124.0...@gympass/yoga@7.125.0) (2025-01-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga",
"version": "7.125.0",
"version": "7.126.0",
"description": "Gympass component library",
"main": "./src",
"types": "./src",
Expand Down

0 comments on commit b3c22ff

Please sign in to comment.