Skip to content

Commit

Permalink
Merge pull request #31 from signorecello/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--noir-playground-root

chore(main): release noir-playground-root 0.6.0
  • Loading branch information
signorecello authored Dec 5, 2023
2 parents 3022956 + 26a3ed5 commit 6cd99cf
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 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 @@
{
".": "0.5.1"
".": "0.6.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.6.0](https://github.com/signorecello/noir-playground/compare/noir-playground-root-v0.5.1...noir-playground-root-v0.6.0) (2023-12-05)


### Features

* adding auto-publishing ([8a3ea03](https://github.com/signorecello/noir-playground/commit/8a3ea03ac5d9ecf1aa1bed0731c387785cb1e534))
* adding some styling suggestions and a favicon :) ([96814df](https://github.com/signorecello/noir-playground/commit/96814df89fdc973dc601f3a96730ff9cdd7f191a))
* triggering release-please ([bb0356e](https://github.com/signorecello/noir-playground/commit/bb0356e56da3f0d68567d5f2a44264f5e68d3ef2))
* triggering release-please ([f18c826](https://github.com/signorecello/noir-playground/commit/f18c82641f25bf5d8f597bb7116e1494814ef8ea))
* triggering release-please ([b0b4500](https://github.com/signorecello/noir-playground/commit/b0b45008a1ac02196d21b6ceab801cde8fbc8bf2))


### Bug Fixes

* making editor worker inline for webpack compatibility, exporting editor as default ([80d83f3](https://github.com/signorecello/noir-playground/commit/80d83f3c45e1c7621d8859ea7183965b04c8d369))
* removing preflight since it will spill to other components when imported ([4a4f96e](https://github.com/signorecello/noir-playground/commit/4a4f96e37bbe13faa65336441d837320fe7efd9c))
* removing the require for the CDN, added some themes ([a3cc9b4](https://github.com/signorecello/noir-playground/commit/a3cc9b4b3a1b8903b6c441dfbc11c87a4113ae62))
* removing the require for the CDN, added some themes ([dc413dd](https://github.com/signorecello/noir-playground/commit/dc413dd025d8ed82a168b64d50d2eebdf9822ccb))
* restyling the example app ([46ea116](https://github.com/signorecello/noir-playground/commit/46ea116d5ef98ed41150bf99d62e31227305d2d6))
* rp ([7609f39](https://github.com/signorecello/noir-playground/commit/7609f39ef381ec7dbfa89e3696dff4a1635f77ee))
* rp ([dc3d41e](https://github.com/signorecello/noir-playground/commit/dc3d41ed38e02255a903a3c31acca25d6753609e))
* rp ([2cb222e](https://github.com/signorecello/noir-playground/commit/2cb222ef4aab23e99412ffa4984788bece7d2829))
* rp ([fba3b20](https://github.com/signorecello/noir-playground/commit/fba3b20a9b81dbfc98f42834bb6388d269f59274))
* rp ([e3aab29](https://github.com/signorecello/noir-playground/commit/e3aab29593c9fee09775e8be4d58f6702fee7842))
* some more styling fixes ([9a6f7b1](https://github.com/signorecello/noir-playground/commit/9a6f7b17c8684abaee9e55a5514f1235c53885bc))
* some more styling fixes ([034e9cc](https://github.com/signorecello/noir-playground/commit/034e9ccc3fc074f78eb43e647636d491f3803f28))

## [0.5.1](https://github.com/signorecello/noir-playground/compare/noir_playground-v0.5.0...noir_playground-v0.5.1) (2023-12-05)


Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"dev": "yarn workspaces foreach --all --parallel run dev",
"serve": "yarn workspace playground_website serve",
"publish": "yarn workspace @signorecello/noir_playground run publish"
}
},
"version": "0.6.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.5.1",
"version": "0.6.0",
"description": "A playground for the Noir programming language",
"type": "module",
"main": "src/index.ts",
Expand Down

0 comments on commit 6cd99cf

Please sign in to comment.