Skip to content

Commit

Permalink
feat: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
signorecello committed Mar 21, 2024
1 parent 1c5269f commit b541035
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/playground": "0.7.0"
"packages/playground": "0.8.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"serve": "yarn workspace playground_website run preview",
"publish": "yarn workspace @signorecello/noir_playground run publish"
},
"version": "0.6.0"
"version": "0.8.0"
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signorecello/noir_playground",
"version": "0.7.0",
"version": "0.8.0",
"description": "A playground for the Noir programming language",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground_website",
"main": "index.jsx",
"version": "0.1.0",
"version": "0.8.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down

0 comments on commit b541035

Please sign in to comment.