Skip to content

Commit

Permalink
bump: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto authored Dec 15, 2023
1 parent 7ced2d7 commit 487d8d2
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## v0.1.0 (2023-12-15)
<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### :bug: Type: Bug
* chore(deps-dev): bump @storybook/blocks from 7.6.3 to 7.6.4 by @dependabot in https://github.com/9renpoto/.59-node/pull/1911
* chore(deps-dev): bump the storybook group with 6 updates by @dependabot in https://github.com/9renpoto/.59-node/pull/1910
* chore(deps): bump the tauri-apps group with 1 update by @dependabot in https://github.com/9renpoto/.59-node/pull/1917
* chore(deps-dev): bump turbo from 1.11.0 to 1.11.1 by @dependabot in https://github.com/9renpoto/.59-node/pull/1915
* chore(deps): bump the preact group with 1 update by @dependabot in https://github.com/9renpoto/.59-node/pull/1913
* chore(deps-dev): bump vite from 5.0.5 to 5.0.8 by @dependabot in https://github.com/9renpoto/.59-node/pull/1918
* chore(deps-dev): bump the tauri-apps group with 1 update by @dependabot in https://github.com/9renpoto/.59-node/pull/1919
* chore(deps-dev): bump turbo from 1.11.1 to 1.11.2 by @dependabot in https://github.com/9renpoto/.59-node/pull/1920
* chore(deps-dev): bump vite from 5.0.8 to 5.0.10 by @dependabot in https://github.com/9renpoto/.59-node/pull/1923
### :rocket: Type: Feature
* chore(deps-dev): bump turbo from 1.10.16 to 1.11.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1908
* chore(deps): bump lucide-preact from 0.294.0 to 0.295.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1921


**Full Changelog**: https://github.com/9renpoto/.59-node/compare/v0.1.0...0.1.0
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop",
"private": true,
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"test": "tsc -p . --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app/web",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app/ui",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 487d8d2

Please sign in to comment.