This commit is contained in:
cha0s 2024-01-31 11:03:46 -06:00
parent 82a86fd241
commit 9b10c2d487
6 changed files with 34 additions and 4 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.
## [3.1.8](https://github.com/cha0s/flecks/compare/v3.1.7...v3.1.8) (2024-01-31)
### Bug Fixes
* work around https://github.com/SimenB/add-asset-html-webpack-plugin/issues/373 ([82a86fd](https://github.com/cha0s/flecks/commit/82a86fd2411450002ead6ffab2e14b4b96649265))
## [3.1.7](https://github.com/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31) ## [3.1.7](https://github.com/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31)
**Note:** Version bump only for package @flecks/monorepo **Note:** Version bump only for package @flecks/monorepo

View File

@ -2,5 +2,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "3.1.7" "version": "3.1.8"
} }

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.
## [3.1.8](https://github.com/cha0s/flecks/compare/v3.1.7...v3.1.8) (2024-01-31)
### Bug Fixes
* work around https://github.com/SimenB/add-asset-html-webpack-plugin/issues/373 ([82a86fd](https://github.com/cha0s/flecks/commit/82a86fd2411450002ead6ffab2e14b4b96649265))
## [3.1.7](https://github.com/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31) ## [3.1.7](https://github.com/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31)
**Note:** Version bump only for package @flecks/create-app **Note:** Version bump only for package @flecks/create-app

View File

@ -1,6 +1,6 @@
{ {
"name": "@flecks/create-app", "name": "@flecks/create-app",
"version": "3.1.7", "version": "3.1.8",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

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.
## [3.1.8](https://github.com/cha0s/flecks/compare/v3.1.7...v3.1.8) (2024-01-31)
**Note:** Version bump only for package @flecks/create-fleck
## [3.1.7](https://github.com/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31) ## [3.1.7](https://github.com/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31)
**Note:** Version bump only for package @flecks/create-fleck **Note:** Version bump only for package @flecks/create-fleck

View File

@ -1,6 +1,6 @@
{ {
"name": "@flecks/create-fleck", "name": "@flecks/create-fleck",
"version": "3.1.7", "version": "3.1.8",
"author": "cha0s", "author": "cha0s",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@flecks/build": "^3.1.7", "@flecks/build": "^3.1.7",
"@flecks/core": "^3.1.7", "@flecks/core": "^3.1.7",
"@flecks/create-app": "^3.1.7" "@flecks/create-app": "^3.1.8"
}, },
"devDependencies": { "devDependencies": {
"@flecks/fleck": "^3.1.7" "@flecks/fleck": "^3.1.7"