From d6a00bfd5b9f479ccf8a926d2b8c67e88d95e98d Mon Sep 17 00:00:00 2001 From: leet-bot <67236993+leet-bot@users.noreply.github.com> Date: Sun, 26 Sep 2021 17:45:26 +0300 Subject: [PATCH] ci(changesets): version packages (#120) * ci(changesets): version packages * Update package.json Co-authored-by: github-actions[bot] Co-authored-by: roikoren755 <26850796+roikoren755@users.noreply.github.com> --- .changeset/shaggy-bulldogs-report.md | 5 ----- .changeset/silent-geckos-report.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/shaggy-bulldogs-report.md delete mode 100644 .changeset/silent-geckos-report.md diff --git a/.changeset/shaggy-bulldogs-report.md b/.changeset/shaggy-bulldogs-report.md deleted file mode 100644 index 0ffa2bb..0000000 --- a/.changeset/shaggy-bulldogs-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-config-altnext': major ---- - -feat: make `altnext/type-checking` the default config diff --git a/.changeset/silent-geckos-report.md b/.changeset/silent-geckos-report.md deleted file mode 100644 index 7e00c48..0000000 --- a/.changeset/silent-geckos-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-config-altnext": patch ---- - -chore(deps): update dependency eslint-config-altnext to v1.2.6 diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f3a6e..38aa818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-config-altnext +## 2.0.0 + +### Major Changes + +- [#121](https://github.com/AltNext/eslint-config-altnext/pull/121) [`58706b3`](https://github.com/AltNext/eslint-config-altnext/commit/58706b37d0ff428293b83e542bb10b8ebf52a336) Thanks [@roikoren755](https://github.com/roikoren755)! - feat: make `altnext/type-checking` the default config + +### Patch Changes + +- [#119](https://github.com/AltNext/eslint-config-altnext/pull/119) [`51c6405`](https://github.com/AltNext/eslint-config-altnext/commit/51c6405c78c23dc414d460104351edddc6d9fb55) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update dependency eslint-config-altnext to v1.2.6 + ## 1.2.6 ### Patch Changes diff --git a/package.json b/package.json index 434b496..999fa74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-altnext", - "version": "1.2.6", + "version": "2.0.0", "repository": { "type": "git", "url": "ssh://git@github.com/altnext/eslint-config-altnext.git"