Skip to content

Commit 2308d13

Browse files
committed
chore(release): publish
- @linters/[email protected] - @linters/[email protected]
1 parent f61df29 commit 2308d13

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/stylelint-css-in-js-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)
7+
8+
9+
### Bug Fixes
10+
11+
* lock postcss-css-in-js version ([f61df29](https://github.com/developer239/linters/commit/f61df296b87b44f42f1a0b95ce7d9c9e267db23d))
12+
13+
14+
15+
16+
617
# [1.6.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)
718

819

packages/stylelint-css-in-js-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/stylelint-css-in-js-config",
33
"description": "The css-in-js config you have been looking for.",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

packages/stylelint-css-in-js-react-native-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.11.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)
7+
8+
**Note:** Version bump only for package @linters/stylelint-css-in-js-react-native-config
9+
10+
11+
12+
13+
614
# [1.11.0](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)
715

816

packages/stylelint-css-in-js-react-native-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/stylelint-css-in-js-react-native-config",
33
"description": "The style lint config for react native applications you have been looking for.",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -12,7 +12,7 @@
1212
"npm": ">=6"
1313
},
1414
"dependencies": {
15-
"@linters/stylelint-css-in-js-config": "^1.5.6"
15+
"@linters/stylelint-css-in-js-config": "^1.6.1"
1616
},
1717
"peerDependencies": {
1818
"stylelint": ">=14.0.0"

0 commit comments

Comments
 (0)