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]
 - @gympass/[email protected]
  • Loading branch information
Yoga committed Jun 20, 2024
1 parent b133b5c commit dfce300
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 8 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.51.34](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-20)

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





## [2.51.33](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-14)

**Note:** Version bump only for package @gympass/yoga-doc
Expand Down
6 changes: 3 additions & 3 deletions packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@gympass/yoga-doc",
"description": "Gympass Design System components documentation",
"version": "2.51.33",
"version": "2.51.34",
"private": true,
"license": "MIT",
"dependencies": {
"@gympass/yoga": "^7.115.1",
"@gympass/yoga": "^7.115.2",
"@gympass/yoga-common": "^1.3.1",
"@gympass/yoga-helpers": "^1.1.1",
"@gympass/yoga-icons": "^1.23.1",
"@gympass/yoga-illustrations": "^0.7.1",
"@gympass/yoga-system": "^0.22.1",
"@gympass/yoga-system": "^0.23.0",
"@gympass/yoga-tokens": "^3.6.1",
"@mdx-js/loader": "^1.4.5",
"@mdx-js/mdx": "^1.4.5",
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.34](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-20)

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





## [2.6.33](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-14)

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

# [0.23.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-20)


### Features

* add export ([531f825](https://github.com/Gympass/yoga/commit/531f825281da33a0988d42f3bbccd78baf624441))
* create new system ([f69e499](https://github.com/Gympass/yoga/commit/f69e499a35ccd6a5f3a08fe9549b09e4450f85cb))
* format ([8dc1ca8](https://github.com/Gympass/yoga/commit/8dc1ca83b1fc6d9374f256781872fd8dc10a9994))
* format ([f8f77cb](https://github.com/Gympass/yoga/commit/f8f77cbef07a80382c82cc3f73627288e59f87f5))
* improve performance and readability ([250fc8d](https://github.com/Gympass/yoga/commit/250fc8d2dfa5be05d600b7a19da3b165c5595343))
* improve props translate ([2589ef7](https://github.com/Gympass/yoga/commit/2589ef7b12a4a6e6d3940a27b6d4880aaa0117d2))
* improve typing ([fc22b75](https://github.com/Gympass/yoga/commit/fc22b757896a12ebbbb9b9d044f23458cf81f035))
* remove comment ([498ff2c](https://github.com/Gympass/yoga/commit/498ff2c62900a9468240b9d8f801b1aba9a11c94))
* remove unnecessary return ([4370532](https://github.com/Gympass/yoga/commit/4370532782a92d663325346400cd17e329ca7975))
* update new system ([9e2b3bc](https://github.com/Gympass/yoga/commit/9e2b3bc9c5b086cc06dda0fb3ebf8dd126924e74))





## [0.22.1](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga-system",
"version": "0.22.1",
"version": "0.23.0",
"description": "A package to help make UI components, libraries, and tools as interoperable as possible.",
"keywords": [
"design-system",
Expand Down
8 changes: 8 additions & 0 deletions packages/yoga/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.

## [7.115.2](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-20)

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





## [7.115.1](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-06-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga",
"version": "7.115.1",
"version": "7.115.2",
"description": "Gympass component library",
"main": "./src",
"types": "./src",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@gympass/yoga-helpers": "^1.1.1",
"@gympass/yoga-icons": "^1.23.1",
"@gympass/yoga-illustrations": "^0.7.1",
"@gympass/yoga-system": "^0.22.1",
"@gympass/yoga-system": "^0.23.0",
"@gympass/yoga-tokens": "^3.6.1",
"@ptomasroos/react-native-multi-slider": "^2.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
Expand Down

0 comments on commit dfce300

Please sign in to comment.