This commit is contained in:
cha0s 2022-03-19 17:12:10 -05:00
parent 5ae65e4eb0
commit c0552a1d03
34 changed files with 190 additions and 51 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -2,5 +2,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "1.4.0" "version": "1.4.1"
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"bin": { "bin": {
"create-app": "./cli.js" "create-app": "./cli.js"
}, },
@ -28,12 +28,12 @@
"template" "template"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"glob": "^7.2.0", "glob": "^7.2.0",
"minimatch": "^5.0.1", "minimatch": "^5.0.1",
"validate-npm-package-name": "^3.0.0" "validate-npm-package-name": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/create-fleck

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"bin": { "bin": {
"create-fleck": "./cli.js" "create-fleck": "./cli.js"
}, },
@ -26,10 +26,10 @@
"template" "template"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@flecks/create-app": "^1.4.0" "@flecks/create-app": "^1.4.1"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/db

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -23,11 +23,11 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"sequelize": "^6.3.5", "sequelize": "^6.3.5",
"sqlite3": "^5.0.2" "sqlite3": "^5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/docker

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -24,10 +24,10 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"debug": "^4.3.3" "debug": "^4.3.3"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/dox

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -27,11 +27,11 @@
"@babel/core": "^7.17.2", "@babel/core": "^7.17.2",
"@babel/traverse": "^7.17.0", "@babel/traverse": "^7.17.0",
"@babel/types": "^7.17.0", "@babel/types": "^7.17.0",
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"comment-parser": "^1.3.0", "comment-parser": "^1.3.0",
"glob": "^7.2.0" "glob": "^7.2.0"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
@ -31,7 +31,7 @@
"test.js.map" "test.js.map"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"babel-merge": "^3.0.0", "babel-merge": "^3.0.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"debug": "^4.3.3", "debug": "^4.3.3",

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/governor

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -26,12 +26,12 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@flecks/db": "^1.4.0", "@flecks/db": "^1.4.1",
"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.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -43,7 +43,7 @@
"style-loader.js.map" "style-loader.js.map"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@hot-loader/react-dom": "^17.0.1", "@hot-loader/react-dom": "^17.0.1",
"@neutrinojs/react": "^9.4.0", "@neutrinojs/react": "^9.4.0",
"babel-merge": "^3.0.0", "babel-merge": "^3.0.0",
@ -56,6 +56,6 @@
"redux-first-history": "^5.0.8" "redux-first-history": "^5.0.8"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/redis

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -25,13 +25,13 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@socket.io/redis-adapter": "7.1.0", "@socket.io/redis-adapter": "7.1.0",
"connect-redis": "^5.0.0", "connect-redis": "^5.0.0",
"express-session": "^1.17.1", "express-session": "^1.17.1",
"redis": "4.0.3" "redis": "4.0.3"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/redux

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -28,7 +28,7 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@hot-loader/react-dom": "^17.0.1", "@hot-loader/react-dom": "^17.0.1",
"@reduxjs/toolkit": "^1.5.0", "@reduxjs/toolkit": "^1.5.0",
"debug": "^4.3.3", "debug": "^4.3.3",
@ -37,6 +37,6 @@
"reduce-reducers": "^1.0.4" "reduce-reducers": "^1.0.4"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/repl

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
"clean": "flecks clean", "clean": "flecks clean",
@ -23,11 +23,11 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"command-exists": "^1.2.9", "command-exists": "^1.2.9",
"debug": "4.3.1" "debug": "4.3.1"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -33,7 +33,7 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@neutrinojs/banner": "^9.5.0", "@neutrinojs/banner": "^9.5.0",
"@neutrinojs/clean": "^9.5.0", "@neutrinojs/clean": "^9.5.0",
"@neutrinojs/start-server": "^9.5.0", "@neutrinojs/start-server": "^9.5.0",
@ -43,6 +43,6 @@
"webpack-node-externals": "2.5.2" "webpack-node-externals": "2.5.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [1.4.0](https://github.com/cha0s/flecks/compare/v1.3.0...v1.4.0) (2022-03-19)

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -28,8 +28,8 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@flecks/react": "^1.4.0", "@flecks/react": "^1.4.1",
"msgpack-lite": "^0.1.26", "msgpack-lite": "^0.1.26",
"proxy-addr": "^2.0.6", "proxy-addr": "^2.0.6",
"schemapack": "^1.4.2", "schemapack": "^1.4.2",
@ -37,6 +37,6 @@
"socket.io-client": "^4.1.2" "socket.io-client": "^4.1.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/user

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -34,9 +34,9 @@
"src" "src"
], ],
"dependencies": { "dependencies": {
"@flecks/core": "^1.4.0", "@flecks/core": "^1.4.1",
"@flecks/react": "^1.4.0", "@flecks/react": "^1.4.1",
"@flecks/redux": "^1.4.0", "@flecks/redux": "^1.4.1",
"bcrypt": "^5.0.0", "bcrypt": "^5.0.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-session": "1.17.1", "express-session": "1.17.1",
@ -45,6 +45,6 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-react": "^7.12.10", "@babel/preset-react": "^7.12.10",
"@flecks/fleck": "^1.4.0" "@flecks/fleck": "^1.4.1"
} }
} }

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) # [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 **Note:** Version bump only for package @flecks/web

View File

@ -8,7 +8,7 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"version": "1.4.0", "version": "1.4.1",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "flecks build", "build": "flecks build",
@ -43,7 +43,7 @@
"dependencies": { "dependencies": {
"@babel/parser": "^7.17.0", "@babel/parser": "^7.17.0",
"@babel/types": "^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/dev-server": "^9.5.0",
"@neutrinojs/font-loader": "^9.5.0", "@neutrinojs/font-loader": "^9.5.0",
"@neutrinojs/html-loader": "^9.5.0", "@neutrinojs/html-loader": "^9.5.0",
@ -71,7 +71,7 @@
"webpack-node-externals": "2.5.2" "webpack-node-externals": "2.5.2"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^1.4.0", "@flecks/fleck": "^1.4.1",
"@neutrinojs/copy": "^9.4.0" "@neutrinojs/copy": "^9.4.0"
} }
} }