diff --git a/.changeset/cuddly-balloons-punch.md b/.changeset/cuddly-balloons-punch.md deleted file mode 100644 index 75e8e922713..00000000000 --- a/.changeset/cuddly-balloons-punch.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'blog-app': minor -'web-app': minor -'@your-org/core-lib': minor -'@your-org/ui-lib': minor -'@your-org/db-main-prisma': minor ---- - -Eslint performance by not running test plugins over regular code diff --git a/apps/blog-app/CHANGELOG.md b/apps/blog-app/CHANGELOG.md index a21b3dd66de..6fe45a675d8 100644 --- a/apps/blog-app/CHANGELOG.md +++ b/apps/blog-app/CHANGELOG.md @@ -1,5 +1,17 @@ # blog-app +## 3.17.0 + +### Minor Changes + +- [#438](https://github.com/belgattitude/nextjs-monorepo-example/pull/438) [`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Eslint performance by not running test plugins over regular code + +### Patch Changes + +- Updated dependencies [[`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a)]: + - @your-org/core-lib@3.7.0 + - @your-org/ui-lib@3.5.0 + ## 3.16.2 ### Patch Changes diff --git a/apps/blog-app/package.json b/apps/blog-app/package.json index feb61169783..8f9dcaa00c8 100644 --- a/apps/blog-app/package.json +++ b/apps/blog-app/package.json @@ -1,6 +1,6 @@ { "name": "blog-app", - "version": "3.16.2", + "version": "3.17.0", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example", diff --git a/apps/web-app/CHANGELOG.md b/apps/web-app/CHANGELOG.md index 928ed090e44..4ef2b8f2b23 100644 --- a/apps/web-app/CHANGELOG.md +++ b/apps/web-app/CHANGELOG.md @@ -1,5 +1,18 @@ # web-app +## 3.27.0 + +### Minor Changes + +- [#438](https://github.com/belgattitude/nextjs-monorepo-example/pull/438) [`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Eslint performance by not running test plugins over regular code + +### Patch Changes + +- Updated dependencies [[`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a)]: + - @your-org/core-lib@3.7.0 + - @your-org/ui-lib@3.5.0 + - @your-org/db-main-prisma@2.5.0 + ## 3.26.3 ### Patch Changes diff --git a/apps/web-app/package.json b/apps/web-app/package.json index 0fb663ab302..aab06350aeb 100644 --- a/apps/web-app/package.json +++ b/apps/web-app/package.json @@ -1,6 +1,6 @@ { "name": "web-app", - "version": "3.26.3", + "version": "3.27.0", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example", diff --git a/packages/core-lib/CHANGELOG.md b/packages/core-lib/CHANGELOG.md index 655bf5e1d63..753cd9a6867 100644 --- a/packages/core-lib/CHANGELOG.md +++ b/packages/core-lib/CHANGELOG.md @@ -1,5 +1,11 @@ # @your-org/core-lib +## 3.7.0 + +### Minor Changes + +- [#438](https://github.com/belgattitude/nextjs-monorepo-example/pull/438) [`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Eslint performance by not running test plugins over regular code + ## 3.6.1 ### Patch Changes diff --git a/packages/core-lib/package.json b/packages/core-lib/package.json index 128291c3c41..05e89478f1e 100644 --- a/packages/core-lib/package.json +++ b/packages/core-lib/package.json @@ -1,6 +1,6 @@ { "name": "@your-org/core-lib", - "version": "3.6.1", + "version": "3.7.0", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example", diff --git a/packages/db-main-prisma/CHANGELOG.md b/packages/db-main-prisma/CHANGELOG.md index c6dbb051ead..f72745bdc2b 100644 --- a/packages/db-main-prisma/CHANGELOG.md +++ b/packages/db-main-prisma/CHANGELOG.md @@ -1,5 +1,11 @@ # @your-org/db-main-prisma +## 2.5.0 + +### Minor Changes + +- [#438](https://github.com/belgattitude/nextjs-monorepo-example/pull/438) [`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Eslint performance by not running test plugins over regular code + ## 2.4.0 ### Minor Changes diff --git a/packages/db-main-prisma/package.json b/packages/db-main-prisma/package.json index 8277f6edab0..3b60ec57e22 100644 --- a/packages/db-main-prisma/package.json +++ b/packages/db-main-prisma/package.json @@ -1,6 +1,6 @@ { "name": "@your-org/db-main-prisma", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example", diff --git a/packages/ui-lib/CHANGELOG.md b/packages/ui-lib/CHANGELOG.md index dfa246b7866..50d3c1d5e0a 100644 --- a/packages/ui-lib/CHANGELOG.md +++ b/packages/ui-lib/CHANGELOG.md @@ -1,5 +1,11 @@ # @your-org/ui-lib +## 3.5.0 + +### Minor Changes + +- [#438](https://github.com/belgattitude/nextjs-monorepo-example/pull/438) [`6b78e59`](https://github.com/belgattitude/nextjs-monorepo-example/commit/6b78e59e4933814e69c26c86743a5b003c92dc2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Eslint performance by not running test plugins over regular code + ## 3.4.1 ### Patch Changes diff --git a/packages/ui-lib/package.json b/packages/ui-lib/package.json index 96c5332a089..92865e1298a 100644 --- a/packages/ui-lib/package.json +++ b/packages/ui-lib/package.json @@ -1,6 +1,6 @@ { "name": "@your-org/ui-lib", - "version": "3.4.1", + "version": "3.5.0", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example",