Skip to content

Commit

Permalink
chore: release master (#11)
Browse files Browse the repository at this point in the history
Second time's a charm!
  • Loading branch information
cha0s authored Feb 8, 2024
1 parent 59b2410 commit 36e204a
Show file tree
Hide file tree
Showing 43 changed files with 247 additions and 77 deletions.
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.0.0","packages/core":"4.0.0","packages/create-app":"4.0.0","packages/create-fleck":"4.0.0","packages/db":"4.0.0","packages/docker":"4.0.0","packages/dox":"4.0.0","packages/electron":"4.0.0","packages/fleck":"4.0.0","packages/passport":"4.0.0","packages/passport-local":"4.0.0","packages/passport-local-react":"4.0.0","packages/passport-react":"4.0.0","packages/react":"4.0.0","packages/react-redux":"4.0.0","packages/redis":"4.0.0","packages/redux":"4.0.0","packages/repl":"4.0.0","packages/server":"4.0.0","packages/session":"4.0.0","packages/socket":"4.0.0","packages/web":"4.0.0"}
{"packages/build":"4.0.1","packages/core":"4.0.0","packages/create-app":"4.0.1","packages/create-fleck":"4.0.1","packages/db":"4.0.1","packages/docker":"4.0.1","packages/dox":"4.0.1","packages/electron":"4.0.1","packages/fleck":"4.0.1","packages/passport":"4.0.1","packages/passport-local":"4.0.1","packages/passport-local-react":"4.0.1","packages/passport-react":"4.0.1","packages/react":"4.0.1","packages/react-redux":"4.0.1","packages/redis":"4.0.1","packages/redux":"4.0.1","packages/repl":"4.0.1","packages/server":"4.0.1","packages/session":"4.0.1","packages/socket":"4.0.1","packages/web":"4.0.1"}
7 changes: 7 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Miscellaneous Chores

* provenance ([59b2410](https://github.com/cha0s/flecks/commit/59b2410abdc7c34348dd79f93d53dc0a29f2a64a))

## [4.0.0](https://github.com/cha0s/flecks/compare/build-v3.2.4...build-v4.0.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/build",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/create-app-v3.2.4...create-app-v4.0.0) (2024-02-08)


Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
9 changes: 9 additions & 0 deletions packages/create-fleck/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/create-app bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/create-fleck-v3.2.4...create-fleck-v4.0.0) (2024-02-08)


Expand Down
8 changes: 4 additions & 4 deletions packages/create-fleck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/create-fleck",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -25,12 +25,12 @@
"template"
],
"dependencies": {
"@flecks/build": "^4.0.0",
"@flecks/build": "^4.0.1",
"@flecks/core": "^4.0.0",
"@flecks/create-app": "^4.0.0",
"@flecks/create-app": "^4.0.1",
"commander": "11.1.0"
},
"devDependencies": {
"@flecks/fleck": "^4.0.0"
"@flecks/fleck": "^4.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/db-v3.2.4...db-v4.0.0) (2024-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/db",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/docker-v3.2.4...docker-v4.0.0) (2024-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/docker",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"debug": "^4.3.3"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/dox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/dox-v3.2.4...dox-v4.0.0) (2024-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/dox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/dox",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"rimraf": "^5.0.5"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
7 changes: 7 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/electron-v3.2.4...electron-v4.0.0) (2024-02-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/electron",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"electron-devtools-installer": "^3.2.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/fleck/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

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

## [4.0.0](https://github.com/cha0s/flecks/compare/fleck-v3.2.4...fleck-v4.0.0) (2024-02-08)


Expand Down
4 changes: 2 additions & 2 deletions packages/fleck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/fleck",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"mocha": "^10.2.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/build": "^4.0.1",
"chai": "4.2.0"
}
}
11 changes: 11 additions & 0 deletions packages/passport-local-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/passport-local bumped from ^4.0.0 to ^4.0.1
* @flecks/passport-react bumped from ^4.0.0 to ^4.0.1
* @flecks/react bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/passport-local-react-v3.2.4...passport-local-react-v4.0.0) (2024-02-08)


Expand Down
12 changes: 6 additions & 6 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.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,12 +23,12 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/passport-local": "^4.0.0",
"@flecks/passport-react": "^4.0.0",
"@flecks/react": "^4.0.0"
"@flecks/passport-local": "^4.0.1",
"@flecks/passport-react": "^4.0.1",
"@flecks/react": "^4.0.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
9 changes: 9 additions & 0 deletions packages/passport-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/passport bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/passport-local-v3.2.4...passport-local-v4.0.0) (2024-02-08)


Expand Down
8 changes: 4 additions & 4 deletions packages/passport-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/passport-local",
"version": "4.0.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,12 +23,12 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/passport": "^4.0.0",
"@flecks/passport": "^4.0.1",
"bcrypt": "^5.1.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
12 changes: 12 additions & 0 deletions packages/passport-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @flecks/passport bumped from ^4.0.0 to ^4.0.1
* @flecks/react bumped from ^4.0.0 to ^4.0.1
* @flecks/react-redux bumped from ^4.0.0 to ^4.0.1
* @flecks/web bumped from ^4.0.0 to ^4.0.1
* devDependencies
* @flecks/build bumped from ^4.0.0 to ^4.0.1
* @flecks/fleck bumped from ^4.0.0 to ^4.0.1

## [4.0.0](https://github.com/cha0s/flecks/compare/passport-react-v3.2.4...passport-react-v4.0.0) (2024-02-08)


Expand Down
14 changes: 7 additions & 7 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.0",
"version": "4.0.1",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,13 +23,13 @@
],
"dependencies": {
"@flecks/core": "^4.0.0",
"@flecks/passport": "^4.0.0",
"@flecks/react": "^4.0.0",
"@flecks/react-redux": "^4.0.0",
"@flecks/web": "^4.0.0"
"@flecks/passport": "^4.0.1",
"@flecks/react": "^4.0.1",
"@flecks/react-redux": "^4.0.1",
"@flecks/web": "^4.0.1"
},
"devDependencies": {
"@flecks/build": "^4.0.0",
"@flecks/fleck": "^4.0.0"
"@flecks/build": "^4.0.1",
"@flecks/fleck": "^4.0.1"
}
}
Loading

0 comments on commit 36e204a

Please sign in to comment.