This commit is contained in:
cha0s 2024-02-01 15:01:19 -06:00
parent 378ddaf762
commit 883be57d6f
44 changed files with 269 additions and 77 deletions

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
### Bug Fixes
* containers @ bootstrap ([378ddaf](https://github.com/cha0s/flecks/commit/378ddaf762f73b8d0f30d04a8ab9f4616e833380))
* environmentalize ([dcf48da](https://github.com/cha0s/flecks/commit/dcf48dab9555020dc954e4753c4f0f093d662789))
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/monorepo **Note:** Version bump only for package @flecks/monorepo

View File

@ -2,5 +2,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "3.2.1" "version": "3.2.2"
} }

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
### Bug Fixes
* environmentalize ([dcf48da](https://git.hq.cha0s.io/cha0s/flecks/commits/dcf48dab9555020dc954e4753c4f0f093d662789))
## [3.2.1](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/build **Note:** Version bump only for package @flecks/build

View File

@ -1,6 +1,6 @@
{ {
"name": "@flecks/build", "name": "@flecks/build",
"version": "3.2.1", "version": "3.2.2",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
"publishConfig": { "publishConfig": {

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/create-app
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/create-app **Note:** Version bump only for package @flecks/create-app

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/create-fleck
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/create-fleck **Note:** Version bump only for package @flecks/create-fleck

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
### Bug Fixes
* containers @ bootstrap ([378ddaf](https://github.com/cha0s/flecks/commit/378ddaf762f73b8d0f30d04a8ab9f4616e833380))
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/db **Note:** Version bump only for package @flecks/db

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
### Bug Fixes
* containers @ bootstrap ([378ddaf](https://github.com/cha0s/flecks/commit/378ddaf762f73b8d0f30d04a8ab9f4616e833380))
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/docker **Note:** Version bump only for package @flecks/docker

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/dox
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/dox **Note:** Version bump only for package @flecks/dox

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/electron
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/electron **Note:** Version bump only for package @flecks/electron

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/fleck
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/fleck **Note:** Version bump only for package @flecks/fleck

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/passport-local-react
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/passport-local-react **Note:** Version bump only for package @flecks/passport-local-react

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/passport-local
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/passport-local **Note:** Version bump only for package @flecks/passport-local

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/passport-react
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/passport-react **Note:** Version bump only for package @flecks/passport-react

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/passport
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/passport **Note:** Version bump only for package @flecks/passport

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/react-redux
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/react-redux **Note:** Version bump only for package @flecks/react-redux

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/react
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/react **Note:** Version bump only for package @flecks/react

View File

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

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
### Bug Fixes
* containers @ bootstrap ([378ddaf](https://github.com/cha0s/flecks/commit/378ddaf762f73b8d0f30d04a8ab9f4616e833380))
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/redis **Note:** Version bump only for package @flecks/redis

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/redux
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/redux **Note:** Version bump only for package @flecks/redux

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/repl
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/repl **Note:** Version bump only for package @flecks/repl

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/server
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/server **Note:** Version bump only for package @flecks/server

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/session
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/session **Note:** Version bump only for package @flecks/session

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/socket
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/socket **Note:** Version bump only for package @flecks/socket

View File

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

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.2.2](https://github.com/cha0s/flecks/compare/v3.2.1...v3.2.2) (2024-02-01)
**Note:** Version bump only for package @flecks/web
## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01) ## [3.2.1](https://github.com/cha0s/flecks/compare/v3.2.0...v3.2.1) (2024-02-01)
**Note:** Version bump only for package @flecks/web **Note:** Version bump only for package @flecks/web

View File

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