From 487d8d2df747938b23a901af22c2c512ffb0c865 Mon Sep 17 00:00:00 2001 From: 9renpoto <9renpoto@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:52:42 +0000 Subject: [PATCH] bump: v0.1.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ apps/desktop/package.json | 2 +- apps/web/package.json | 2 +- packages/ui/package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..b34421b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## v0.1.0 (2023-12-15) + + +## 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 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index eb60e055..1d7178bd 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,7 +1,7 @@ { "name": "desktop", "private": true, - "version": "0.0.0", + "version": "0.1.0", "type": "module", "scripts": { "test": "tsc -p . --noEmit", diff --git a/apps/web/package.json b/apps/web/package.json index e1dac746..1a075643 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@app/web", - "version": "0.0.1", + "version": "0.1.0", "private": true, "license": "MIT", "scripts": { diff --git a/packages/ui/package.json b/packages/ui/package.json index bfa9275e..97168384 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@app/ui", - "version": "0.0.1", + "version": "0.1.0", "private": true, "main": "lib/index.js", "scripts": {