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 12, 2023
1 parent ac6f5c7 commit fc6093c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v0.1.0 (2023-12-12)
<!-- 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
### :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


**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 fc6093c

Please sign in to comment.