diff --git a/CHANGELOG.md b/CHANGELOG.md index 23179f4..1b08605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index a81270c..9ca0830 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "1.1.1" + "version": "1.2.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 562e85c..7023073 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index d76b3a8..a20e46c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.1", + "version": "1.2.0", "main": "index.js", "author": "cha0s", "license": "MIT", diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index 658bc25..69b0b8f 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/CHANGELOG.md @@ -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 diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 31a295e..d4206d9 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -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" } } diff --git a/packages/create-fleck/CHANGELOG.md b/packages/create-fleck/CHANGELOG.md index 35542d4..57534a8 100644 --- a/packages/create-fleck/CHANGELOG.md +++ b/packages/create-fleck/CHANGELOG.md @@ -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 diff --git a/packages/create-fleck/package.json b/packages/create-fleck/package.json index 5420119..2d24463 100644 --- a/packages/create-fleck/package.json +++ b/packages/create-fleck/package.json @@ -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" } } diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index c67aa04..20a7514 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -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 diff --git a/packages/db/package.json b/packages/db/package.json index ce099f0..95070f6 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -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" } } diff --git a/packages/docker/CHANGELOG.md b/packages/docker/CHANGELOG.md index 891d66a..2f9c820 100644 --- a/packages/docker/CHANGELOG.md +++ b/packages/docker/CHANGELOG.md @@ -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 diff --git a/packages/docker/package.json b/packages/docker/package.json index a47df19..d3a3b91 100644 --- a/packages/docker/package.json +++ b/packages/docker/package.json @@ -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" } } diff --git a/packages/dox/CHANGELOG.md b/packages/dox/CHANGELOG.md new file mode 100644 index 0000000..3d97045 --- /dev/null +++ b/packages/dox/CHANGELOG.md @@ -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)) diff --git a/packages/dox/package.json b/packages/dox/package.json index f2d797c..3e21e58 100644 --- a/packages/dox/package.json +++ b/packages/dox/package.json @@ -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" } } diff --git a/packages/fleck/CHANGELOG.md b/packages/fleck/CHANGELOG.md index b423476..08c16dc 100644 --- a/packages/fleck/CHANGELOG.md +++ b/packages/fleck/CHANGELOG.md @@ -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 diff --git a/packages/fleck/package.json b/packages/fleck/package.json index c1bfbfe..bd12160 100644 --- a/packages/fleck/package.json +++ b/packages/fleck/package.json @@ -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", diff --git a/packages/governor/CHANGELOG.md b/packages/governor/CHANGELOG.md index 34c4fb9..fa881da 100644 --- a/packages/governor/CHANGELOG.md +++ b/packages/governor/CHANGELOG.md @@ -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 diff --git a/packages/governor/package.json b/packages/governor/package.json index ebcdbb1..e1b566e 100644 --- a/packages/governor/package.json +++ b/packages/governor/package.json @@ -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" } } diff --git a/packages/http/CHANGELOG.md b/packages/http/CHANGELOG.md index fbcee5f..101ebd0 100644 --- a/packages/http/CHANGELOG.md +++ b/packages/http/CHANGELOG.md @@ -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 diff --git a/packages/http/package.json b/packages/http/package.json index 02b1784..fb2030e 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -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" } } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 25c3bf8..ffd67e2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index ca5647c..be5139f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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" } } diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index e0896cc..a5a70b4 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -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 diff --git a/packages/redis/package.json b/packages/redis/package.json index 23bd819..6e42981 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -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" } } diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 0c157cc..41a7f62 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -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 diff --git a/packages/redux/package.json b/packages/redux/package.json index 6bc10b5..60532bd 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -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" } } diff --git a/packages/repl/CHANGELOG.md b/packages/repl/CHANGELOG.md index fc1c5cc..38ef89c 100644 --- a/packages/repl/CHANGELOG.md +++ b/packages/repl/CHANGELOG.md @@ -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 diff --git a/packages/repl/package.json b/packages/repl/package.json index 1f34a18..4f45cd9 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -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" } } diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 2b545bf..1d2f506 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -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 diff --git a/packages/server/package.json b/packages/server/package.json index 6f4702b..7ec48f3 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -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" } } diff --git a/packages/socket/CHANGELOG.md b/packages/socket/CHANGELOG.md index 5edea4f..e972525 100644 --- a/packages/socket/CHANGELOG.md +++ b/packages/socket/CHANGELOG.md @@ -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 diff --git a/packages/socket/package.json b/packages/socket/package.json index 8e97a0e..105ff79 100644 --- a/packages/socket/package.json +++ b/packages/socket/package.json @@ -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" } } diff --git a/packages/user/CHANGELOG.md b/packages/user/CHANGELOG.md index bc15939..09eb19d 100644 --- a/packages/user/CHANGELOG.md +++ b/packages/user/CHANGELOG.md @@ -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 diff --git a/packages/user/package.json b/packages/user/package.json index a207b30..8f160ff 100644 --- a/packages/user/package.json +++ b/packages/user/package.json @@ -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" } }