v1.4.1
This commit is contained in:
parent
5ae65e4eb0
commit
c0552a1d03
11
CHANGELOG.md
11
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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* bump ([5ae65e4](https://github.com/cha0s/flecks/commit/5ae65e4eb002f5df540ce3c1856306b6f488729f))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "1.4.0"
|
||||
"version": "1.4.1"
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"author": "cha0s",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/create-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"bin": {
|
||||
"create-app": "./cli.js"
|
||||
},
|
||||
|
@ -28,12 +28,12 @@
|
|||
"template"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"glob": "^7.2.0",
|
||||
"minimatch": "^5.0.1",
|
||||
"validate-npm-package-name": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/create-fleck
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"bin": {
|
||||
"create-fleck": "./cli.js"
|
||||
},
|
||||
|
@ -26,10 +26,10 @@
|
|||
"template"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/create-app": "^1.4.0"
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@flecks/create-app": "^1.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/db
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
"clean": "flecks clean",
|
||||
|
@ -23,11 +23,11 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"sequelize": "^6.3.5",
|
||||
"sqlite3": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/docker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -24,10 +24,10 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"debug": "^4.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/dox
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"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.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"comment-parser": "^1.3.0",
|
||||
"glob": "^7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/fleck
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"author": "cha0s",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
|
@ -31,7 +31,7 @@
|
|||
"test.js.map"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"babel-merge": "^3.0.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"debug": "^4.3.3",
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/governor
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -26,12 +26,12 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/db": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@flecks/db": "^1.4.1",
|
||||
"rate-limiter-flexible": "^2.1.13",
|
||||
"redis": "^3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"style-loader.js.map"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@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.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/redis
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
"clean": "flecks clean",
|
||||
|
@ -25,13 +25,13 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@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.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/redux
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@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.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/repl
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
"clean": "flecks clean",
|
||||
|
@ -23,11 +23,11 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"command-exists": "^1.2.9",
|
||||
"debug": "4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@flecks/fleck": "^1.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/server
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -33,7 +33,7 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@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.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/socket
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/react": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@flecks/react": "^1.4.1",
|
||||
"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.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "flecks build",
|
||||
|
@ -34,9 +34,9 @@
|
|||
"src"
|
||||
],
|
||||
"dependencies": {
|
||||
"@flecks/core": "^1.4.0",
|
||||
"@flecks/react": "^1.4.0",
|
||||
"@flecks/redux": "^1.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@flecks/react": "^1.4.1",
|
||||
"@flecks/redux": "^1.4.1",
|
||||
"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.4.0"
|
||||
"@flecks/fleck": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1](https://github.com/cha0s/flecks/compare/v1.4.0...v1.4.1) (2022-03-19)
|
||||
|
||||
**Note:** Version bump only for package @flecks/web
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"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.4.0",
|
||||
"@flecks/core": "^1.4.1",
|
||||
"@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.4.0",
|
||||
"@flecks/fleck": "^1.4.1",
|
||||
"@neutrinojs/copy": "^9.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user