v1.0.2
This commit is contained in:
parent
3e908bba63
commit
c6f3291d99
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -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)
|
||||
|
||||
### [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))
|
||||
* 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))
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "1.0.1"
|
||||
"version": "1.0.2"
|
||||
}
|
||||
|
|
8
packages/create-app/CHANGELOG.md
Normal file
8
packages/create-app/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"bin": {
|
||||
"create-app": "./cli.js"
|
||||
},
|
||||
|
@ -25,6 +25,6 @@
|
|||
"fs-extra": "10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/create-fleck/CHANGELOG.md
Normal file
8
packages/create-fleck/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"bin": {
|
||||
"create-fleck": "./cli.js"
|
||||
},
|
||||
|
@ -26,6 +26,6 @@
|
|||
"validate-npm-package-name": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/db/CHANGELOG.md
Normal file
8
packages/db/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
"clean": "flecks clean",
|
||||
|
@ -24,6 +24,6 @@
|
|||
"sqlite3": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/docker/CHANGELOG.md
Normal file
8
packages/docker/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -23,6 +23,6 @@
|
|||
"debug": "^4.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/fleck/CHANGELOG.md
Normal file
8
packages/fleck/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"author": "cha0s",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
|
|
8
packages/governor/CHANGELOG.md
Normal file
8
packages/governor/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -22,11 +22,11 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.0.1",
|
||||
"@flecks/db": "^1.0.1",
|
||||
"@flecks/db": "^1.0.2",
|
||||
"rate-limiter-flexible": "^2.1.13",
|
||||
"redis": "^3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/http/CHANGELOG.md
Normal file
8
packages/http/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"webpack-dev-server": "^3.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1",
|
||||
"@flecks/fleck": "^1.0.2",
|
||||
"@neutrinojs/copy": "^9.4.0"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/react/CHANGELOG.md
Normal file
8
packages/react/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -49,6 +49,6 @@
|
|||
"redux-first-history": "^5.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/redis/CHANGELOG.md
Normal file
8
packages/redis/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
"clean": "flecks clean",
|
||||
|
@ -28,6 +28,6 @@
|
|||
"redis": "4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/redux/CHANGELOG.md
Normal file
8
packages/redux/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -32,6 +32,6 @@
|
|||
"reduce-reducers": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/repl/CHANGELOG.md
Normal file
8
packages/repl/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
"clean": "flecks clean",
|
||||
|
@ -23,6 +23,6 @@
|
|||
"debug": "4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/server/CHANGELOG.md
Normal file
8
packages/server/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -37,6 +37,6 @@
|
|||
"webpack-node-externals": "2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/socket/CHANGELOG.md
Normal file
8
packages/socket/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -32,6 +32,6 @@
|
|||
"socket.io-client": "^4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
8
packages/user/CHANGELOG.md
Normal file
8
packages/user/CHANGELOG.md
Normal 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
|
|
@ -3,7 +3,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -30,8 +30,8 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.0.1",
|
||||
"@flecks/react": "^1.0.1",
|
||||
"@flecks/redux": "^1.0.1",
|
||||
"@flecks/react": "^1.0.2",
|
||||
"@flecks/redux": "^1.0.2",
|
||||
"bcrypt": "^5.0.0",
|
||||
"debug": "4.3.1",
|
||||
"express": "^4.17.1",
|
||||
|
@ -41,6 +41,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "^7.12.10",
|
||||
"@flecks/fleck": "^1.0.1"
|
||||
"@flecks/fleck": "^1.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user