Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #25

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/build":"4.1.2","packages/core":"4.2.2","packages/create-app":"4.0.11","packages/create-fleck":"4.0.10","packages/db":"4.1.2","packages/docker":"4.0.10","packages/dox":"4.0.10","packages/electron":"4.0.10","packages/fleck":"4.1.2","packages/headless":"4.0.1","packages/passport":"4.0.10","packages/passport-local":"4.0.10","packages/passport-local-react":"4.0.11","packages/passport-react":"4.0.11","packages/react":"4.0.11","packages/react-redux":"4.0.11","packages/redis":"4.0.10","packages/redux":"4.0.10","packages/repl":"4.1.2","packages/server":"4.1.2","packages/session":"4.0.10","packages/socket":"4.0.11","packages/web":"4.1.3"}
{"packages/build":"4.1.2","packages/core":"4.2.2","packages/create-app":"4.0.3","packages/create-fleck":"4.0.10","packages/db":"4.1.2","packages/docker":"4.0.10","packages/dox":"4.0.3","packages/electron":"4.0.10","packages/fleck":"4.1.2","packages/headless":"4.0.2","packages/passport":"4.0.10","packages/passport-local":"4.0.10","packages/passport-local-react":"4.0.12","packages/passport-react":"4.0.12","packages/react":"4.0.12","packages/react-redux":"4.0.12","packages/redis":"4.0.10","packages/redux":"4.0.10","packages/repl":"4.1.2","packages/server":"4.1.2","packages/session":"4.0.10","packages/socket":"4.0.12","packages/web":"4.1.4"}
34 changes: 34 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @flecks/build bumped from ^4.1.0 to ^4.1.1
* @flecks/fleck bumped from ^4.1.0 to ^4.1.1

## [4.0.3](https://github.com/cha0s/flecks/compare/create-app-v4.0.11...create-app-v4.0.3) (2024-02-18)


### Features

* default packages directory ([2a48c4f](https://github.com/cha0s/flecks/commit/2a48c4f18fb732c07a52706100d06a30959110f3))
* **fleck:** ProcessAssets ([84a30df](https://github.com/cha0s/flecks/commit/84a30df67ab0c8b5c34bb61657f6103775839e82))
* package manager (and bun) ([16934d5](https://github.com/cha0s/flecks/commit/16934d55c93aef1fcb36ed47a2addc802ccf492d))
* webpack 5 ([f039f7b](https://github.com/cha0s/flecks/commit/f039f7b8f69b3c8b9564714890b2fe2d4cd8a22d))


### Bug Fixes

* add default worksapces pattern ([12120a9](https://github.com/cha0s/flecks/commit/12120a9a43c0cd135a1e8676fb21dba87d59d2fd))
* config ([e001c77](https://github.com/cha0s/flecks/commit/e001c771ee69a9c18bef54df0411fe90651b3aba))
* creation apps ([9bfa481](https://github.com/cha0s/flecks/commit/9bfa481731f32a2a4404d9d6d87ada8f39b35c77))
* creators ([c1eee58](https://github.com/cha0s/flecks/commit/c1eee58a41553941613bed6879ad70cf46260cb2))
* failure handling ([855999b](https://github.com/cha0s/flecks/commit/855999b3a13d838ce00c8bdd1ff2342c3bd7bdeb))
* lint ([675aaad](https://github.com/cha0s/flecks/commit/675aaadaedd539ebbef9ab0ace9e9ae8832d1e08))
* lint config ([3826434](https://github.com/cha0s/flecks/commit/382643400efbdb2134dd585fdf3dc5764842237f))
* make sure no patch-package still succeeds ([7a445b0](https://github.com/cha0s/flecks/commit/7a445b07f09846fe8bacee2dfb361eaa52e3acb9))
* monorepo ([65e3afb](https://github.com/cha0s/flecks/commit/65e3afbcd04a55239da8bd67b4ee078adb13fb3f))
* nested .noconflict ([7ed8688](https://github.com/cha0s/flecks/commit/7ed86886ea84d7e146df7955f32e0497e95901d4))
* slow npm ([8aca988](https://github.com/cha0s/flecks/commit/8aca988ae397bfdba0822f5ceb10eba50eaca74d))
* versioning ([f892113](https://github.com/cha0s/flecks/commit/f892113ca22e6c9fe9264462444f287c8687b6c1))
* versions ([6abc4bc](https://github.com/cha0s/flecks/commit/6abc4bc01f837f5988a640a12ebcddfd4373fe18))
* work around https://github.com/SimenB/add-asset-html-webpack-plugin/issues/373 ([82a86fd](https://github.com/cha0s/flecks/commit/82a86fd2411450002ead6ffab2e14b4b96649265))


### Miscellaneous Chores

* release 4.0.0 ([854aaba](https://github.com/cha0s/flecks/commit/854aaba82b7db5f04ddc42e3532e2f8211b1d536))
* release-please ([c4ef597](https://github.com/cha0s/flecks/commit/c4ef597be720041602354118103eed21e8fe0e91))

## [4.0.11](https://github.com/cha0s/flecks/compare/create-app-v4.0.10...create-app-v4.0.11) (2024-02-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/create-app",
"version": "4.0.11",
"version": "4.0.3",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down
31 changes: 31 additions & 0 deletions packages/dox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @flecks/build bumped from ^4.1.0 to ^4.1.1
* @flecks/fleck bumped from ^4.1.0 to ^4.1.1

## [4.0.3](https://github.com/cha0s/flecks/compare/dox-v4.0.10...dox-v4.0.3) (2024-02-18)


### Features

* **build:** command help ([42daad3](https://github.com/cha0s/flecks/commit/42daad3a40470bb2007c5f9ef3836014b22b0b75))
* dox++ ([95e18b9](https://github.com/cha0s/flecks/commit/95e18b9978cf5740e306f3b875aedd6fbf564221))
* **dox:** rewrite filenames ([dd116de](https://github.com/cha0s/flecks/commit/dd116de20c04526bbdc82579d9d741b4c21de64e))
* **fleck:** ProcessAssets ([84a30df](https://github.com/cha0s/flecks/commit/84a30df67ab0c8b5c34bb61657f6103775839e82))
* webpack 5 ([f039f7b](https://github.com/cha0s/flecks/commit/f039f7b8f69b3c8b9564714890b2fe2d4cd8a22d))


### Bug Fixes

* API ([7b97fa1](https://github.com/cha0s/flecks/commit/7b97fa1ac6f63642372726c6430385ff2dc5fbc2))
* doc parsing for split hooks ([6db7deb](https://github.com/cha0s/flecks/commit/6db7deb44d94c500c9c47bc2dde6fc42672d4bcb))
* dox ([64bd11e](https://github.com/cha0s/flecks/commit/64bd11e9751fee83128bf7799cce7b675f982147))
* dox ([919759f](https://github.com/cha0s/flecks/commit/919759f6918413e6d52826b9fbe1d681f11b1ba2))
* **dox:** broke tests ([765a2ee](https://github.com/cha0s/flecks/commit/765a2eed9e3dc056afd8b348c2d7021ebb288393))
* flecks quirk files ([3790226](https://github.com/cha0s/flecks/commit/37902264d45d63aa7aea24f5c0b82bc3f2fdf95e))
* lint ([675aaad](https://github.com/cha0s/flecks/commit/675aaadaedd539ebbef9ab0ace9e9ae8832d1e08))
* roots ([a3babcc](https://github.com/cha0s/flecks/commit/a3babcc5a0edc2fadfb66cea6bf10faea816cd6c))
* should have marked previous as fix ([323aa4e](https://github.com/cha0s/flecks/commit/323aa4e443384ae55a7c7e889489a27e695c4d03))
* visitor and tests ([696c0c8](https://github.com/cha0s/flecks/commit/696c0c885ad1ee7c2046475562405c5bfd81012c))


### Miscellaneous Chores

* release 4.0.0 ([854aaba](https://github.com/cha0s/flecks/commit/854aaba82b7db5f04ddc42e3532e2f8211b1d536))
* release-please ([c4ef597](https://github.com/cha0s/flecks/commit/c4ef597be720041602354118103eed21e8fe0e91))

## [4.0.10](https://github.com/cha0s/flecks/compare/dox-v4.0.9...dox-v4.0.10) (2024-02-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/dox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/dox",
"version": "4.0.10",
"version": "4.0.3",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.0.2](https://github.com/cha0s/flecks/compare/headless-v4.0.1...headless-v4.0.2) (2024-02-18)


### Bug Fixes

* provenance ([531dec0](https://github.com/cha0s/flecks/commit/531dec0bdab7cc86480952cfc89ee76eb956cb76))
* release-please PLEASE ([de5d1d8](https://github.com/cha0s/flecks/commit/de5d1d8f84d237f36a0c54a480a3045851d6bd3d))

## [4.0.1](https://github.com/cha0s/flecks/compare/headless-v4.0.0...headless-v4.0.1) (2024-02-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/headless",
"version": "4.0.1",
"version": "4.0.2",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/passport-local-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @flecks/passport-react bumped from ^4.0.10 to ^4.0.11
* @flecks/react bumped from ^4.0.10 to ^4.0.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/passport-react bumped from ^4.0.11 to ^4.0.12
* @flecks/react bumped from ^4.0.11 to ^4.0.12

## [4.0.3](https://github.com/cha0s/flecks/compare/passport-local-react-v4.0.2...passport-local-react-v4.0.3) (2024-02-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/passport-local-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/passport-local-react",
"version": "4.0.11",
"version": "4.0.12",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@flecks/core": "^4.2.2",
"@flecks/passport-local": "^4.0.10",
"@flecks/passport-react": "^4.0.11",
"@flecks/react": "^4.0.11"
"@flecks/passport-react": "^4.0.12",
"@flecks/react": "^4.0.12"
},
"devDependencies": {
"@flecks/build": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/passport-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @flecks/react-redux bumped from ^4.0.10 to ^4.0.11
* @flecks/web bumped from ^4.1.2 to ^4.1.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/react bumped from ^4.0.11 to ^4.0.12
* @flecks/react-redux bumped from ^4.0.11 to ^4.0.12
* @flecks/web bumped from ^4.1.3 to ^4.1.4

## [4.0.3](https://github.com/cha0s/flecks/compare/passport-react-v4.0.2...passport-react-v4.0.3) (2024-02-09)


Expand Down
8 changes: 4 additions & 4 deletions packages/passport-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/passport-react",
"version": "4.0.11",
"version": "4.0.12",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"@flecks/core": "^4.2.2",
"@flecks/passport": "^4.0.10",
"@flecks/react": "^4.0.11",
"@flecks/react-redux": "^4.0.11",
"@flecks/web": "^4.1.3"
"@flecks/react": "^4.0.12",
"@flecks/react-redux": "^4.0.12",
"@flecks/web": "^4.1.4"
},
"devDependencies": {
"@flecks/build": "^4.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @flecks/react bumped from ^4.0.10 to ^4.0.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/react bumped from ^4.0.11 to ^4.0.12

## [4.0.3](https://github.com/cha0s/flecks/compare/react-redux-v4.0.2...react-redux-v4.0.3) (2024-02-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/react-redux",
"version": "4.0.11",
"version": "4.0.12",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@flecks/core": "^4.2.2",
"@flecks/react": "^4.0.11",
"@flecks/react": "^4.0.12",
"@flecks/redux": "^4.0.10",
"react-redux": "^7.2.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @flecks/web bumped from ^4.1.2 to ^4.1.3

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/web bumped from ^4.1.3 to ^4.1.4

## [4.0.10](https://github.com/cha0s/flecks/compare/react-v4.0.9...react-v4.0.10) (2024-02-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/react",
"version": "4.0.11",
"version": "4.0.12",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@babel/preset-react": "^7.23.3",
"@flecks/core": "^4.2.2",
"@flecks/web": "^4.1.3",
"@flecks/web": "^4.1.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"babel-merge": "^3.0.0",
"classnames": "^2.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/socket/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @flecks/react bumped from ^4.0.10 to ^4.0.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/react bumped from ^4.0.11 to ^4.0.12

## [4.0.3](https://github.com/cha0s/flecks/compare/socket-v4.0.2...socket-v4.0.3) (2024-02-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/socket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/socket",
"version": "4.0.11",
"version": "4.0.12",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@flecks/core": "^4.2.2",
"@flecks/react": "^4.0.11",
"@flecks/react": "^4.0.12",
"msgpack-lite": "^0.1.26",
"proxy-addr": "^2.0.6",
"schemapack": "^1.4.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* @flecks/build bumped from ^4.0.5 to ^4.0.6
* @flecks/fleck bumped from ^4.0.5 to ^4.0.6

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @flecks/headless bumped from ^4.0.1 to ^4.0.2

## [4.1.3](https://github.com/cha0s/flecks/compare/web-v4.1.2...web-v4.1.3) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/web",
"version": "4.1.3",
"version": "4.1.4",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -64,6 +64,6 @@
"devDependencies": {
"@flecks/build": "^4.1.2",
"@flecks/fleck": "^4.1.2",
"@flecks/headless": "^4.0.1"
"@flecks/headless": "^4.0.2"
}
}
Loading