This commit is contained in:
cha0s 2022-02-27 21:29:48 -06:00
parent 3e908bba63
commit c6f3291d99
30 changed files with 159 additions and 32 deletions

View File

@ -1,3 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://github.com/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
### Features
* CHANGELOG ([3e908bb](https://github.com/cha0s/flecks/commit/3e908bba63abdcba204bafdd2026feef3f010dee))
## [](https://github.com/cha0s/flecks/compare/v1.0.1...v) (2022-02-28) ## [](https://github.com/cha0s/flecks/compare/v1.0.1...v) (2022-02-28)
### [1.0.1](https://github.com/cha0s/flecks/compare/v1.0.0...v1.0.1) (2022-02-28) ### [1.0.1](https://github.com/cha0s/flecks/compare/v1.0.0...v1.0.1) (2022-02-28)
@ -27,4 +43,3 @@
* resolve from root ([6c705df](https://github.com/cha0s/flecks/commit/6c705df5cd325cdfb25697a07d9acd9930b8884d)) * resolve from root ([6c705df](https://github.com/cha0s/flecks/commit/6c705df5cd325cdfb25697a07d9acd9930b8884d))
* test gathering ([308dd1a](https://github.com/cha0s/flecks/commit/308dd1a13d5291b0ca43916425bc05780259a890)) * test gathering ([308dd1a](https://github.com/cha0s/flecks/commit/308dd1a13d5291b0ca43916425bc05780259a890))
* tests.html bypasses middleware and stream processing ([04d7094](https://github.com/cha0s/flecks/commit/04d7094cea92a2bb8e2b91b5a111652e682e8da4)) * tests.html bypasses middleware and stream processing ([04d7094](https://github.com/cha0s/flecks/commit/04d7094cea92a2bb8e2b91b5a111652e682e8da4))

View File

@ -2,5 +2,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.0.1" "version": "1.0.2"
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/create-app

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"bin": { "bin": {
"create-app": "./cli.js" "create-app": "./cli.js"
}, },
@ -25,6 +25,6 @@
"fs-extra": "10.0.0" "fs-extra": "10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/create-fleck

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"bin": { "bin": {
"create-fleck": "./cli.js" "create-fleck": "./cli.js"
}, },
@ -26,6 +26,6 @@
"validate-npm-package-name": "^3.0.0" "validate-npm-package-name": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

8
packages/db/CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/db

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -24,6 +24,6 @@
"sqlite3": "^5.0.2" "sqlite3": "^5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/docker

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -23,6 +23,6 @@
"debug": "^4.3.3" "debug": "^4.3.3"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/fleck

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
"bin": { "bin": {

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/governor

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -22,11 +22,11 @@
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.0.1", "@flecks/core": "^1.0.1",
"@flecks/db": "^1.0.1", "@flecks/db": "^1.0.2",
"rate-limiter-flexible": "^2.1.13", "rate-limiter-flexible": "^2.1.13",
"redis": "^3.1.2" "redis": "^3.1.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/http

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -51,7 +51,7 @@
"webpack-dev-server": "^3.11.0" "webpack-dev-server": "^3.11.0"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1", "@flecks/fleck": "^1.0.2",
"@neutrinojs/copy": "^9.4.0" "@neutrinojs/copy": "^9.4.0"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/react

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -49,6 +49,6 @@
"redux-first-history": "^5.0.8" "redux-first-history": "^5.0.8"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/redis

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -28,6 +28,6 @@
"redis": "4.0.3" "redis": "4.0.3"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/redux

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -32,6 +32,6 @@
"reduce-reducers": "^1.0.4" "reduce-reducers": "^1.0.4"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/repl

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -23,6 +23,6 @@
"debug": "4.3.1" "debug": "4.3.1"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/server

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -37,6 +37,6 @@
"webpack-node-externals": "2.5.2" "webpack-node-externals": "2.5.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/socket

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -32,6 +32,6 @@
"socket.io-client": "^4.1.2" "socket.io-client": "^4.1.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }

View File

@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.2](https://git.hq.cha0s.io/cha0s/flecks/compare/v1.0.1...v1.0.2) (2022-02-28)
**Note:** Version bump only for package @flecks/user

View File

@ -3,7 +3,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -30,8 +30,8 @@
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.0.1", "@flecks/core": "^1.0.1",
"@flecks/react": "^1.0.1", "@flecks/react": "^1.0.2",
"@flecks/redux": "^1.0.1", "@flecks/redux": "^1.0.2",
"bcrypt": "^5.0.0", "bcrypt": "^5.0.0",
"debug": "4.3.1", "debug": "4.3.1",
"express": "^4.17.1", "express": "^4.17.1",
@ -41,6 +41,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-react": "^7.12.10", "@babel/preset-react": "^7.12.10",
"@flecks/fleck": "^1.0.1" "@flecks/fleck": "^1.0.2"
} }
} }