Skip to content

Commit 8313688

Browse files
authored
Merge pull request #56 from wayofdev/changeset-release/master
chore: update versions
2 parents 72695a5 + 51db7fd commit 8313688

File tree

21 files changed

+73
-24
lines changed

21 files changed

+73
-24
lines changed

.changeset/twenty-bags-dress.md

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

packages/browserslist-config/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.1
410

511
### Patch Changes

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/browserslist-config",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "A shareable browserslist configuration for projects.",
66
"keywords": [

packages/commitlint-config/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.0
410

511
### Major Changes

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/commitlint-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"description": "A shareable commitlint configuration for projects.",
66
"keywords": [

packages/eslint-config-bases/CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
9+
- Updated dependencies [[`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4)]:
10+
- @wayofdev/lint-staged-config@2.0.1
11+
312
## 2.0.2
413

514
### Patch Changes

packages/eslint-config-bases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/eslint-config-bases",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": false,
55
"description": "A shareable eslint base configuration for projects.",
66
"keywords": [

packages/htmlhint-config/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.0
410

511
### Major Changes

packages/htmlhint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/htmlhint-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"description": "A shareable htmlhint configuration for projects.",
66
"keywords": [

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.0.1
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.0
410

511
### Major Changes

packages/lint-staged-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/lint-staged-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"description": "A shareable lint-staged configuration for projects.",
66
"keywords": [

packages/markdownlint-config/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.0
410

511
### Major Changes

packages/markdownlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/markdownlint-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"description": "A shareable markdownlint configuration for projects.",
66
"keywords": [

packages/postcss-config/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.0
410

511
### Major Changes

packages/postcss-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/postcss-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"description": "A shareable postcss configuration for projects.",
66
"keywords": [

packages/secretlint-config/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.1
410

511
### Patch Changes

packages/secretlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/secretlint-config",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "A shareable secretlint configuration for projects.",
66
"keywords": [

packages/stylelint-config/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.0
410

511
### Major Changes

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/stylelint-config",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"description": "A shareable stylelint configuration for projects.",
66
"keywords": [

packages/tsconfig-config/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#55](https://github.com/wayofdev/npm-shareable-configs/pull/55) [`72695a5`](https://github.com/wayofdev/npm-shareable-configs/commit/72695a5116d17861e508389dce9bfdf93dcd7dc4) Thanks [@lotyp](https://github.com/lotyp)! - fix: lint-staged config changes
8+
39
## 2.0.1
410

511
### Patch Changes

packages/tsconfig-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wayofdev/tsconfig-config",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"description": "A shareable tsconfig configuration for projects.",
66
"keywords": [

0 commit comments

Comments
 (0)