diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..b2763b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## v0.1.0 (2023-12-05) + + +## What's Changed +### :rocket: Type: Feature +* chore: add bump schedule by @9renpoto in https://github.com/9renpoto/.59-node/pull/1882 +* chore(deps-dev): bump @storybook/addon-interactions from 7.5.3 to 7.6.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1886 +### Other Changes +* chore(deps-dev): bump @storybook/preact-vite from 7.5.3 to 7.6.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1888 +* chore(deps-dev): bump @storybook/addon-essentials from 7.5.3 to 7.6.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1887 +* chore(deps-dev): bump @storybook/test-runner from 0.15.2 to 0.16.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1884 +* chore: group dependencies by @9renpoto in https://github.com/9renpoto/.59-node/pull/1896 +* chore(deps): bump lucide-preact from 0.293.0 to 0.294.0 by @dependabot in https://github.com/9renpoto/.59-node/pull/1890 +* chore(deps): bump chromaui/action from 1 to 10 by @dependabot in https://github.com/9renpoto/.59-node/pull/1897 +* chore(deps-dev): bump the storybook group with 6 updates by @dependabot in https://github.com/9renpoto/.59-node/pull/1899 +* chore(deps-dev): bump @playwright/test from 1.40.0 to 1.40.1 by @dependabot in https://github.com/9renpoto/.59-node/pull/1902 +* chore(deps-dev): bump vite from 5.0.2 to 5.0.4 by @dependabot in https://github.com/9renpoto/.59-node/pull/1900 + + +**Full Changelog**: https://github.com/9renpoto/.59-node/compare/v0.0.1...0.1.0 diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 9a363281..c1e9850f 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 2bc48392..c61bc4c5 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": {