Skip to content

Commit

Permalink
Merge pull request #871 from frontity/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
SantosGuillamot committed Sep 22, 2021
2 parents b7cc70e + 6f70944 commit dfd8d9a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 deletions.
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

0 comments on commit dfd8d9a

Please sign in to comment.