diff --git a/.changeset/dull-geckos-joke.md b/.changeset/dull-geckos-joke.md deleted file mode 100644 index 71efb99d109..00000000000 --- a/.changeset/dull-geckos-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'web-app': minor ---- - -Example of fully typed api (ssr and frontend) diff --git a/.changeset/five-moons-smash.md b/.changeset/five-moons-smash.md deleted file mode 100644 index b82a3ecbf16..00000000000 --- a/.changeset/five-moons-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@your-org/core-lib': patch ---- - -Added Unpromisify utility diff --git a/.changeset/gentle-rockets-mate.md b/.changeset/gentle-rockets-mate.md deleted file mode 100644 index 95eaf178635..00000000000 --- a/.changeset/gentle-rockets-mate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'blog-app': patch -'web-app': patch -'@your-org/core-lib': patch -'@your-org/db-main-prisma': patch -'@your-org/ui-lib': patch ---- - -Relaxed codeclimate config for react components diff --git a/.changeset/mighty-penguins-bake.md b/.changeset/mighty-penguins-bake.md deleted file mode 100644 index 47e1e9fb28d..00000000000 --- a/.changeset/mighty-penguins-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@your-org/db-main-prisma': patch ---- - -Improved documentation diff --git a/.changeset/spotty-dragons-greet.md b/.changeset/spotty-dragons-greet.md deleted file mode 100644 index 2d67b1a91b6..00000000000 --- a/.changeset/spotty-dragons-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@your-org/db-main-prisma': minor ---- - -Prisma updated to 2.27.0 diff --git a/.changeset/sweet-vans-beg.md b/.changeset/sweet-vans-beg.md deleted file mode 100644 index 37572cd7e47..00000000000 --- a/.changeset/sweet-vans-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@your-org/core-lib': minor ---- - -Added basic example for JSON-API support diff --git a/.changeset/tough-socks-own.md b/.changeset/tough-socks-own.md deleted file mode 100644 index fc27f074f19..00000000000 --- a/.changeset/tough-socks-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@your-org/db-main-prisma': minor ---- - -New schema for posts diff --git a/apps/blog-app/CHANGELOG.md b/apps/blog-app/CHANGELOG.md index 65a2c0cb67d..4f483b4b79d 100644 --- a/apps/blog-app/CHANGELOG.md +++ b/apps/blog-app/CHANGELOG.md @@ -1,5 +1,15 @@ # blog-app +## 3.6.3 + +### Patch Changes + +- [#172](https://github.com/belgattitude/nextjs-monorepo-example/pull/172) [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4) Thanks [@belgattitude](https://github.com/belgattitude)! - Relaxed codeclimate config for react components + +- Updated dependencies [[`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f), [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4), [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f)]: + - @your-org/core-lib@3.3.0 + - @your-org/ui-lib@3.1.3 + ## 3.6.2 ### Patch Changes diff --git a/apps/blog-app/package.json b/apps/blog-app/package.json index a707cb62f62..31eccda257a 100644 --- a/apps/blog-app/package.json +++ b/apps/blog-app/package.json @@ -1,6 +1,6 @@ { "name": "blog-app", - "version": "3.6.2", + "version": "3.6.3", "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 ac57a9eaea5..739cd43cc19 100644 --- a/apps/web-app/CHANGELOG.md +++ b/apps/web-app/CHANGELOG.md @@ -1,5 +1,20 @@ # web-app +## 3.12.0 + +### Minor Changes + +- [#140](https://github.com/belgattitude/nextjs-monorepo-example/pull/140) [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f) Thanks [@belgattitude](https://github.com/belgattitude)! - Example of fully typed api (ssr and frontend) + +### Patch Changes + +- [#172](https://github.com/belgattitude/nextjs-monorepo-example/pull/172) [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4) Thanks [@belgattitude](https://github.com/belgattitude)! - Relaxed codeclimate config for react components + +- Updated dependencies [[`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f), [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4), [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f), [`3c8ef69`](https://github.com/belgattitude/nextjs-monorepo-example/commit/3c8ef6900120557fae33ff565595f8fe2b9628a9), [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f), [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f)]: + - @your-org/core-lib@3.3.0 + - @your-org/db-main-prisma@1.2.0 + - @your-org/ui-lib@3.1.3 + ## 3.11.1 ### Patch Changes diff --git a/apps/web-app/package.json b/apps/web-app/package.json index 94ac84b4552..56809710bd9 100644 --- a/apps/web-app/package.json +++ b/apps/web-app/package.json @@ -1,6 +1,6 @@ { "name": "web-app", - "version": "3.11.1", + "version": "3.12.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 2cf4b555037..3829ec35027 100644 --- a/packages/core-lib/CHANGELOG.md +++ b/packages/core-lib/CHANGELOG.md @@ -1,5 +1,17 @@ # @your-org/core-lib +## 3.3.0 + +### Minor Changes + +- [#140](https://github.com/belgattitude/nextjs-monorepo-example/pull/140) [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f) Thanks [@belgattitude](https://github.com/belgattitude)! - Added basic example for JSON-API support + +### Patch Changes + +- [#140](https://github.com/belgattitude/nextjs-monorepo-example/pull/140) [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f) Thanks [@belgattitude](https://github.com/belgattitude)! - Added Unpromisify utility + +* [#172](https://github.com/belgattitude/nextjs-monorepo-example/pull/172) [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4) Thanks [@belgattitude](https://github.com/belgattitude)! - Relaxed codeclimate config for react components + ## 3.2.2 ### Patch Changes diff --git a/packages/core-lib/package.json b/packages/core-lib/package.json index 0abd9975bb2..8b035296a2f 100644 --- a/packages/core-lib/package.json +++ b/packages/core-lib/package.json @@ -1,6 +1,6 @@ { "name": "@your-org/core-lib", - "version": "3.2.2", + "version": "3.3.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 4fd5740a0e7..93aba340d16 100644 --- a/packages/db-main-prisma/CHANGELOG.md +++ b/packages/db-main-prisma/CHANGELOG.md @@ -1,5 +1,22 @@ # @your-org/db-main-prisma +## 1.2.0 + +### Minor Changes + +- [#170](https://github.com/belgattitude/nextjs-monorepo-example/pull/170) [`3c8ef69`](https://github.com/belgattitude/nextjs-monorepo-example/commit/3c8ef6900120557fae33ff565595f8fe2b9628a9) Thanks [@belgattitude](https://github.com/belgattitude)! - Prisma updated to 2.27.0 + +* [#140](https://github.com/belgattitude/nextjs-monorepo-example/pull/140) [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f) Thanks [@belgattitude](https://github.com/belgattitude)! - New schema for posts + +### Patch Changes + +- [#172](https://github.com/belgattitude/nextjs-monorepo-example/pull/172) [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4) Thanks [@belgattitude](https://github.com/belgattitude)! - Relaxed codeclimate config for react components + +* [#140](https://github.com/belgattitude/nextjs-monorepo-example/pull/140) [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f) Thanks [@belgattitude](https://github.com/belgattitude)! - Improved documentation + +* Updated dependencies [[`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f), [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4), [`4929105`](https://github.com/belgattitude/nextjs-monorepo-example/commit/4929105635b9bfd460a5653ceb8cb05353bb9a8f)]: + - @your-org/core-lib@3.3.0 + ## 1.1.3 ### Patch Changes diff --git a/packages/db-main-prisma/package.json b/packages/db-main-prisma/package.json index c9e1b3b5ea5..a5176215b50 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": "1.1.3", + "version": "1.2.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 6c31ac74863..b54411cc170 100644 --- a/packages/ui-lib/CHANGELOG.md +++ b/packages/ui-lib/CHANGELOG.md @@ -1,5 +1,11 @@ # @your-org/ui-lib +## 3.1.3 + +### Patch Changes + +- [#172](https://github.com/belgattitude/nextjs-monorepo-example/pull/172) [`01e5e89`](https://github.com/belgattitude/nextjs-monorepo-example/commit/01e5e89e028029c5ef415f2f825d022f96a97fd4) Thanks [@belgattitude](https://github.com/belgattitude)! - Relaxed codeclimate config for react components + ## 3.1.2 ### Patch Changes diff --git a/packages/ui-lib/package.json b/packages/ui-lib/package.json index 59516c12970..87d454b2135 100644 --- a/packages/ui-lib/package.json +++ b/packages/ui-lib/package.json @@ -1,6 +1,6 @@ { "name": "@your-org/ui-lib", - "version": "3.1.2", + "version": "3.1.3", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example",