chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/Flow-Works/FlowOS/compare/v1.1.0...v2.0.0) (2024-01-23) ### Bug Fixes * actually stopped boot overflowing ([4bd8f9b](4bd8f9b058)) * made `flowos-docs` build ([aff12d0](aff12d0ee1)) * made code follow ts-standard ([cf8f1b8](cf8f1b844a)) * make tests pass again ([0cf9209](0cf920970f)) * remove duplicate 'overflow' property ([d9ab009](d9ab009afd)) * stop boot div from overflowing ([a08b8d9](a08b8d938f)) ### Features * add progress indicator to boot sequence ([48294da](48294da1ea)) * created an actual kernel and bootloader ([04ccdf1](04ccdf1442)), closes [#151](https://github.com/Flow-Works/FlowOS/issues/151) ### BREAKING CHANGES * `process.kernel.loadLibrary('lib/VirtualFS')` replaced by `process.fs`
This commit is contained in:
parent
518e821014
commit
d26ef5e482
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "flowos",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "flowos",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ansi-to-html": "^0.7.2",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "flowos",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"description": "The most aesthetic webOS.",
|
||||
"main": "src/bootloader.ts",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue