This commit is contained in:
cha0s 2022-03-07 05:25:23 -06:00
parent 2646aea26f
commit 8ecc254579
34 changed files with 315 additions and 50 deletions

View File

@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* **create-app:** JSON ([f1b0a9c](https://github.com/cha0s/flecks/commit/f1b0a9c5a9b53d13256c3893c32e41a7b3d8dd90))
* **create-app:** no start on build only ([78e63d6](https://github.com/cha0s/flecks/commit/78e63d6bd0d5549f5a92519f9c0fccf919fa9d44))
* **db:** host environment ([a34ec59](https://github.com/cha0s/flecks/commit/a34ec597e191a2dac548faad452d32ed5aceb5ab))
* **http:** asset inlining matcher was too general ([f5d4103](https://github.com/cha0s/flecks/commit/f5d41034cf7206bbf7381bfceae9aca069fe546b))
* **http:** default dev port ([b29d13a](https://github.com/cha0s/flecks/commit/b29d13abb62806cd9b7a9653630e313d6e8a0932))
* **repl:** missed port change ([4e5650b](https://github.com/cha0s/flecks/commit/4e5650b0308dfc81b1944ce49d4938741f8fb834))
* **user:** redux hydration ([60ab421](https://github.com/cha0s/flecks/commit/60ab4219887daa2efc12ca26e02c76287a4fd779))
* babel paths for rtc ([8f5ce8f](https://github.com/cha0s/flecks/commit/8f5ce8f9d4377f26230020084496aa705bc2bae8))
* container launching ([bb81638](https://github.com/cha0s/flecks/commit/bb81638cc33846ab801ec5daa1b95048e3e9f9e9))
* copy/clean on watch builds ([18bb7b9](https://github.com/cha0s/flecks/commit/18bb7b961ba3bdae60a33fdb7eb94bb7107db687))
* DB container ([7f25f88](https://github.com/cha0s/flecks/commit/7f25f88506ef2097d20a33a5f9665d4613a3749e))
* directory creation ([a22ab96](https://github.com/cha0s/flecks/commit/a22ab96b0136bcb78994ad97f7ae11d4eae2d26e))
* hook names ([e69e162](https://github.com/cha0s/flecks/commit/e69e162ec690f4cf97367337f1c7348ed9023793))
* old redis ([0a8c66a](https://github.com/cha0s/flecks/commit/0a8c66ad7d6da5d63563c40c509f5a165146d7be))
* safety ([a3703ed](https://github.com/cha0s/flecks/commit/a3703ede2ebc5c7acf7b1629032b463988a02d56))
* server runtime environment ([0dc49ec](https://github.com/cha0s/flecks/commit/0dc49ecc8ed7f7d6f4b7276bb3a969d3cd4ffc72))
* tmpdir structure ([371076b](https://github.com/cha0s/flecks/commit/371076b38eee5dab95c564b001442557936b5874))
### Features
* basic auto-dockerization ([3d3181e](https://github.com/cha0s/flecks/commit/3d3181ebf4dcedfdf7fa8409cd02505efc0f3908))
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
* rewrite filenames ([a210f63](https://github.com/cha0s/flecks/commit/a210f636bcccd9a11f926560774cea8efdb3d983))
* **api:** invokeComposedAsync ([2636813](https://github.com/cha0s/flecks/commit/263681344a7a292130c42f64ef6bd7da61928267))
* **http:** stats for dev server ([7e0ab01](https://github.com/cha0s/flecks/commit/7e0ab01b521cc6d7619e44d013cbb7037b14af17))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/monorepo

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.1.1"
"version": "1.2.0"
}

View File

@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* babel paths for rtc ([8f5ce8f](https://github.com/cha0s/flecks/commit/8f5ce8f9d4377f26230020084496aa705bc2bae8))
* copy/clean on watch builds ([18bb7b9](https://github.com/cha0s/flecks/commit/18bb7b961ba3bdae60a33fdb7eb94bb7107db687))
* server runtime environment ([0dc49ec](https://github.com/cha0s/flecks/commit/0dc49ecc8ed7f7d6f4b7276bb3a969d3cd4ffc72))
### Features
* basic auto-dockerization ([3d3181e](https://github.com/cha0s/flecks/commit/3d3181ebf4dcedfdf7fa8409cd02505efc0f3908))
* **api:** invokeComposedAsync ([2636813](https://github.com/cha0s/flecks/commit/263681344a7a292130c42f64ef6bd7da61928267))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/core

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"author": "cha0s",
"license": "MIT",

View File

@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* **create-app:** JSON ([f1b0a9c](https://github.com/cha0s/flecks/commit/f1b0a9c5a9b53d13256c3893c32e41a7b3d8dd90))
* **create-app:** no start on build only ([78e63d6](https://github.com/cha0s/flecks/commit/78e63d6bd0d5549f5a92519f9c0fccf919fa9d44))
* copy/clean on watch builds ([18bb7b9](https://github.com/cha0s/flecks/commit/18bb7b961ba3bdae60a33fdb7eb94bb7107db687))
* hook names ([e69e162](https://github.com/cha0s/flecks/commit/e69e162ec690f4cf97367337f1c7348ed9023793))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/create-app

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"bin": {
"create-app": "./cli.js"
},
@ -28,12 +28,12 @@
"template"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"glob": "^7.2.0",
"minimatch": "^5.0.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* copy/clean on watch builds ([18bb7b9](https://github.com/cha0s/flecks/commit/18bb7b961ba3bdae60a33fdb7eb94bb7107db687))
* hook names ([e69e162](https://github.com/cha0s/flecks/commit/e69e162ec690f4cf97367337f1c7348ed9023793))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/create-fleck

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"bin": {
"create-fleck": "./cli.js"
},
@ -26,10 +26,10 @@
"template"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/create-app": "^1.1.1"
"@flecks/core": "^1.2.0",
"@flecks/create-app": "^1.2.0"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* **db:** host environment ([a34ec59](https://github.com/cha0s/flecks/commit/a34ec597e191a2dac548faad452d32ed5aceb5ab))
* DB container ([7f25f88](https://github.com/cha0s/flecks/commit/7f25f88506ef2097d20a33a5f9665d4613a3749e))
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/db

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
@ -23,11 +23,11 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

View File

@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* container launching ([bb81638](https://github.com/cha0s/flecks/commit/bb81638cc33846ab801ec5daa1b95048e3e9f9e9))
* safety ([a3703ed](https://github.com/cha0s/flecks/commit/a3703ede2ebc5c7acf7b1629032b463988a02d56))
* tmpdir structure ([371076b](https://github.com/cha0s/flecks/commit/371076b38eee5dab95c564b001442557936b5874))
### Features
* basic auto-dockerization ([3d3181e](https://github.com/cha0s/flecks/commit/3d3181ebf4dcedfdf7fa8409cd02505efc0f3908))
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/docker

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -24,10 +24,10 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"debug": "^4.3.3"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

12
packages/dox/CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
* rewrite filenames ([a210f63](https://github.com/cha0s/flecks/commit/a210f636bcccd9a11f926560774cea8efdb3d983))

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.0",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -27,11 +27,11 @@
"@babel/core": "^7.17.2",
"@babel/traverse": "^7.17.0",
"@babel/types": "^7.17.0",
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"comment-parser": "^1.3.0",
"glob": "^7.2.0"
},
"devDependencies": {
"@flecks/fleck": "^1.0.1"
"@flecks/fleck": "^1.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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* copy/clean on watch builds ([18bb7b9](https://github.com/cha0s/flecks/commit/18bb7b961ba3bdae60a33fdb7eb94bb7107db687))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/fleck

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"author": "cha0s",
"license": "MIT",
"bin": {
@ -31,7 +31,7 @@
"test.js.map"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"@neutrinojs/node": "^9.4.0",
"babel-merge": "^3.0.0",
"chokidar": "^3.5.3",

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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* old redis ([0a8c66a](https://github.com/cha0s/flecks/commit/0a8c66ad7d6da5d63563c40c509f5a165146d7be))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/governor

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -26,12 +26,12 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/db": "^1.1.1",
"@flecks/core": "^1.2.0",
"@flecks/db": "^1.2.0",
"rate-limiter-flexible": "^2.1.13",
"redis": "^3.1.2"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

View File

@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* **http:** asset inlining matcher was too general ([f5d4103](https://github.com/cha0s/flecks/commit/f5d41034cf7206bbf7381bfceae9aca069fe546b))
* **http:** default dev port ([b29d13a](https://github.com/cha0s/flecks/commit/b29d13abb62806cd9b7a9653630e313d6e8a0932))
* copy/clean on watch builds ([18bb7b9](https://github.com/cha0s/flecks/commit/18bb7b961ba3bdae60a33fdb7eb94bb7107db687))
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
* **http:** stats for dev server ([7e0ab01](https://github.com/cha0s/flecks/commit/7e0ab01b521cc6d7619e44d013cbb7037b14af17))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/http

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -39,7 +39,7 @@
"tests.js.map"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"@neutrinojs/web": "^9.1.0",
"compression": "^1.7.4",
"express": "^4.17.1",
@ -55,7 +55,7 @@
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1",
"@flecks/fleck": "^1.2.0",
"@neutrinojs/copy": "^9.4.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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/react

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -41,7 +41,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"@hot-loader/react-dom": "^17.0.1",
"@neutrinojs/react": "^9.4.0",
"classnames": "^2.3.1",
@ -53,6 +53,6 @@
"redux-first-history": "^5.0.8"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Features
* basic auto-dockerization ([3d3181e](https://github.com/cha0s/flecks/commit/3d3181ebf4dcedfdf7fa8409cd02505efc0f3908))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/redis

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
@ -25,13 +25,13 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"@socket.io/redis-adapter": "7.1.0",
"connect-redis": "^5.0.0",
"express-session": "^1.17.1",
"redis": "4.0.3"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/redux

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"@hot-loader/react-dom": "^17.0.1",
"@reduxjs/toolkit": "^1.5.0",
"debug": "^4.3.3",
@ -37,6 +37,6 @@
"reduce-reducers": "^1.0.4"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* **repl:** missed port change ([4e5650b](https://github.com/cha0s/flecks/commit/4e5650b0308dfc81b1944ce49d4938741f8fb834))
* directory creation ([a22ab96](https://github.com/cha0s/flecks/commit/a22ab96b0136bcb78994ad97f7ae11d4eae2d26e))
* tmpdir structure ([371076b](https://github.com/cha0s/flecks/commit/371076b38eee5dab95c564b001442557936b5874))
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/repl

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"build": "flecks build",
"clean": "flecks clean",
@ -23,11 +23,11 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"command-exists": "^1.2.9",
"debug": "4.3.1"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

View File

@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* directory creation ([a22ab96](https://github.com/cha0s/flecks/commit/a22ab96b0136bcb78994ad97f7ae11d4eae2d26e))
* server runtime environment ([0dc49ec](https://github.com/cha0s/flecks/commit/0dc49ecc8ed7f7d6f4b7276bb3a969d3cd4ffc72))
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/server

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"license": "MIT",
"scripts": {
@ -33,7 +33,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"@neutrinojs/banner": "^9.5.0",
"@neutrinojs/node": "^9.4.0",
"@neutrinojs/start-server": "^9.5.0",
@ -42,6 +42,6 @@
"webpack-node-externals": "2.5.2"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.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.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/socket

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -28,7 +28,7 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/core": "^1.2.0",
"msgpack-lite": "^0.1.26",
"proxy-addr": "^2.0.6",
"schemapack": "^1.4.2",
@ -36,6 +36,6 @@
"socket.io-client": "^4.1.2"
},
"devDependencies": {
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}

View File

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/cha0s/flecks/compare/v1.1.1...v1.2.0) (2022-03-07)
### Bug Fixes
* **user:** redux hydration ([60ab421](https://github.com/cha0s/flecks/commit/60ab4219887daa2efc12ca26e02c76287a4fd779))
### Features
* docs ([5e2b825](https://github.com/cha0s/flecks/commit/5e2b8256205efc0280c8308cea3e64fa06fe16a9))
## [1.1.1](https://github.com/cha0s/flecks/compare/v1.1.0...v1.1.1) (2022-02-28)
**Note:** Version bump only for package @flecks/user

View File

@ -8,7 +8,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.1",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"build": "flecks build",
@ -34,9 +34,9 @@
"src"
],
"dependencies": {
"@flecks/core": "^1.1.1",
"@flecks/react": "^1.1.1",
"@flecks/redux": "^1.1.1",
"@flecks/core": "^1.2.0",
"@flecks/react": "^1.2.0",
"@flecks/redux": "^1.2.0",
"bcrypt": "^5.0.0",
"express": "^4.17.1",
"express-session": "1.17.1",
@ -45,6 +45,6 @@
},
"devDependencies": {
"@babel/preset-react": "^7.12.10",
"@flecks/fleck": "^1.1.1"
"@flecks/fleck": "^1.2.0"
}
}