Skip to content

Commit

Permalink
chore: promote from @next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2022
1 parent 4a7e69f commit c84059a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-hairs-swim.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/pre.json

This file was deleted.

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.2.1

### Patch Changes

- e9c7ef0: remove emotion dep from core package

## 0.2.1-next.0

### 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.2.1-next.0",
"version": "0.2.1",
"description": "",
"main": "dist/cjs/index.js",
"source": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @10up/headless-next

## 0.2.1

### Patch Changes

- Updated dependencies [e9c7ef0]
- @10up/headless-core@0.2.1

## 0.2.1-next.0

### 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.2.1-next.0",
"version": "0.2.1",
"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.2.1-next.0",
"@10up/headless-core": "^0.2.1",
"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.2.1-next.0",
"@10up/headless-next": "^0.2.1-next.0",
"@10up/headless-core": "^0.2.1",
"@10up/headless-next": "^0.2.1",
"@linaria/babel-preset": "3.0.0-beta.20",
"@linaria/core": "3.0.0-beta.20",
"@linaria/react": "3.0.0-beta.20",
Expand Down

0 comments on commit c84059a

Please sign in to comment.