chore: release master (#11)

Second time's a charm!
This commit is contained in:
Ruben R 2024-02-08 02:17:52 -06:00 committed by GitHub
parent 59b2410abd
commit 36e204a977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
43 changed files with 247 additions and 77 deletions

View File

@ -1 +1 @@
{"packages/build":"4.0.0","packages/core":"4.0.0","packages/create-app":"4.0.0","packages/create-fleck":"4.0.0","packages/db":"4.0.0","packages/docker":"4.0.0","packages/dox":"4.0.0","packages/electron":"4.0.0","packages/fleck":"4.0.0","packages/passport":"4.0.0","packages/passport-local":"4.0.0","packages/passport-local-react":"4.0.0","packages/passport-react":"4.0.0","packages/react":"4.0.0","packages/react-redux":"4.0.0","packages/redis":"4.0.0","packages/redux":"4.0.0","packages/repl":"4.0.0","packages/server":"4.0.0","packages/session":"4.0.0","packages/socket":"4.0.0","packages/web":"4.0.0"}
{"packages/build":"4.0.1","packages/core":"4.0.0","packages/create-app":"4.0.1","packages/create-fleck":"4.0.1","packages/db":"4.0.1","packages/docker":"4.0.1","packages/dox":"4.0.1","packages/electron":"4.0.1","packages/fleck":"4.0.1","packages/passport":"4.0.1","packages/passport-local":"4.0.1","packages/passport-local-react":"4.0.1","packages/passport-react":"4.0.1","packages/react":"4.0.1","packages/react-redux":"4.0.1","packages/redis":"4.0.1","packages/redux":"4.0.1","packages/repl":"4.0.1","packages/server":"4.0.1","packages/session":"4.0.1","packages/socket":"4.0.1","packages/web":"4.0.1"}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.0.1](https://github.com/cha0s/flecks/compare/build-v4.0.0...build-v4.0.1) (2024-02-08)
### Miscellaneous Chores
* provenance ([59b2410](https://github.com/cha0s/flecks/commit/59b2410abdc7c34348dd79f93d53dc0a29f2a64a))
## [4.0.0](https://github.com/cha0s/flecks/compare/build-v3.2.4...build-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/build",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/create-app-v3.2.4...create-app-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/create-app",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -33,7 +33,7 @@
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/create-app bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/create-fleck-v3.2.4...create-fleck-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/create-fleck",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -25,12 +25,12 @@
"template"
],
"dependencies": {
"@flecks/build": "^4.0.0",
"@flecks/build": "^4.0.1",
"@flecks/core": "^4.0.0",
"@flecks/create-app": "^4.0.0",
"@flecks/create-app": "^4.0.1",
"commander": "11.1.0"
},
"devDependencies": {
"@flecks/fleck": "^4.0.0"
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/db-v3.2.4...db-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/db",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -28,7 +28,7 @@
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/docker-v3.2.4...docker-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/docker",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -26,7 +26,7 @@
"debug": "^4.3.3"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/dox-v3.2.4...dox-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/dox",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -28,7 +28,7 @@
"rimraf": "^5.0.5"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/electron-v3.2.4...electron-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/electron",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -27,7 +27,7 @@
"electron-devtools-installer": "^3.2.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/fleck-v3.2.4...fleck-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/fleck",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -26,7 +26,7 @@
"mocha": "^10.2.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/build": "^4.0.1",
"chai": "4.2.0"
}
}

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/passport-local bumped from ^4.0.0 to ^4.0.1
* @flecks/passport-react bumped from ^4.0.0 to ^4.0.1
* @flecks/react bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/passport-local-react-v3.2.4...passport-local-react-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/passport-local-react",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -23,12 +23,12 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/passport-local": "^4.0.0",
"@flecks/passport-react": "^4.0.0",
"@flecks/react": "^4.0.0"
"@flecks/passport-local": "^4.0.1",
"@flecks/passport-react": "^4.0.1",
"@flecks/react": "^4.0.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/passport bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/passport-local-v3.2.4...passport-local-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/passport-local",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -23,12 +23,12 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/passport": "^4.0.0",
"@flecks/passport": "^4.0.1",
"bcrypt": "^5.1.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/passport bumped from ^4.0.0 to ^4.0.1
* @flecks/react bumped from ^4.0.0 to ^4.0.1
* @flecks/react-redux bumped from ^4.0.0 to ^4.0.1
* @flecks/web bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/passport-react-v3.2.4...passport-react-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/passport-react",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -23,13 +23,13 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/passport": "^4.0.0",
"@flecks/react": "^4.0.0",
"@flecks/react-redux": "^4.0.0",
"@flecks/web": "^4.0.0"
"@flecks/passport": "^4.0.1",
"@flecks/react": "^4.0.1",
"@flecks/react-redux": "^4.0.1",
"@flecks/web": "^4.0.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/db bumped from ^4.0.0 to ^4.0.1
* @flecks/redux bumped from ^4.0.0 to ^4.0.1
* @flecks/session bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/passport-v3.2.4...passport-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/passport",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -24,13 +24,13 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/db": "^4.0.0",
"@flecks/redux": "^4.0.0",
"@flecks/session": "^4.0.0",
"@flecks/db": "^4.0.1",
"@flecks/redux": "^4.0.1",
"@flecks/session": "^4.0.1",
"passport": "^0.7.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/react bumped from ^4.0.0 to ^4.0.1
* @flecks/redux bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/react-redux-v3.2.4...react-redux-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/react-redux",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -25,12 +25,12 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/react": "^4.0.0",
"@flecks/redux": "^4.0.0",
"@flecks/react": "^4.0.1",
"@flecks/redux": "^4.0.1",
"react-redux": "^7.2.2"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/web bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/react-v3.2.4...react-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/react",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -34,7 +34,7 @@
"dependencies": {
"@babel/preset-react": "^7.23.3",
"@flecks/core": "^4.0.0",
"@flecks/web": "^4.0.0",
"@flecks/web": "^4.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"babel-merge": "^3.0.0",
"classnames": "^2.3.1",
@ -50,7 +50,7 @@
"redux-first-history": "5.1.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/redis-v3.2.4...redis-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/redis",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -30,7 +30,7 @@
"redis": "4.0.3"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/redux-v3.2.4...redux-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/redux",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -31,7 +31,7 @@
"reduce-reducers": "^1.0.4"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/repl-v3.2.4...repl-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/repl",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -27,7 +27,7 @@
"debug": "4.3.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/server-v3.2.4...server-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/server",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -26,7 +26,7 @@
"@flecks/core": "^4.0.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/session-v3.2.4...session-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/session",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -27,7 +27,7 @@
"express-session": "^1.17.3"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @flecks/react bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/socket-v3.2.4...socket-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/socket",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -25,7 +25,7 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/react": "^4.0.0",
"@flecks/react": "^4.0.1",
"msgpack-lite": "^0.1.26",
"proxy-addr": "^2.0.6",
"schemapack": "^1.4.2",
@ -33,7 +33,7 @@
"socket.io-client": "^4.1.2"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1
## [4.0.0](https://github.com/cha0s/flecks/compare/web-v3.2.4...web-v4.0.0) (2024-02-08)

View File

@ -1,6 +1,6 @@
{
"name": "@flecks/web",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
@ -60,7 +60,7 @@
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}