Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #871

Merged
merged 1 commit into from Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilly-socks-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-suns-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
11 changes: 11 additions & 0 deletions 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
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
Expand Down