Skip to content

Commit

Permalink
Merge pull request #214 from 10up/changeset-release/develop
Browse files Browse the repository at this point in the history
Release (next)
  • Loading branch information
nicholasio authored Oct 7, 2022
2 parents 441e59a + 2f55520 commit b29d8d8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"changesets": [
"famous-pugs-kiss",
"grumpy-impalas-kick",
"silly-boxes-lick",
"tame-ladybugs-invite",
"tough-lizards-chew"
]
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @10up/headless-core

## 0.4.2-next.2

### Patch Changes

- 18e408f: Introduce `swr` and `fetchStrategyOptions` namespaces in the fetch options. This allow fetchOptions to be passed directly to the fetch strategy.

## 0.4.2-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/headless-core",
"version": "0.4.2-next.1",
"version": "0.4.2-next.2",
"description": "",
"main": "dist/cjs/index.js",
"source": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @10up/headless-next

## 0.4.2-next.2

### Patch Changes

- 18e408f: Introduce `swr` and `fetchStrategyOptions` namespaces in the fetch options. This allow fetchOptions to be passed directly to the fetch strategy.
- Updated dependencies [18e408f]
- @10up/headless-core@0.4.2-next.2

## 0.4.2-next.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/headless-next",
"version": "0.4.2-next.1",
"version": "0.4.2-next.2",
"description": "",
"main": "dist/cjs/index.js",
"source": "src/index.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@10up/headless-core": "^0.4.2-next.1",
"@10up/headless-core": "^0.4.2-next.2",
"html-react-parser": "^1.4.3",
"loader-utils": "^3.2.0",
"next-transpile-modules": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/wp-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"lint": "eslint ."
},
"dependencies": {
"@10up/headless-core": "^0.4.2-next.1",
"@10up/headless-next": "^0.4.2-next.1",
"@10up/headless-core": "^0.4.2-next.2",
"@10up/headless-next": "^0.4.2-next.2",
"@linaria/babel-preset": "^4.1.2",
"@linaria/core": "^4.1.1",
"@linaria/react": "^4.1.2",
Expand Down

1 comment on commit b29d8d8

@vercel
Copy link

@vercel vercel bot commented on b29d8d8 Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.