Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @linters/[email protected]
 - @linters/[email protected]
  • Loading branch information
developer239 committed Feb 3, 2023
1 parent f61df29 commit 2308d13
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/stylelint-css-in-js-config/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.6.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (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/[email protected]...@linters/[email protected]) (2023-02-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-css-in-js-config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-css-in-js-react-native-config/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.

## [1.11.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (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/[email protected]...@linters/[email protected]) (2023-02-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-css-in-js-react-native-config/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
Expand Down

0 comments on commit 2308d13

Please sign in to comment.