From d149c235b88052566aa23223b6b730acd750886c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Dec 2024 21:26:52 +0000 Subject: [PATCH] Version Packages --- .changeset/many-cooks-breathe.md | 5 ----- .changeset/moody-coins-build.md | 5 ----- .changeset/spotty-chairs-pretend.md | 8 -------- examples/app-pages-router/CHANGELOG.md | 7 +++++++ examples/app-pages-router/package.json | 2 +- examples/app-router/CHANGELOG.md | 7 +++++++ examples/app-router/package.json | 2 +- packages/open-next/CHANGELOG.md | 13 +++++++++++++ packages/open-next/package.json | 2 +- 9 files changed, 30 insertions(+), 21 deletions(-) delete mode 100644 .changeset/many-cooks-breathe.md delete mode 100644 .changeset/moody-coins-build.md delete mode 100644 .changeset/spotty-chairs-pretend.md diff --git a/.changeset/many-cooks-breathe.md b/.changeset/many-cooks-breathe.md deleted file mode 100644 index e59eaa1d..00000000 --- a/.changeset/many-cooks-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix: fetch cache does not depend on tag cache being enabled diff --git a/.changeset/moody-coins-build.md b/.changeset/moody-coins-build.md deleted file mode 100644 index 09a3b3c5..00000000 --- a/.changeset/moody-coins-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix html cache headers with i18n diff --git a/.changeset/spotty-chairs-pretend.md b/.changeset/spotty-chairs-pretend.md deleted file mode 100644 index 3613e4ed..00000000 --- a/.changeset/spotty-chairs-pretend.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -Add additional metadata to RoutingResult - -For some future features [#658](https://github.com/opennextjs/opennextjs-aws/issues/658) (and bug fix [#677](https://github.com/opennextjs/opennextjs-aws/issues/677)) we need to add some additional metadata to the RoutingResult. -This PR adds 2 new fields to the RoutingResult: `initialPath` and `resolvedRoutes` \ No newline at end of file diff --git a/examples/app-pages-router/CHANGELOG.md b/examples/app-pages-router/CHANGELOG.md index 20cfc68e..408e88bc 100644 --- a/examples/app-pages-router/CHANGELOG.md +++ b/examples/app-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-pages-router +## 0.1.4 + +### Patch Changes + +- Updated dependencies [[`9595714ac23e5f131b879d04d5cfb2a5d11bdbdd`](https://github.com/opennextjs/opennextjs-aws/commit/9595714ac23e5f131b879d04d5cfb2a5d11bdbdd), [`4e88b47935523de1d15da067b56105bd6be91e47`](https://github.com/opennextjs/opennextjs-aws/commit/4e88b47935523de1d15da067b56105bd6be91e47), [`7140ca56e1e88d7a7cae327eceb3ef8c2fde2a1e`](https://github.com/opennextjs/opennextjs-aws/commit/7140ca56e1e88d7a7cae327eceb3ef8c2fde2a1e)]: + - @opennextjs/aws@3.3.1 + ## 0.1.3 ### Patch Changes diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index d46e20ff..b3486ea9 100644 --- a/examples/app-pages-router/package.json +++ b/examples/app-pages-router/package.json @@ -1,6 +1,6 @@ { "name": "app-pages-router", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"", diff --git a/examples/app-router/CHANGELOG.md b/examples/app-router/CHANGELOG.md index 20464daf..bc4243e0 100644 --- a/examples/app-router/CHANGELOG.md +++ b/examples/app-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-router +## 0.1.4 + +### Patch Changes + +- Updated dependencies [[`9595714ac23e5f131b879d04d5cfb2a5d11bdbdd`](https://github.com/opennextjs/opennextjs-aws/commit/9595714ac23e5f131b879d04d5cfb2a5d11bdbdd), [`4e88b47935523de1d15da067b56105bd6be91e47`](https://github.com/opennextjs/opennextjs-aws/commit/4e88b47935523de1d15da067b56105bd6be91e47), [`7140ca56e1e88d7a7cae327eceb3ef8c2fde2a1e`](https://github.com/opennextjs/opennextjs-aws/commit/7140ca56e1e88d7a7cae327eceb3ef8c2fde2a1e)]: + - @opennextjs/aws@3.3.1 + ## 0.1.3 ### Patch Changes diff --git a/examples/app-router/package.json b/examples/app-router/package.json index de5f9a9d..fe97d1bd 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -1,6 +1,6 @@ { "name": "app-router", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --streaming --build-command \"npx turbo build\"", diff --git a/packages/open-next/CHANGELOG.md b/packages/open-next/CHANGELOG.md index 587ed392..98a34ecf 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,18 @@ # open-next +## 3.3.1 + +### Patch Changes + +- [#684](https://github.com/opennextjs/opennextjs-aws/pull/684) [`9595714ac23e5f131b879d04d5cfb2a5d11bdbdd`](https://github.com/opennextjs/opennextjs-aws/commit/9595714ac23e5f131b879d04d5cfb2a5d11bdbdd) Thanks [@vicb](https://github.com/vicb)! - fix: fetch cache does not depend on tag cache being enabled + +- [#685](https://github.com/opennextjs/opennextjs-aws/pull/685) [`4e88b47935523de1d15da067b56105bd6be91e47`](https://github.com/opennextjs/opennextjs-aws/commit/4e88b47935523de1d15da067b56105bd6be91e47) Thanks [@conico974](https://github.com/conico974)! - fix html cache headers with i18n + +- [#673](https://github.com/opennextjs/opennextjs-aws/pull/673) [`7140ca56e1e88d7a7cae327eceb3ef8c2fde2a1e`](https://github.com/opennextjs/opennextjs-aws/commit/7140ca56e1e88d7a7cae327eceb3ef8c2fde2a1e) Thanks [@conico974](https://github.com/conico974)! - Add additional metadata to RoutingResult + + For some future features [#658](https://github.com/opennextjs/opennextjs-aws/issues/658) (and bug fix [#677](https://github.com/opennextjs/opennextjs-aws/issues/677)) we need to add some additional metadata to the RoutingResult. + This PR adds 2 new fields to the RoutingResult: `initialPath` and `resolvedRoutes` + ## 3.3.0 ### Minor Changes diff --git a/packages/open-next/package.json b/packages/open-next/package.json index a26d9583..2c02847f 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "@opennextjs/aws", - "version": "3.3.0", + "version": "3.3.1", "bin": { "open-next": "./dist/index.js" },