Skip to content

Commit

Permalink
Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Jun 6, 2022
2 parents af24701 + a904adf commit 4a7e69f
Show file tree
Hide file tree
Showing 22 changed files with 9,238 additions and 1,768 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-hairs-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@10up/headless-core": patch
---

remove emotion dep from core package
15 changes: 15 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@10up/headless-core": "0.2.0",
"@10up/react-hooks": "1.2.0",
"@10up/headless-next": "0.2.0",
"@10up/headless-docs": "1.0.0",
"@10up/wp-nextjs": "0.2.0"
},
"changesets": [
"beige-hairs-swim",
"empty-turtles-swim"
]
}
2 changes: 1 addition & 1 deletion .github/workflows/npm-release-next-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm run publish
title: "Release (@next)"
title: "Release"
commit: "chore: version packages (next)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 4a7e69f

Please sign in to comment.