From b547d499ab1fd5293b6a2619cb000f9195a485ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 21:29:36 -0600 Subject: [PATCH] Chore: Publish release (#255) Co-authored-by: github-actions[bot] Co-authored-by: Jeff --- .changeset/lazy-pots-shout.md | 14 -------------- packages/base/CHANGELOG.md | 12 ++++++++++++ packages/base/package.json | 2 +- packages/ember/CHANGELOG.md | 12 ++++++++++++ packages/ember/package.json | 2 +- packages/react/CHANGELOG.md | 16 +++++++++++++++- packages/react/package.json | 4 ++-- packages/typescript/CHANGELOG.md | 16 +++++++++++++++- packages/typescript/package.json | 4 ++-- 9 files changed, 60 insertions(+), 22 deletions(-) delete mode 100644 .changeset/lazy-pots-shout.md diff --git a/.changeset/lazy-pots-shout.md b/.changeset/lazy-pots-shout.md deleted file mode 100644 index 19a5b36..0000000 --- a/.changeset/lazy-pots-shout.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@showbie/eslint-config': major -'@showbie/eslint-config-ember': major -'@showbie/eslint-config-react': major -'@showbie/eslint-config-typescript': major ---- - -New versions are now published to the GitHub Package registry - -You will need to add the following to `.npmrc` in your project root: - -``` -@showbie:registry=https://npm.pkg.github.com/showbie -``` diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 3ca9459..33fbc80 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -1,5 +1,17 @@ # @showbie/eslint-config +## 5.0.0 — 2021-08-12 + +#### 💣 Breaking Changes + +- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253) + + You will need to add the following to `.npmrc` in your project root: + + ``` + @showbie:registry=https://npm.pkg.github.com/showbie + ``` + ### 4.0.2 — 2021-08-12 #### 🚚 Deprecated diff --git a/packages/base/package.json b/packages/base/package.json index bed65e2..f6a3820 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@showbie/eslint-config", - "version": "4.0.2", + "version": "5.0.0", "description": "ESLint configuration for Showbie projects", "keywords": [ "eslint-config", diff --git a/packages/ember/CHANGELOG.md b/packages/ember/CHANGELOG.md index 1500080..eed9a07 100644 --- a/packages/ember/CHANGELOG.md +++ b/packages/ember/CHANGELOG.md @@ -1,5 +1,17 @@ # @showbie/eslint-config-ember +## 5.0.0 — 2021-08-12 + +#### 💣 Breaking Changes + +- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253) + + You will need to add the following to `.npmrc` in your project root: + + ``` + @showbie:registry=https://npm.pkg.github.com/showbie + ``` + ## 4.0.2 — 2021-08-12 #### 🚚 Deprecated diff --git a/packages/ember/package.json b/packages/ember/package.json index 9dc6a65..b318ac8 100644 --- a/packages/ember/package.json +++ b/packages/ember/package.json @@ -1,6 +1,6 @@ { "name": "@showbie/eslint-config-ember", - "version": "4.0.2", + "version": "5.0.0", "description": "ESLint configuration for Showbie Ember projects", "keywords": [ "eslint-config", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c2b9b78..96fdf33 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,11 +1,25 @@ # @showbie/eslint-config-react +## 5.0.0 — 2021-08-12 + +#### 💣 Breaking Changes + +- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253) + + You will need to add the following to `.npmrc` in your project root: + + ``` + @showbie:registry=https://npm.pkg.github.com/showbie + ``` +- Updated dependencies [`eb057a1`](https://github.com/showbie/showbie-eslint-config/commit/eb057a18e4c0bce3efb079ca044b656338b15f4c): + - @showbie/eslint-config-typescript@5.0.0 + ## 4.1.2 — 2021-08-12 #### 🚚 Deprecated - Further versions of this package will be published to the GitHub Package registry [#251](https://github.com/showbie/showbie-eslint-config/pull/251) -- Updated dependencies [[`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca)]: +- Updated dependencies [`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca): - @showbie/eslint-config-typescript@4.0.3 ### 4.1.1 — 2021-04-05 diff --git a/packages/react/package.json b/packages/react/package.json index 14934c0..114bd47 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@showbie/eslint-config-react", - "version": "4.1.2", + "version": "5.0.0", "description": "ESLint configuration for Showbie React projects", "keywords": [ "eslint-config", @@ -26,7 +26,7 @@ "test": "npm run eslint-check" }, "dependencies": { - "@showbie/eslint-config-typescript": "^4.0.3", + "@showbie/eslint-config-typescript": "^5.0.0", "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 80e92ae..d7bbf72 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -1,11 +1,25 @@ # @showbie/eslint-config-typescript +## 5.0.0 — 2021-08-12 + +#### 💣 Breaking Changes + +- New versions are now published to the GitHub Package registry [#253](https://github.com/showbie/showbie-eslint-config/pull/253) + + You will need to add the following to `.npmrc` in your project root: + + ``` + @showbie:registry=https://npm.pkg.github.com/showbie + ``` +- Updated dependencies [`eb057a1`](https://github.com/showbie/showbie-eslint-config/commit/eb057a18e4c0bce3efb079ca044b656338b15f4c): + - @showbie/eslint-config@5.0.0 + ## 4.0.3 — 2021-08-12 #### 🚚 Deprecated - Further versions of this package will be published to the GitHub Package registry [#251](https://github.com/showbie/showbie-eslint-config/pull/251) -- Updated dependencies [[`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca)]: +- Updated dependencies [`1f5c22d`](https://github.com/showbie/showbie-eslint-config/commit/1f5c22d01801add5a2efcbb10f7fc136fa4f63ca): - @showbie/eslint-config@4.0.2 ### 4.0.2 diff --git a/packages/typescript/package.json b/packages/typescript/package.json index d5c483c..aefc1d4 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@showbie/eslint-config-typescript", - "version": "4.0.3", + "version": "5.0.0", "description": "ESLint configuration for Showbie TypeScript projects", "keywords": [ "eslint-config", @@ -26,7 +26,7 @@ "test": "npm run eslint-check" }, "dependencies": { - "@showbie/eslint-config": "^4.0.2", + "@showbie/eslint-config": "^5.0.0", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "eslint-plugin-prettier": "^3.3.1"