diff --git a/packages/stylelint-css-in-js-config/CHANGELOG.md b/packages/stylelint-css-in-js-config/CHANGELOG.md index 6fb7f0a..1fe9e6d 100644 --- a/packages/stylelint-css-in-js-config/CHANGELOG.md +++ b/packages/stylelint-css-in-js-config/CHANGELOG.md @@ -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.6.1](https://github.com/developer239/linters/compare/@linters/stylelint-css-in-js-config@1.6.0...@linters/stylelint-css-in-js-config@1.6.1) (2023-02-03) + + +### Bug Fixes + +* lock postcss-css-in-js version ([f61df29](https://github.com/developer239/linters/commit/f61df296b87b44f42f1a0b95ce7d9c9e267db23d)) + + + + + # [1.6.0](https://github.com/developer239/linters/compare/@linters/stylelint-css-in-js-config@1.5.6...@linters/stylelint-css-in-js-config@1.6.0) (2023-02-03) diff --git a/packages/stylelint-css-in-js-config/package.json b/packages/stylelint-css-in-js-config/package.json index 3a654e4..e2601ea 100644 --- a/packages/stylelint-css-in-js-config/package.json +++ b/packages/stylelint-css-in-js-config/package.json @@ -1,7 +1,7 @@ { "name": "@linters/stylelint-css-in-js-config", "description": "The css-in-js config you have been looking for.", - "version": "1.6.0", + "version": "1.6.1", "repository": "https://github.com/developer239/linters", "main": "index.js", "publishConfig": { diff --git a/packages/stylelint-css-in-js-react-native-config/CHANGELOG.md b/packages/stylelint-css-in-js-react-native-config/CHANGELOG.md index 157ba35..b4b6e70 100644 --- a/packages/stylelint-css-in-js-react-native-config/CHANGELOG.md +++ b/packages/stylelint-css-in-js-react-native-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.11.1](https://github.com/developer239/linters/compare/@linters/stylelint-css-in-js-react-native-config@1.11.0...@linters/stylelint-css-in-js-react-native-config@1.11.1) (2023-02-03) + +**Note:** Version bump only for package @linters/stylelint-css-in-js-react-native-config + + + + + # [1.11.0](https://github.com/developer239/linters/compare/@linters/stylelint-css-in-js-react-native-config@1.10.4...@linters/stylelint-css-in-js-react-native-config@1.11.0) (2023-02-03) diff --git a/packages/stylelint-css-in-js-react-native-config/package.json b/packages/stylelint-css-in-js-react-native-config/package.json index f986df0..0f13c8f 100644 --- a/packages/stylelint-css-in-js-react-native-config/package.json +++ b/packages/stylelint-css-in-js-react-native-config/package.json @@ -1,7 +1,7 @@ { "name": "@linters/stylelint-css-in-js-react-native-config", "description": "The style lint config for react native applications you have been looking for.", - "version": "1.11.0", + "version": "1.11.1", "repository": "https://github.com/developer239/linters", "main": "index.js", "publishConfig": { @@ -12,7 +12,7 @@ "npm": ">=6" }, "dependencies": { - "@linters/stylelint-css-in-js-config": "^1.5.6" + "@linters/stylelint-css-in-js-config": "^1.6.1" }, "peerDependencies": { "stylelint": ">=14.0.0"