Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/tender-turkeys-check.md

This file was deleted.

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 @@
# @awesome-code-style/eslint-config

## 6.0.1

### Patch Changes

- [#38](https://github.com/implydata/awesome-code-style/pull/38) [`18c5db4`](https://github.com/implydata/awesome-code-style/commit/18c5db42064bf7434219af5379f530c53832d327) Thanks [@jgoz](https://github.com/jgoz)! - Update peer dependencies

## 6.0.0

### Major 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,7 +1,7 @@
{
"name": "@awesome-code-style/eslint-config",
"description": "ESLint configuration for TypeScript projects that might use React",
"version": "6.0.0",
"version": "6.0.1",
"publishConfig": {
"access": "public"
},
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 @@
# @awesome-code-style/prettier-config

## 5.0.1

### Patch Changes

- [#38](https://github.com/implydata/awesome-code-style/pull/38) [`18c5db4`](https://github.com/implydata/awesome-code-style/commit/18c5db42064bf7434219af5379f530c53832d327) Thanks [@jgoz](https://github.com/jgoz)! - Update peer dependencies

## 5.0.0

### Major 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,7 +1,7 @@
{
"name": "@awesome-code-style/prettier-config",
"description": "Prettier configuration for projects that use TypeScript, SCSS, and React",
"version": "5.0.0",
"version": "5.0.1",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @awesome-code-style/stylelint-config

## 6.0.1

### Patch Changes

- [#38](https://github.com/implydata/awesome-code-style/pull/38) [`18c5db4`](https://github.com/implydata/awesome-code-style/commit/18c5db42064bf7434219af5379f530c53832d327) Thanks [@jgoz](https://github.com/jgoz)! - Update peer dependencies

## 6.0.0

### Major Changes
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": "@awesome-code-style/stylelint-config",
"description": "Stylelint configuration for projects that use SCSS",
"version": "6.0.0",
"version": "6.0.1",
"publishConfig": {
"access": "public"
},
Expand Down