Skip to content

Commit

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

chore(main): release noir_playground 0.7.0
  • Loading branch information
signorecello authored Jan 12, 2024
2 parents de0f8e3 + d68fd55 commit 9b1c09d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 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.6.0"
"packages/playground": "0.7.0"
}
19 changes: 19 additions & 0 deletions packages/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.7.0](https://github.com/signorecello/noir-playground/compare/noir_playground-v0.6.0...noir_playground-v0.7.0) (2024-01-12)


### Features

* adding some styling suggestions and a favicon :) ([96814df](https://github.com/signorecello/noir-playground/commit/96814df89fdc973dc601f3a96730ff9cdd7f191a))
* 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 ([dc3d41e](https://github.com/signorecello/noir-playground/commit/dc3d41ed38e02255a903a3c31acca25d6753609e))
* some more styling fixes ([034e9cc](https://github.com/signorecello/noir-playground/commit/034e9ccc3fc074f78eb43e647636d491f3803f28))

## [0.4.1](https://github.com/signorecello/noir-playground/compare/noir_playground-v0.4.0...noir_playground-v0.4.1) (2023-11-30)


Expand Down
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.6.0",
"version": "0.7.0",
"description": "A playground for the Noir programming language",
"type": "module",
"main": "src/index.ts",
Expand Down

0 comments on commit 9b1c09d

Please sign in to comment.