diff --git a/.changeset/chilly-socks-care.md b/.changeset/chilly-socks-care.md deleted file mode 100644 index 688f1698e..000000000 --- a/.changeset/chilly-socks-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontity/wp-source": patch ---- - -Fix a bug where frontity could not fetch a page or child page with the same slug as the parent/child. diff --git a/.changeset/wild-suns-worry.md b/.changeset/wild-suns-worry.md deleted file mode 100644 index fb6341da1..000000000 --- a/.changeset/wild-suns-worry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"frontity": patch -"@frontity/wp-source": patch ---- - -Pin `node-fetch` version until they solve [the import problem](https://github.com/node-fetch/node-fetch/pull/1303) introduced in v2.6.3. Thanks to @robrecord for the catch. diff --git a/packages/frontity/CHANGELOG.md b/packages/frontity/CHANGELOG.md index 7421a4b3c..5c057b713 100644 --- a/packages/frontity/CHANGELOG.md +++ b/packages/frontity/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.17.1 + +### Patch Changes + +- [`e84cca77`](https://github.com/frontity/frontity/commit/e84cca770384fc16ee4575a24e8ef82fd103e8ea) [#870](https://github.com/frontity/frontity/pull/870) Thanks [@luisherranz](https://github.com/luisherranz)! - Pin `node-fetch` version until they solve [the import problem](https://github.com/node-fetch/node-fetch/pull/1303) introduced in v2.6.3. Thanks to @robrecord for the catch. + ## 1.17.0 ### Minor Changes diff --git a/packages/frontity/package.json b/packages/frontity/package.json index 5b4ae7ee0..bc6c1ffc7 100644 --- a/packages/frontity/package.json +++ b/packages/frontity/package.json @@ -1,6 +1,6 @@ { "name": "frontity", - "version": "1.17.0", + "version": "1.17.1", "description": "Frontity cli and entry point to other packages", "keywords": [ "frontity", diff --git a/packages/wp-source/CHANGELOG.md b/packages/wp-source/CHANGELOG.md index 98e6ca949..e924d4f5e 100644 --- a/packages/wp-source/CHANGELOG.md +++ b/packages/wp-source/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 1.11.6 + +### Patch Changes + +- [`e0f290c8`](https://github.com/frontity/frontity/commit/e0f290c86859fc83e1a50c0f3d0240c1c762a1b4) [#866](https://github.com/frontity/frontity/pull/866) Thanks [@nicholasio](https://github.com/nicholasio)! - Fix a bug where frontity could not fetch a page or child page with the same slug as the parent/child. + +* [`e84cca77`](https://github.com/frontity/frontity/commit/e84cca770384fc16ee4575a24e8ef82fd103e8ea) [#870](https://github.com/frontity/frontity/pull/870) Thanks [@luisherranz](https://github.com/luisherranz)! - Pin `node-fetch` version until they solve [the import problem](https://github.com/node-fetch/node-fetch/pull/1303) introduced in v2.6.3. Thanks to @robrecord for the catch. + +* Updated dependencies [[`e84cca77`](https://github.com/frontity/frontity/commit/e84cca770384fc16ee4575a24e8ef82fd103e8ea)]: + - frontity@1.17.1 + ## 1.11.5 ### Patch Changes diff --git a/packages/wp-source/package.json b/packages/wp-source/package.json index 45cb7cf55..f97275839 100644 --- a/packages/wp-source/package.json +++ b/packages/wp-source/package.json @@ -1,6 +1,6 @@ { "name": "@frontity/wp-source", - "version": "1.11.5", + "version": "1.11.6", "description": "A Frontity source package for the REST API of self-hosted and WordPress.com sites", "homepage": "https://github.com/frontity/frontity", "license": "Apache-2.0", @@ -22,7 +22,7 @@ }, "dependencies": { "@frontity/source": "^1.5.1", - "frontity": "^1.16.0", + "frontity": "^1.17.1", "normalizr": "^3.3.0", "path-to-regexp": "^3.0.0", "query-string": "^6.8.3"