Skip to content

Commit

Permalink
Merge pull request #522 from wayofdev/changeset-release/master
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
lotyp authored Jan 9, 2024
2 parents 82086e3 + 2198a9b commit 9cf3ce1
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .changeset/lovely-suns-turn.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wayofdev/commitlint-config

## 3.0.5

### Patch Changes

- [#521](https://github.com/wayofdev/npm-shareable-configs/pull/521) [`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d) Thanks [@igomur](https://github.com/igomur)! - Update all to latest (stylelint 15->16)

- Updated dependencies [[`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d)]:
- @wayofdev/lint-staged-config@2.1.5

## 3.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/commitlint-config",
"version": "3.0.4",
"version": "3.0.5",
"private": false,
"description": "A shareable commitlint configuration for projects.",
"keywords": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"peerDependencies": {
"@commitlint/cli": ">= 17",
"@wayofdev/lint-staged-config": "^2.1.4"
"@wayofdev/lint-staged-config": "^2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-bases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wayofdev/eslint-config-bases

## 3.0.7

### Patch Changes

- [#521](https://github.com/wayofdev/npm-shareable-configs/pull/521) [`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d) Thanks [@igomur](https://github.com/igomur)! - Update all to latest (stylelint 15->16)

- Updated dependencies [[`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d)]:
- @wayofdev/lint-staged-config@2.1.5

## 3.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/eslint-config-bases",
"version": "3.0.6",
"version": "3.0.7",
"private": false,
"description": "A shareable eslint base configuration for projects.",
"keywords": [
Expand Down Expand Up @@ -155,7 +155,7 @@
},
"peerDependencies": {
"@graphql-eslint/eslint-plugin": "^3.17.0",
"@wayofdev/lint-staged-config": "^2.1.4",
"@wayofdev/lint-staged-config": "^2.1.5",
"eslint": "^8.45.0",
"graphql": "^16.6.0",
"prettier": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/lint-staged-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/lint-staged-config

## 2.1.5

### Patch Changes

- [#521](https://github.com/wayofdev/npm-shareable-configs/pull/521) [`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d) Thanks [@igomur](https://github.com/igomur)! - Update all to latest (stylelint 15->16)

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/lint-staged-config",
"version": "2.1.4",
"version": "2.1.5",
"private": false,
"description": "A shareable lint-staged configuration for projects.",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/postcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wayofdev/postcss-config

## 3.0.5

### Patch Changes

- [#521](https://github.com/wayofdev/npm-shareable-configs/pull/521) [`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d) Thanks [@igomur](https://github.com/igomur)! - Update all to latest (stylelint 15->16)

- Updated dependencies [[`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d)]:
- @wayofdev/lint-staged-config@2.1.5

## 3.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/postcss-config",
"version": "3.0.4",
"version": "3.0.5",
"private": false,
"description": "A shareable postcss configuration for projects.",
"keywords": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"es-check": "^7.1.1"
},
"peerDependencies": {
"@wayofdev/lint-staged-config": "^2.1.4",
"@wayofdev/lint-staged-config": "^2.1.5",
"postcss": ">= 8",
"sanitize.css": ">= 13",
"tailwindcss": ">= 3"
Expand Down
9 changes: 9 additions & 0 deletions packages/secretlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wayofdev/secretlint-config

## 3.0.5

### Patch Changes

- [#521](https://github.com/wayofdev/npm-shareable-configs/pull/521) [`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d) Thanks [@igomur](https://github.com/igomur)! - Update all to latest (stylelint 15->16)

- Updated dependencies [[`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d)]:
- @wayofdev/lint-staged-config@2.1.5

## 3.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/secretlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/secretlint-config",
"version": "3.0.4",
"version": "3.0.5",
"private": false,
"description": "A shareable secretlint configuration for projects.",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"rimraf": "^5.0.5"
},
"peerDependencies": {
"@wayofdev/lint-staged-config": "^2.1.4",
"@wayofdev/lint-staged-config": "^2.1.5",
"secretlint": ">= 6"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wayofdev/stylelint-config

## 3.0.5

### Patch Changes

- [#521](https://github.com/wayofdev/npm-shareable-configs/pull/521) [`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d) Thanks [@igomur](https://github.com/igomur)! - Update all to latest (stylelint 15->16)

- Updated dependencies [[`7b77b8d`](https://github.com/wayofdev/npm-shareable-configs/commit/7b77b8df34441b679c2e1e30953c9e2ab1b6954d)]:
- @wayofdev/lint-staged-config@2.1.5

## 3.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/stylelint-config",
"version": "3.0.4",
"version": "3.0.5",
"private": false,
"description": "A shareable stylelint configuration for projects.",
"keywords": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"es-check": "^7.1.1"
},
"peerDependencies": {
"@wayofdev/lint-staged-config": "^2.1.4",
"@wayofdev/lint-staged-config": "^2.1.5",
"stylelint": "^14 || ^15 || ^16"
},
"publishConfig": {
Expand Down

0 comments on commit 9cf3ce1

Please sign in to comment.