Skip to content

Commit

Permalink
Merge branch 'master' of github-lotyp:wayofdev/npm-shareable-configs
Browse files Browse the repository at this point in the history
* 'master' of github-lotyp:wayofdev/npm-shareable-configs:
  chore: update versions
  • Loading branch information
lotyp committed Dec 15, 2022
2 parents ded55ca + 84035ce commit da7e9b1
Show file tree
Hide file tree
Showing 25 changed files with 90 additions and 28 deletions.
16 changes: 0 additions & 16 deletions .changeset/tasty-avocados-itch.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/browserslist-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shareable browserslist configuration for projects.",
"keywords": [
"browserslist",
Expand Down
6 changes: 6 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/commitlint-config

## 1.0.2

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/commitlint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "A shareable commitlint configuration for projects.",
"keywords": [
"commitlint",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/eslint-config

## 1.0.2

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/eslint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "A shareable eslint configuration for projects.",
"keywords": [
"eslint",
Expand Down
7 changes: 7 additions & 0 deletions packages/htmlhint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/htmlhint-config

## 1.0.1

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions
2 changes: 1 addition & 1 deletion packages/htmlhint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/htmlhint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shareable htmlhint configuration for projects.",
"keywords": [
"htmlhint",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/jest-config

## 1.0.1

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/jest-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shareable jest configuration for projects.",
"keywords": [
"jest",
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

## 1.0.2

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"description": "A shareable lint-staged configuration for projects.",
"keywords": [
"lint-staged",
Expand Down
6 changes: 6 additions & 0 deletions packages/markdownlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/markdownlint-config

## 1.0.2

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/markdownlint-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "A shareable markdownlint configuration for projects.",
"keywords": [
"markdownlint",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/postcss-config

## 1.0.1

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/postcss-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shareable postcss configuration for projects.",
"keywords": [
"postcss",
Expand Down
6 changes: 6 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/prettier-config

## 1.0.2

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/prettier-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "A shareable prettier configuration for projects.",
"keywords": [
"prettier",
Expand Down
6 changes: 6 additions & 0 deletions packages/secretlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wayofdev/secretlint-config

## 1.0.5

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/secretlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/secretlint-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "A shareable secretlint configuration for projects.",
"keywords": [
"secretlint",
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/stylelint-config

## 1.0.1

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/stylelint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shareable stylelint configuration for projects.",
"keywords": [
"stylelint",
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wayofdev/tsconfig-config

## 1.0.1

### Patch Changes

- [`6cac87d`](https://github.com/wayofdev/npm-shareable-configs/commit/6cac87d55bc1488b1eee040c793d72fab12f5564) Thanks [@lotyp](https://github.com/lotyp)! - feat: bumping versions
2 changes: 1 addition & 1 deletion packages/tsconfig-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayofdev/tsconfig-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "A shareable tsconfig configuration for projects.",
"keywords": [
"tsconfig",
Expand Down

0 comments on commit da7e9b1

Please sign in to comment.