Skip to content

Commit

Permalink
release: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jul 3, 2023
1 parent c1eb5db commit b3e360a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: "16.13.0"
node-version: "18.16.1"
registry-url: "https://registry.npmjs.org"

- name: Build everything
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# CHANGELOG

<!--__CHANGELOG_ENTRY__-->

## [0.1.2](https://github.com/measuredco/puck/compare/v0.1.1...v0.1.2) (2023-07-03)

- Publish all packages
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/core",
"packages/plugin-heading-analyzer"
],
"version": "0.1.1",
"version": "0.1.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"apps/*",
"packages/*"
],
"version": "0.1.1"
"version": "0.1.2"
}
2 changes: 1 addition & 1 deletion packages/adaptor-strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck-adaptor-strapi",
"version": "0.0.0",
"version": "0.1.2",
"main": "./index.ts",
"types": "./index.ts",
"license": "MIT",
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": "@measured/puck",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-heading-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck-plugin-heading-analyzer",
"version": "0.1.0",
"version": "0.1.2",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.1.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@measured/puck": "*",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"tsconfig": "*",
Expand Down

0 comments on commit b3e360a

Please sign in to comment.