Skip to content

Commit 0f4fc64

Browse files
authored
Merge pull request #528 from wayofdev/changeset-release/master
2 parents d6700c4 + 46953f9 commit 0f4fc64

File tree

21 files changed

+88
-24
lines changed

21 files changed

+88
-24
lines changed

.changeset/modern-bulldogs-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/browserslist-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/browserslist-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.4
411

512
### Patch Changes

packages/browserslist-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/browserslist-config",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable browserslist configuration for projects.",
66
"keywords": [
@@ -44,7 +44,7 @@
4444
"rimraf": "^5.0.5"
4545
},
4646
"peerDependencies": {
47-
"@wayofdev/lint-staged-config": "^2.1.4"
47+
"@wayofdev/lint-staged-config": "^2.2.0"
4848
},
4949
"publishConfig": {
5050
"access": "public"

packages/commitlint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/commitlint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.5
411

512
### Patch Changes

packages/commitlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/commitlint-config",
3-
"version": "3.0.5",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable commitlint configuration for projects.",
66
"keywords": [
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@commitlint/cli": ">= 17",
52-
"@wayofdev/lint-staged-config": "^2.1.5"
52+
"@wayofdev/lint-staged-config": "^2.2.0"
5353
},
5454
"publishConfig": {
5555
"access": "public"

packages/eslint-config-bases/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/eslint-config-bases
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.7
411

512
### Patch Changes

packages/eslint-config-bases/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/eslint-config-bases",
3-
"version": "3.0.7",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable eslint base configuration for projects.",
66
"keywords": [
@@ -155,7 +155,7 @@
155155
},
156156
"peerDependencies": {
157157
"@graphql-eslint/eslint-plugin": "^3.17.0",
158-
"@wayofdev/lint-staged-config": "^2.1.5",
158+
"@wayofdev/lint-staged-config": "^2.2.0",
159159
"eslint": "^8.45.0",
160160
"graphql": "^16.6.0",
161161
"prettier": "^3.0.0",

packages/htmlhint-config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wayofdev/htmlhint-config
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]:
8+
- @wayofdev/lint-staged-config@2.2.0
9+
310
## 3.0.4
411

512
### Patch Changes

packages/htmlhint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/htmlhint-config",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A shareable htmlhint configuration for projects.",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"rimraf": "^5.0.5"
3636
},
3737
"peerDependencies": {
38-
"@wayofdev/lint-staged-config": "^2.1.4",
38+
"@wayofdev/lint-staged-config": "^2.2.0",
3939
"htmlhint": ">= 1"
4040
},
4141
"publishConfig": {

packages/lint-staged-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wayofdev/lint-staged-config
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#527](https://github.com/wayofdev/npm-shareable-configs/pull/527) [`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e) Thanks [@igomur](https://github.com/igomur)! - Updated concatFilesForPrettier function from lint-staged-config to allow ignore files
8+
39
## 2.1.5
410

511
### Patch Changes

0 commit comments

Comments
 (0)