diff --git a/CHANGELOG.md b/CHANGELOG.md index f22f494..24006da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Bug Fixes + +* ALL of them ([4c72fc0](https://github.com/cha0s/flecks/commit/4c72fc028527b613e6c893fbb8d687963b68cb14)) +* autoinject needs work ([55aaa1c](https://github.com/cha0s/flecks/commit/55aaa1cddfef3b4e4481927012a32410c052943c)) +* babel config merging ([958f3b8](https://github.com/cha0s/flecks/commit/958f3b80a1cbb3b885fced3e08b875bce7666e6e)) +* build ([a7150c1](https://github.com/cha0s/flecks/commit/a7150c1d923f37be058f55875510a1f24bffbe31)) +* debugging binary isn't very useful ([c06907b](https://github.com/cha0s/flecks/commit/c06907b3183da90449a6ddf39dcce72171452c2a)) +* default ([ffbdb77](https://github.com/cha0s/flecks/commit/ffbdb7777af3ede0a2b629fc2d7292dfd7763f23)) +* deps ([1103eff](https://github.com/cha0s/flecks/commit/1103efff92ea02d898f8f22faa3b251a3b94d1e5)) +* don't try to decorate non-existent ([0b8b880](https://github.com/cha0s/flecks/commit/0b8b8809a8d65490d13108b5e873f97f1a21389a)) +* dot rule ([0250482](https://github.com/cha0s/flecks/commit/0250482a3d087c25025244d211d6d0f286cc70d0)) +* FileTree directory writing ([3a8bc21](https://github.com/cha0s/flecks/commit/3a8bc213d7db7535200216884bf0122db75dc0ec)) +* fleck styles ([8b5bd3a](https://github.com/cha0s/flecks/commit/8b5bd3a2ced451efda0c68041f002d9c21ce4b98)) +* handle no entries ([3e2ccb0](https://github.com/cha0s/flecks/commit/3e2ccb0d73731572a70860a0fc90789fdd6a8790)) +* inefficiency > broken ([8a602a4](https://github.com/cha0s/flecks/commit/8a602a477d5ff304bafb877832b219383930d74a)) +* moar bettar HTTP config ([8890ea3](https://github.com/cha0s/flecks/commit/8890ea33d334fa30096843c6407a4654ed2aa389)) +* node-externals doesn't use regex ([fb988c9](https://github.com/cha0s/flecks/commit/fb988c9c82baf951e8694d46d9960aad08c9808d)) +* rewrite aliased config keys ([01b25c3](https://github.com/cha0s/flecks/commit/01b25c3464c2855039c2de699c403581d43b6a70)) +* server stubs ([365a855](https://github.com/cha0s/flecks/commit/365a855abc28f6896f7c11be06df5bea33add1fb)) +* target ([7fa428f](https://github.com/cha0s/flecks/commit/7fa428f86ae8161e04d38ccfae38ef12e1ffce5c)) +* template ([7ba496d](https://github.com/cha0s/flecks/commit/7ba496d8695bb77e06421e8a95c89c6487288d28)) +* typo ([2546e25](https://github.com/cha0s/flecks/commit/2546e2502a4479f9a77d8019f2ea2d75403b4e19)) + + +### Features + +* build profiling ([78b4d3a](https://github.com/cha0s/flecks/commit/78b4d3a8289eaaa9f51d7f5a70c039ab330c322d)) +* CSS modules ([b9018fd](https://github.com/cha0s/flecks/commit/b9018fdaa1dde7ebfa989e87ba152e0b5ca25c41)) +* HTTP stubs out styles ([0ddb8e2](https://github.com/cha0s/flecks/commit/0ddb8e2d295be5d37c59cb7d5fe916622f005615)) +* invocation option for Flecks.provide() ([bbcf0d8](https://github.com/cha0s/flecks/commit/bbcf0d8798d1af3b3946e76f96b28135851681a6)) +* multiple roots and props ([677bc59](https://github.com/cha0s/flecks/commit/677bc593cc4bd82711d03c809c6957c561582df2)) +* socket hooks ([090762f](https://github.com/cha0s/flecks/commit/090762fd5c03c8f50219b947654dc21390d1793b)) +* style! 🤩 ([6336af8](https://github.com/cha0s/flecks/commit/6336af82b6c0b799fc844f005e275126fa44e0ae)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/lerna.json b/lerna.json index 4a8272d..7624540 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "1.3.0" + "version": "1.4.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4727af9..8fe922f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Bug Fixes + +* babel config merging ([958f3b8](https://github.com/cha0s/flecks/commit/958f3b80a1cbb3b885fced3e08b875bce7666e6e)) +* build ([a7150c1](https://github.com/cha0s/flecks/commit/a7150c1d923f37be058f55875510a1f24bffbe31)) +* default ([ffbdb77](https://github.com/cha0s/flecks/commit/ffbdb7777af3ede0a2b629fc2d7292dfd7763f23)) +* don't try to decorate non-existent ([0b8b880](https://github.com/cha0s/flecks/commit/0b8b8809a8d65490d13108b5e873f97f1a21389a)) +* handle no entries ([3e2ccb0](https://github.com/cha0s/flecks/commit/3e2ccb0d73731572a70860a0fc90789fdd6a8790)) +* node-externals doesn't use regex ([fb988c9](https://github.com/cha0s/flecks/commit/fb988c9c82baf951e8694d46d9960aad08c9808d)) +* rewrite aliased config keys ([01b25c3](https://github.com/cha0s/flecks/commit/01b25c3464c2855039c2de699c403581d43b6a70)) +* server stubs ([365a855](https://github.com/cha0s/flecks/commit/365a855abc28f6896f7c11be06df5bea33add1fb)) + + +### Features + +* build profiling ([78b4d3a](https://github.com/cha0s/flecks/commit/78b4d3a8289eaaa9f51d7f5a70c039ab330c322d)) +* invocation option for Flecks.provide() ([bbcf0d8](https://github.com/cha0s/flecks/commit/bbcf0d8798d1af3b3946e76f96b28135851681a6)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/packages/core/package.json b/packages/core/package.json index f3eb5e4..1964d9c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "author": "cha0s", "license": "MIT", diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md index e61d1c1..6d716af 100644 --- a/packages/create-app/CHANGELOG.md +++ b/packages/create-app/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.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Bug Fixes + +* FileTree directory writing ([3a8bc21](https://github.com/cha0s/flecks/commit/3a8bc213d7db7535200216884bf0122db75dc0ec)) +* template ([7ba496d](https://github.com/cha0s/flecks/commit/7ba496d8695bb77e06421e8a95c89c6487288d28)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/create-app diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 82bc3f0..ad4bf3a 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "bin": { "create-app": "./cli.js" }, @@ -28,12 +28,12 @@ "template" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "glob": "^7.2.0", "minimatch": "^5.0.1", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/create-fleck/CHANGELOG.md b/packages/create-fleck/CHANGELOG.md index 146d2fa..cf2b38d 100644 --- a/packages/create-fleck/CHANGELOG.md +++ b/packages/create-fleck/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/create-fleck + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/create-fleck diff --git a/packages/create-fleck/package.json b/packages/create-fleck/package.json index 16fccff..4c66817 100644 --- a/packages/create-fleck/package.json +++ b/packages/create-fleck/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "bin": { "create-fleck": "./cli.js" }, @@ -26,10 +26,10 @@ "template" ], "dependencies": { - "@flecks/core": "^1.3.0", - "@flecks/create-app": "^1.3.0" + "@flecks/core": "^1.4.0", + "@flecks/create-app": "^1.4.0" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 80b0685..e74b820 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/db + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/db diff --git a/packages/db/package.json b/packages/db/package.json index 78ef4d6..c3b5d3d 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "scripts": { "build": "flecks build", "clean": "flecks clean", @@ -23,11 +23,11 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "sequelize": "^6.3.5", "sqlite3": "^5.0.2" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/docker/CHANGELOG.md b/packages/docker/CHANGELOG.md index 9757183..37f956b 100644 --- a/packages/docker/CHANGELOG.md +++ b/packages/docker/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/docker + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/docker diff --git a/packages/docker/package.json b/packages/docker/package.json index 3e4e9f1..986a5bd 100644 --- a/packages/docker/package.json +++ b/packages/docker/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -24,10 +24,10 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "debug": "^4.3.3" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/dox/CHANGELOG.md b/packages/dox/CHANGELOG.md index cc3e284..7bb01bd 100644 --- a/packages/dox/CHANGELOG.md +++ b/packages/dox/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/dox + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/packages/dox/package.json b/packages/dox/package.json index 3152994..b17847a 100644 --- a/packages/dox/package.json +++ b/packages/dox/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.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.3.0", + "@flecks/core": "^1.4.0", "comment-parser": "^1.3.0", "glob": "^7.2.0" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/fleck/CHANGELOG.md b/packages/fleck/CHANGELOG.md index 5fc0e60..39ca4ff 100644 --- a/packages/fleck/CHANGELOG.md +++ b/packages/fleck/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Bug Fixes + +* babel config merging ([958f3b8](https://github.com/cha0s/flecks/commit/958f3b80a1cbb3b885fced3e08b875bce7666e6e)) +* build ([a7150c1](https://github.com/cha0s/flecks/commit/a7150c1d923f37be058f55875510a1f24bffbe31)) +* typo ([2546e25](https://github.com/cha0s/flecks/commit/2546e2502a4479f9a77d8019f2ea2d75403b4e19)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/fleck diff --git a/packages/fleck/package.json b/packages/fleck/package.json index b1cff4a..a1fdfec 100644 --- a/packages/fleck/package.json +++ b/packages/fleck/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "author": "cha0s", "license": "MIT", "bin": { @@ -31,7 +31,7 @@ "test.js.map" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "babel-merge": "^3.0.0", "chokidar": "^3.5.3", "debug": "^4.3.3", diff --git a/packages/governor/CHANGELOG.md b/packages/governor/CHANGELOG.md index 97e93e8..42d9206 100644 --- a/packages/governor/CHANGELOG.md +++ b/packages/governor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/governor + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/governor diff --git a/packages/governor/package.json b/packages/governor/package.json index 8839714..c8a3c29 100644 --- a/packages/governor/package.json +++ b/packages/governor/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -26,12 +26,12 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", - "@flecks/db": "^1.3.0", + "@flecks/core": "^1.4.0", + "@flecks/db": "^1.4.0", "rate-limiter-flexible": "^2.1.13", "redis": "^3.1.2" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 74124ad..e61c69f 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.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Features + +* multiple roots and props ([677bc59](https://github.com/cha0s/flecks/commit/677bc593cc4bd82711d03c809c6957c561582df2)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/packages/react/package.json b/packages/react/package.json index 951d1ff..fd8d56a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -43,7 +43,7 @@ "style-loader.js.map" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "@hot-loader/react-dom": "^17.0.1", "@neutrinojs/react": "^9.4.0", "babel-merge": "^3.0.0", @@ -56,6 +56,6 @@ "redux-first-history": "^5.0.8" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/redis/CHANGELOG.md b/packages/redis/CHANGELOG.md index d8b8ec9..cdb73e8 100644 --- a/packages/redis/CHANGELOG.md +++ b/packages/redis/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/redis + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/redis diff --git a/packages/redis/package.json b/packages/redis/package.json index a46ae44..022d05f 100644 --- a/packages/redis/package.json +++ b/packages/redis/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "scripts": { "build": "flecks build", "clean": "flecks clean", @@ -25,13 +25,13 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.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.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index b11baa7..fb89d6d 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/redux + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/packages/redux/package.json b/packages/redux/package.json index 827a93a..26daeea 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -28,7 +28,7 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.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.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/repl/CHANGELOG.md b/packages/repl/CHANGELOG.md index 25e3da1..36b47d3 100644 --- a/packages/repl/CHANGELOG.md +++ b/packages/repl/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/repl + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/repl diff --git a/packages/repl/package.json b/packages/repl/package.json index 21baf46..787ebd6 100644 --- a/packages/repl/package.json +++ b/packages/repl/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "scripts": { "build": "flecks build", "clean": "flecks clean", @@ -23,11 +23,11 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "command-exists": "^1.2.9", "debug": "4.3.1" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 26bcf6c..67d88bc 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/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.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Bug Fixes + +* deps ([1103eff](https://github.com/cha0s/flecks/commit/1103efff92ea02d898f8f22faa3b251a3b94d1e5)) +* server stubs ([365a855](https://github.com/cha0s/flecks/commit/365a855abc28f6896f7c11be06df5bea33add1fb)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/server diff --git a/packages/server/package.json b/packages/server/package.json index a2811a8..3173418 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "license": "MIT", "scripts": { @@ -33,7 +33,7 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "@neutrinojs/banner": "^9.5.0", "@neutrinojs/clean": "^9.5.0", "@neutrinojs/start-server": "^9.5.0", @@ -43,6 +43,6 @@ "webpack-node-externals": "2.5.2" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/socket/CHANGELOG.md b/packages/socket/CHANGELOG.md index 7b5aacb..9573c8a 100644 --- a/packages/socket/CHANGELOG.md +++ b/packages/socket/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.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + + +### Bug Fixes + +* debugging binary isn't very useful ([c06907b](https://github.com/cha0s/flecks/commit/c06907b3183da90449a6ddf39dcce72171452c2a)) + + +### Features + +* socket hooks ([090762f](https://github.com/cha0s/flecks/commit/090762fd5c03c8f50219b947654dc21390d1793b)) + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/packages/socket/package.json b/packages/socket/package.json index 690cf58..429540d 100644 --- a/packages/socket/package.json +++ b/packages/socket/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -28,8 +28,8 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", - "@flecks/react": "^1.3.0", + "@flecks/core": "^1.4.0", + "@flecks/react": "^1.4.0", "msgpack-lite": "^0.1.26", "proxy-addr": "^2.0.6", "schemapack": "^1.4.2", @@ -37,6 +37,6 @@ "socket.io-client": "^4.1.2" }, "devDependencies": { - "@flecks/fleck": "^1.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/user/CHANGELOG.md b/packages/user/CHANGELOG.md index ac2597d..a5f91a1 100644 --- a/packages/user/CHANGELOG.md +++ b/packages/user/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/user + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) **Note:** Version bump only for package @flecks/user diff --git a/packages/user/package.json b/packages/user/package.json index af969c0..1336179 100644 --- a/packages/user/package.json +++ b/packages/user/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -34,9 +34,9 @@ "src" ], "dependencies": { - "@flecks/core": "^1.3.0", - "@flecks/react": "^1.3.0", - "@flecks/redux": "^1.3.0", + "@flecks/core": "^1.4.0", + "@flecks/react": "^1.4.0", + "@flecks/redux": "^1.4.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.3.0" + "@flecks/fleck": "^1.4.0" } } diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index fda28ad..482c2f1 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19) + +**Note:** Version bump only for package @flecks/web + + + + + # [1.3.0](https://github.com/cha0s/flecks/compare/v1.2.1...v1.3.0) (2022-03-09) diff --git a/packages/web/package.json b/packages/web/package.json index d227dab..9ed6460 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -8,7 +8,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "scripts": { "build": "flecks build", @@ -43,7 +43,7 @@ "dependencies": { "@babel/parser": "^7.17.0", "@babel/types": "^7.17.0", - "@flecks/core": "^1.3.0", + "@flecks/core": "^1.4.0", "@neutrinojs/dev-server": "^9.5.0", "@neutrinojs/font-loader": "^9.5.0", "@neutrinojs/html-loader": "^9.5.0", @@ -71,7 +71,7 @@ "webpack-node-externals": "2.5.2" }, "devDependencies": { - "@flecks/fleck": "^1.3.0", + "@flecks/fleck": "^1.4.0", "@neutrinojs/copy": "^9.4.0" } }