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/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..5e393259 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), [`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..30249d4f 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), [`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..b6ae70c6 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,16 @@ # 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 + +- [#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" },