Skip to content

Commit

Permalink
Merge pull request #19 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.5.0
  • Loading branch information
signorecello authored Dec 5, 2023
2 parents 5b90cd3 + 5d4f391 commit 4f64cf0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"packages": {
"packages/playground": "0.4.2"
},
"packages/playground": "0.0.0"
"packages/playground": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* adding some styling suggestions and a favicon :) ([96814df](https://github.com/signorecello/noir-playground/commit/96814df89fdc973dc601f3a96730ff9cdd7f191a))


### Bug Fixes

* removing preflight since it will spill to other components when imported ([4a4f96e](https://github.com/signorecello/noir-playground/commit/4a4f96e37bbe13faa65336441d837320fe7efd9c))

## [0.4.2](https://github.com/signorecello/noir-playground/compare/noir_playground-v0.4.1...noir_playground-v0.4.2) (2023-12-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"dependencies": {
"react": "^18.2.0"
},
"version": "0.4.2"
"version": "0.5.0"
}

0 comments on commit 4f64cf0

Please sign in to comment.