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]
 - @linters/[email protected]
 - @linters/[email protected]
  • Loading branch information
developer239 committed Feb 3, 2023
1 parent 5522907 commit dd29557
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/stylelint-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.3](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)


### Bug Fixes

* require "stylelint">=14.0.0 ([5522907](https://github.com/developer239/linters/commit/5522907fd8341f2317f9dff13c955f6e16d02a36))





## [1.6.2](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-01-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/stylelint-config",
"description": "The base style lint config you have been looking for.",
"version": "1.6.2",
"version": "1.6.3",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand Down
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.5.6](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)


### Bug Fixes

* require "stylelint">=14.0.0 ([5522907](https://github.com/developer239/linters/commit/5522907fd8341f2317f9dff13c955f6e16d02a36))





## [1.5.5](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-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.5.5",
"version": "1.5.6",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"npm": ">=6"
},
"dependencies": {
"@linters/stylelint-config": "^1.6.2",
"@linters/stylelint-config": "^1.6.3",
"stylelint-processor-styled-components": "^1.10.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.4](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)


### Bug Fixes

* require "stylelint">=14.0.0 ([5522907](https://github.com/developer239/linters/commit/5522907fd8341f2317f9dff13c955f6e16d02a36))





## [1.10.3](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.10.3",
"version": "1.10.4",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"npm": ">=6"
},
"dependencies": {
"@linters/stylelint-config": "^1.6.2",
"@linters/stylelint-config": "^1.6.3",
"stylelint-react-native": "2.5.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-scss-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.10.1](https://github.com/developer239/linters/compare/@linters/[email protected]...@linters/[email protected]) (2023-02-03)

**Note:** Version bump only for package @linters/stylelint-scss-config





# [1.10.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-scss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/stylelint-scss-config",
"description": "The SCSS style lint config you have been looking for.",
"version": "1.10.0",
"version": "1.10.1",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"npm": ">=6"
},
"dependencies": {
"@linters/stylelint-config": "^1.6.2",
"@linters/stylelint-config": "^1.6.3",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"stylelint-config-rational-order": "0.1.2",
Expand Down

0 comments on commit dd29557

Please sign in to comment.