diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 610fa36..f09f08d 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -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. +## [0.14.2](https://github.com/emunhoz/spotifood/compare/@monorepo/spotifood@0.14.0...@monorepo/spotifood@0.14.2) (2021-06-01) + +**Note:** Version bump only for package @monorepo/spotifood + + + + + ## [0.14.1](https://github.com/emunhoz/spotifood/compare/@monorepo/spotifood@0.14.0...@monorepo/spotifood@0.14.1) (2021-06-01) **Note:** Version bump only for package @monorepo/spotifood diff --git a/packages/app/package.json b/packages/app/package.json index 52fa45d..23a4ba8 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,10 +1,10 @@ { "name": "@monorepo/spotifood", - "version": "0.14.1", + "version": "0.14.2", "private": true, "dependencies": { "@monorepo/design-tokens": "^0.2.0", - "@monorepo/ui-components": "^0.10.3", + "@monorepo/ui-components": "^0.10.4", "axios": "^0.21.1", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/packages/commons/eslint-config/CHANGELOG.md b/packages/commons/eslint-config/CHANGELOG.md index ea3e477..58ddceb 100644 --- a/packages/commons/eslint-config/CHANGELOG.md +++ b/packages/commons/eslint-config/CHANGELOG.md @@ -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. +## [1.0.5](https://github.com/emunhoz/spotifood/compare/@commons/eslint-config@1.0.3...@commons/eslint-config@1.0.5) (2021-06-01) + +**Note:** Version bump only for package @commons/eslint-config + + + + + ## [1.0.4](https://github.com/emunhoz/spotifood/compare/@commons/eslint-config@1.0.3...@commons/eslint-config@1.0.4) (2021-06-01) **Note:** Version bump only for package @commons/eslint-config diff --git a/packages/commons/eslint-config/package.json b/packages/commons/eslint-config/package.json index bfe6f39..a332267 100644 --- a/packages/commons/eslint-config/package.json +++ b/packages/commons/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commons/eslint-config", - "version": "1.0.4", + "version": "1.0.5", "main": ".eslintrc.js", "license": "MIT", "devDependencies": { diff --git a/packages/commons/stylelint-config/CHANGELOG.md b/packages/commons/stylelint-config/CHANGELOG.md index 0e0d008..9626044 100644 --- a/packages/commons/stylelint-config/CHANGELOG.md +++ b/packages/commons/stylelint-config/CHANGELOG.md @@ -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. +## [1.0.10](https://github.com/emunhoz/spotifood/compare/@commons/stylelint-config@1.0.8...@commons/stylelint-config@1.0.10) (2021-06-01) + +**Note:** Version bump only for package @commons/stylelint-config + + + + + ## [1.0.9](https://github.com/emunhoz/spotifood/compare/@commons/stylelint-config@1.0.8...@commons/stylelint-config@1.0.9) (2021-06-01) **Note:** Version bump only for package @commons/stylelint-config diff --git a/packages/commons/stylelint-config/package.json b/packages/commons/stylelint-config/package.json index cd819e4..99b2703 100644 --- a/packages/commons/stylelint-config/package.json +++ b/packages/commons/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@commons/stylelint-config", - "version": "1.0.9", + "version": "1.0.10", "main": ".stylelintrc.js", "license": "MIT", "devDependencies": { diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 2b83b0c..ec1b021 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -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. +## [0.10.4](https://github.com/emunhoz/spotifood/compare/@monorepo/ui-components@0.10.2...@monorepo/ui-components@0.10.4) (2021-06-01) + +**Note:** Version bump only for package @monorepo/ui-components + + + + + ## [0.10.3](https://github.com/emunhoz/spotifood/compare/@monorepo/ui-components@0.10.2...@monorepo/ui-components@0.10.3) (2021-06-01) **Note:** Version bump only for package @monorepo/ui-components diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index a2f2c0b..d9688bc 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@monorepo/ui-components", - "version": "0.10.3", + "version": "0.10.4", "description": "Monorepo ui components", "author": "emunhoz ", "license": "ISC",