From 26a3ed59212948f703731921ab402c493fbf2e5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:21:08 +0000 Subject: [PATCH] chore(main): release noir-playground-root 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 3 ++- packages/playground/package.json | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5666d54..b5b966f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 690d365..85f7f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index c4d294e..5a59ef2 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/packages/playground/package.json b/packages/playground/package.json index 39baecc..e10cd2b 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -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",