Skip to content

Commit

Permalink
Merge pull request #1 from vabe/release-please--branches--main--compo…
Browse files Browse the repository at this point in the history
…nents--chimie

chore(main): release 1.0.0
  • Loading branch information
vabe committed Apr 6, 2024
2 parents 51c2e1b + d8e3b32 commit a25aa62
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2024-04-06)


### Features

* add dark mode to previews ([6a755b5](https://github.com/vabe/chimie/commit/6a755b57848c2de90d0da8be3d879e3a2e007fa3))
* add storage handler ([bb97824](https://github.com/vabe/chimie/commit/bb97824ff962dabd23fb1fb778e6a0fe5567cc11))
* implement basic transitions ([e088d31](https://github.com/vabe/chimie/commit/e088d319313d7954dea4e13fa1fd7ec7222b1245))
* implement initial feature set ([51818cf](https://github.com/vabe/chimie/commit/51818cfd6d481adf60ce7b724fb3a5ccb18b9ee9))
* **molecule-service:** suppress missing labels ([2a4c432](https://github.com/vabe/chimie/commit/2a4c4324d5ba590b8df1da941b90c1125e4c69e3))


### Bug Fixes

* safely assign molecule history on load ([0d9e7e4](https://github.com/vabe/chimie/commit/0d9e7e41bef4bdca707058b8b69012ad8eb7731d))
* update section sizing ([2fa2fe0](https://github.com/vabe/chimie/commit/2fa2fe0e83caddc69e4939dfb5aa2a4a3f1ebe72))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chimie",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit a25aa62

Please sign in to comment.