Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Revert "Merge pull request #15 from eslint-kit/changeset-release/master"
Browse files Browse the repository at this point in the history
This reverts commit 4314f15, reversing
changes made to 4c5736a.
  • Loading branch information
risenforces committed May 20, 2021
1 parent 4314f15 commit 46eedfb
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 42 deletions.
7 changes: 7 additions & 0 deletions .changeset/cyan-beds-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 1,7 @@
---
'@eslint-kit/eslint-config-prettier': major
'@eslint-kit/eslint-config-react': major
'@eslint-kit/eslint-config-typescript': major
---

Dependencies updated, may be breaking changes
5 changes: 5 additions & 0 deletions .changeset/heavy-carrots-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
---
'@eslint-kit/eslint-config-base': major
---

Remove `@rushstack/eslint-patch`
5 changes: 5 additions & 0 deletions .changeset/hot-cherries-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
---
'@eslint-kit/eslint-config-patch': major
---

Create config, delegate patching from base config
5 changes: 5 additions & 0 deletions .changeset/slow-mails-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 1,5 @@
---
'@eslint-kit/cli': major
---

Add patch config support
6 changes: 0 additions & 6 deletions packages/cli/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@eslint-kit/cli",
"version": "7.0.0",
"version": "6.0.0",
"description": "A cli tool for @eslint-kit configs",
"engines": {
"node": ">= 8.9.0",
Expand Down
6 changes: 0 additions & 6 deletions packages/eslint-config-base/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@eslint-kit/eslint-config-base",
"version": "4.0.0",
"version": "3.2.0",
"main": "build/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down
6 changes: 0 additions & 6 deletions packages/eslint-config-patch/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/eslint-config-patch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@eslint-kit/eslint-config-patch",
"version": "1.0.0",
"version": "0.0.0",
"main": "build/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down
6 changes: 0 additions & 6 deletions packages/eslint-config-prettier/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@eslint-kit/eslint-config-prettier",
"version": "3.0.0",
"version": "2.0.0",
"main": "build/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down
6 changes: 0 additions & 6 deletions packages/eslint-config-react/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@eslint-kit/eslint-config-react",
"version": "3.0.0",
"version": "2.2.1",
"main": "build/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down
6 changes: 0 additions & 6 deletions packages/eslint-config-typescript/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@eslint-kit/eslint-config-typescript",
"version": "5.0.0",
"version": "4.0.0",
"main": "build/index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
Expand Down

0 comments on commit 46eedfb

Please sign in to comment.