chore(release): 2.4.0 [skip ci]

# [2.4.0](https://github.com/Flow-Works/FlowOS/compare/v2.3.0...v2.4.0) (2024-02-02)

### Bug Fixes

* fixed dropdown styling ([470a1fa](470a1fa1e0))
* fixed input border ([3a64f58](3a64f5801a))

### Features

* created start menu ([aa5fb9e](aa5fb9e290)), closes [#183](https://github.com/Flow-Works/FlowOS/issues/183)
This commit is contained in:
semantic-release-bot 2024-02-02 04:04:23 +00:00
parent 46f56682f1
commit ae6866118b
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "flowos", "name": "flowos",
"version": "2.3.0", "version": "2.4.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "flowos", "name": "flowos",
"version": "2.3.0", "version": "2.4.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"ansi-to-html": "^0.7.2", "ansi-to-html": "^0.7.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "flowos", "name": "flowos",
"version": "2.3.0", "version": "2.4.0",
"description": "The most aesthetic webOS.", "description": "The most aesthetic webOS.",
"main": "src/bootloader.ts", "main": "src/bootloader.ts",
"scripts": { "scripts": {