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]
 - @gympass/[email protected]
  • Loading branch information
Yoga committed Jul 17, 2024
1 parent 7162a04 commit 632ead6
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 12 deletions.
11 changes: 11 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-17)


### Features

* **common:** add types to merge ([3eef598](https://github.com/Gympass/yoga/commit/3eef59864fe1b25521632a133ef9b20af77fe433))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga-common",
"version": "1.3.1",
"version": "1.4.0",
"description": "Shared resources between packages",
"homepage": "https://github.com/Gympass/yoga",
"license": "MIT",
Expand Down
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.40](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-17)

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





## [2.51.39](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-15)

**Note:** Version bump only for package @gympass/yoga-doc
Expand Down
8 changes: 4 additions & 4 deletions packages/doc/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@gympass/yoga-doc",
"description": "Gympass Design System components documentation",
"version": "2.51.39",
"version": "2.51.40",
"private": true,
"license": "MIT",
"dependencies": {
"@gympass/yoga": "^7.115.7",
"@gympass/yoga-common": "^1.3.1",
"@gympass/yoga": "^7.116.0",
"@gympass/yoga-common": "^1.4.0",
"@gympass/yoga-helpers": "^1.1.1",
"@gympass/yoga-icons": "^1.25.0",
"@gympass/yoga-illustrations": "^0.7.1",
"@gympass/yoga-system": "^0.23.1",
"@gympass/yoga-tokens": "^3.6.1",
"@gympass/yoga-tokens": "^3.6.2",
"@mdx-js/loader": "^1.4.5",
"@mdx-js/mdx": "^1.4.5",
"@mdx-js/react": "^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.40](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-17)

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





## [2.6.39](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-15)

**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.39",
"version": "2.6.40",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@gympass/yoga": "^7.115.7",
"@gympass/yoga": "^7.116.0",
"@gympass/yoga-icons": "1.15.0",
"@gympass/yoga-illustrations": "0.5.1",
"@react-native-masked-view/masked-view": "^0.2.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/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.

## [3.6.2](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-17)

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





## [3.6.1](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-05-28)

**Note:** Version bump only for package @gympass/yoga-tokens
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga-tokens",
"version": "3.6.1",
"version": "3.6.2",
"description": "Gympass design tokens definitions",
"keywords": [
"gympass",
Expand All @@ -20,7 +20,7 @@
"prepublishOnly": "node ../../scripts/prepublish.js"
},
"dependencies": {
"@gympass/yoga-common": "^1.3.1"
"@gympass/yoga-common": "^1.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
11 changes: 11 additions & 0 deletions packages/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.116.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-17)


### Features

* **yoga:** add types to theme ([ce3c76a](https://github.com/Gympass/yoga/commit/ce3c76aa1e3c37bb7aef2dc964ff08cb40667a84))





## [7.115.7](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-07-15)

**Note:** Version bump only for package @gympass/yoga
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "7.116.0",
"description": "Gympass component library",
"main": "./src",
"types": "./src",
Expand Down Expand Up @@ -36,12 +36,12 @@
"url": "https://github.com/Gympass/yoga/issues"
},
"dependencies": {
"@gympass/yoga-common": "^1.3.1",
"@gympass/yoga-common": "^1.4.0",
"@gympass/yoga-helpers": "^1.1.1",
"@gympass/yoga-icons": "^1.25.0",
"@gympass/yoga-illustrations": "^0.7.1",
"@gympass/yoga-system": "^0.23.1",
"@gympass/yoga-tokens": "^3.6.1",
"@gympass/yoga-tokens": "^3.6.2",
"@ptomasroos/react-native-multi-slider": "^2.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"date-fns": "^2.29.2",
Expand Down

0 comments on commit 632ead6

Please sign in to comment.