Skip to content

Commit

Permalink
v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Jan 31, 2024
1 parent 91b9b87 commit 7cdbae3
Show file tree
Hide file tree
Showing 46 changed files with 283 additions and 99 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.1.6"
"version": "3.1.7"
}
8 changes: 8 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.1.7](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.6...v3.1.7) (2024-01-31)

**Note:** Version bump only for package @flecks/build





## [3.1.6](https://git.hq.cha0s.io/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/build
Expand Down
4 changes: 2 additions & 2 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/build",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"@babel/eslint-plugin": "^7.22.10",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/preset-env": "^7.12.11",
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"babel-loader": "^9.1.3",
"babel-merge": "^3.0.0",
"chai": "4.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/core





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/core",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/create-app
Expand Down
8 changes: 4 additions & 4 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": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -26,14 +26,14 @@
"template"
],
"dependencies": {
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"commander": "11.1.0",
"js-yaml": "4.1.0",
"minimatch": "^5.0.1",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/fleck": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/fleck": "^3.1.7"
}
}
8 changes: 8 additions & 0 deletions packages/create-fleck/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/create-fleck
Expand Down
10 changes: 5 additions & 5 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": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"template"
],
"dependencies": {
"@flecks/build": "^3.1.6",
"@flecks/core": "^3.1.6",
"@flecks/create-app": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/core": "^3.1.7",
"@flecks/create-app": "^3.1.7"
},
"devDependencies": {
"@flecks/fleck": "^3.1.6"
"@flecks/fleck": "^3.1.7"
}
}
8 changes: 8 additions & 0 deletions packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/db





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/db
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/db",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"server.js"
],
"dependencies": {
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"sequelize": "^6.3.5",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/fleck": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/fleck": "^3.1.7"
}
}
8 changes: 8 additions & 0 deletions packages/docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/docker





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/docker
Expand Down
8 changes: 4 additions & 4 deletions packages/docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/docker",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -22,11 +22,11 @@
"server.js"
],
"dependencies": {
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"debug": "^4.3.3"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/fleck": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/fleck": "^3.1.7"
}
}
8 changes: 8 additions & 0 deletions packages/dox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/dox





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/dox
Expand Down
8 changes: 4 additions & 4 deletions packages/dox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/dox",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"@babel/core": "^7.17.2",
"@babel/traverse": "^7.17.0",
"@babel/types": "^7.17.0",
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"comment-parser": "^1.3.0",
"rimraf": "^5.0.5"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/fleck": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/fleck": "^3.1.7"
}
}
8 changes: 8 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/electron





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/electron
Expand Down
8 changes: 4 additions & 4 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/electron",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -22,12 +22,12 @@
"server.js"
],
"dependencies": {
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"electron": "^28.1.4",
"electron-devtools-installer": "^3.2.0"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/fleck": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/fleck": "^3.1.7"
}
}
8 changes: 8 additions & 0 deletions packages/fleck/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/fleck





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/fleck
Expand Down
6 changes: 3 additions & 3 deletions packages/fleck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flecks/fleck",
"version": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -20,15 +20,15 @@
},
"files": [],
"dependencies": {
"@flecks/core": "^3.1.6",
"@flecks/core": "^3.1.7",
"babel-merge": "^3.0.0",
"chokidar": "^3.5.3",
"clear-module": "^4.1.2",
"debug": "^4.3.3",
"mocha": "^10.2.0"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/build": "^3.1.7",
"chai": "4.2.0"
}
}
8 changes: 8 additions & 0 deletions packages/passport-local-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [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/passport-local-react





## [3.1.6](https://github.com/cha0s/flecks/compare/v3.1.5...v3.1.6) (2024-01-31)

**Note:** Version bump only for package @flecks/passport-local-react
Expand Down
14 changes: 7 additions & 7 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": "3.1.6",
"version": "3.1.7",
"author": "cha0s",
"license": "MIT",
"scripts": {
Expand All @@ -22,13 +22,13 @@
"index.js"
],
"dependencies": {
"@flecks/core": "^3.1.6",
"@flecks/passport-local": "^3.1.6",
"@flecks/passport-react": "^3.1.6",
"@flecks/react": "^3.1.6"
"@flecks/core": "^3.1.7",
"@flecks/passport-local": "^3.1.7",
"@flecks/passport-react": "^3.1.7",
"@flecks/react": "^3.1.7"
},
"devDependencies": {
"@flecks/build": "^3.1.6",
"@flecks/fleck": "^3.1.6"
"@flecks/build": "^3.1.7",
"@flecks/fleck": "^3.1.7"
}
}
Loading

0 comments on commit 7cdbae3

Please sign in to comment.