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 Apr 10, 2024
1 parent 7b1fda4 commit 7db4c90
Show file tree
Hide file tree
Showing 8 changed files with 48 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.6](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-04-10)

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





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

**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,14 +1,14 @@
{
"name": "@gympass/yoga-doc",
"description": "Gympass Design System components documentation",
"version": "2.51.5",
"version": "2.51.6",
"private": true,
"license": "MIT",
"dependencies": {
"@gympass/yoga": "^7.114.5",
"@gympass/yoga": "^7.114.6",
"@gympass/yoga-common": "^1.3.1",
"@gympass/yoga-helpers": "^1.0.3",
"@gympass/yoga-icons": "^1.20.3",
"@gympass/yoga-icons": "^1.21.0",
"@gympass/yoga-illustrations": "^0.5.2",
"@gympass/yoga-system": "^0.11.1",
"@gympass/yoga-tokens": "^3.5.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.21.0](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-04-10)


### Bug Fixes

* **icons:** removed fill attributes from svg files ([abbdbf3](https://github.com/Gympass/yoga/commit/abbdbf308da8e6aef2de0e1483b06ac0233b444b))


### Features

* **icons:** added new icons for amenities ([0b4a289](https://github.com/Gympass/yoga/commit/0b4a289d726e22f397c92ad9e668325eaa3ff155))





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

**Note:** Version bump only for package @gympass/yoga-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gympass/yoga-icons",
"version": "1.20.3",
"version": "1.21.0",
"description": "Yoga icon package",
"keywords": [
"yoga",
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.6](https://github.com/gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-04-10)

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





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

**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.5",
"version": "2.6.6",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"@gympass/yoga": "^7.114.5",
"@gympass/yoga": "^7.114.6",
"@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/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.114.6](https://github.com/Gympass/yoga/compare/@gympass/[email protected]...@gympass/[email protected]) (2024-04-10)

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





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

**Note:** Version bump only for package @gympass/yoga
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.114.5",
"version": "7.114.6",
"description": "Gympass component library",
"main": "./src",
"types": "./src",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@gympass/yoga-common": "^1.3.1",
"@gympass/yoga-helpers": "^1.0.4",
"@gympass/yoga-icons": "^1.20.3",
"@gympass/yoga-icons": "^1.21.0",
"@gympass/yoga-illustrations": "^0.5.2",
"@gympass/yoga-system": "^0.11.1",
"@gympass/yoga-tokens": "^3.5.0",
Expand Down

0 comments on commit 7db4c90

Please sign in to comment.