Skip to content

Commit

Permalink
chore(release): 🎉 🚀 [skip ci]
Browse files Browse the repository at this point in the history
 - @gympass/[email protected]
 - @gympass/[email protected]
 - @gympass/[email protected]
  • Loading branch information
Yoga committed Jan 8, 2024
1 parent bfccf8c commit dd4ef57
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.44.0](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-01-08)


### Features

* add title loading prop ([9b06313](https://github.com/gympass/yoga/commit/9b063132a6b4bc2cf12538183bd282b7e0122241))
* change prop name and skeleton ([d63751d](https://github.com/gympass/yoga/commit/d63751ddfc9b90f378d1e27f32163ab6b78d7d51))





# [2.43.0](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2023-12-18)


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.43.0",
"version": "2.44.0",
"private": true,
"license": "MIT",
"dependencies": {
"@gympass/yoga": "^7.89.0",
"@gympass/yoga": "^7.90.0",
"@gympass/yoga-common": "^1.3.0",
"@gympass/yoga-helpers": "^1.0.3",
"@gympass/yoga-icons": "^1.17.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.2.99](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-01-08)

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





## [2.2.98](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2023-12-18)

**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.2.98",
"version": "2.2.99",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@gympass/yoga": "^7.89.0",
"@gympass/yoga": "^7.90.0",
"@gympass/yoga-icons": "1.15.0",
"@gympass/yoga-illustrations": "0.5.1",
"@react-native-masked-view/masked-view": "^0.2.6",
Expand Down
19 changes: 19 additions & 0 deletions packages/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.90.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-01-08)


### Bug Fixes

* remove div inside p ([de5104d](https://github.com/Gympass/yoga/commit/de5104d4cd65d2da7a9c6417b87c57bc2a05db9e))
* remove not used import ([0a52fd9](https://github.com/Gympass/yoga/commit/0a52fd9e23da39686bce443e7b9a34b42edf9cf5))
* removed skeleton and put title as optional ([f31d901](https://github.com/Gympass/yoga/commit/f31d90134e8fca4b9fb7aa88a1a0576b164d536d))


### Features

* add title loading prop ([9b06313](https://github.com/Gympass/yoga/commit/9b063132a6b4bc2cf12538183bd282b7e0122241))
* change prop name and skeleton ([d63751d](https://github.com/Gympass/yoga/commit/d63751ddfc9b90f378d1e27f32163ab6b78d7d51))





# [7.89.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2023-12-18)


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.89.0",
"version": "7.90.0",
"description": "Gympass component library",
"main": "./src",
"types": "./src",
Expand Down

0 comments on commit dd4ef57

Please sign in to comment.