Skip to content

Commit db50b44

Browse files
committed
chore(release): publish
- fluse-example-basic@1.0.1 - fluse-example-with-typeorm-plugin@1.0.1 - eslint-config-fluse@1.1.1 - fluse-plugin-faker@1.0.1 - fluse-plugin-slonik@1.0.1 - fluse-plugin-typeorm@1.0.1 - fluse@1.1.0
1 parent 55e3245 commit db50b44

File tree

14 files changed

+74
-17
lines changed

14 files changed

+74
-17
lines changed

examples/basic/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.0.1](https://github.com/Nayni/fluse/compare/fluse-example-basic@1.0.0...fluse-example-basic@1.0.1) (2021-08-14)
7+
8+
**Note:** Version bump only for package fluse-example-basic
9+
10+
11+
12+
13+
614
### [0.2.3](https://github.com/Nayni/fluse/compare/fluse-example-basic@0.2.1...fluse-example-basic@0.2.3) (2021-03-16)
715

816
**Note:** Version bump only for package fluse-example-basic

examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluse-example-basic",
33
"description": "A basic example of fluse",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": "true",
66
"main": "dist/index.js",
77
"license": "MIT",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"faker": "^5.4.0",
19-
"fluse": "1.0.0",
19+
"fluse": "1.1.0",
2020
"jest": "26.6.3",
2121
"jest-circus": "26.6.3",
2222
"jest-environment-node": "26.6.2",
@@ -28,7 +28,7 @@
2828
"@typescript-eslint/eslint-plugin": "4.15.1",
2929
"@typescript-eslint/parser": "4.15.1",
3030
"eslint": "7.20.0",
31-
"eslint-config-fluse": "1.1.0",
31+
"eslint-config-fluse": "1.1.1",
3232
"fluse-prettier-config": "1.1.0",
3333
"lint-staged": "10.5.4",
3434
"prettier": "2.2.1",

examples/with-typeorm-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.0.1](https://github.com/Nayni/fluse/compare/fluse-example-with-typeorm-plugin@1.0.0...fluse-example-with-typeorm-plugin@1.0.1) (2021-08-14)
7+
8+
**Note:** Version bump only for package fluse-example-with-typeorm-plugin
9+
10+
11+
12+
13+
614
### [0.2.3](https://github.com/Nayni/fluse/compare/fluse-example-with-typeorm-plugin@0.2.1...fluse-example-with-typeorm-plugin@0.2.3) (2021-03-16)
715

816
**Note:** Version bump only for package fluse-example-with-typeorm-plugin

examples/with-typeorm-plugin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluse-example-with-typeorm-plugin",
33
"description": "An example of fluse with the typeorm plugin",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"private": "true",
66
"main": "dist/index.js",
77
"license": "MIT",
@@ -16,9 +16,9 @@
1616
},
1717
"dependencies": {
1818
"faker": "^5.4.0",
19-
"fluse": "1.0.0",
20-
"fluse-plugin-faker": "1.0.0",
21-
"fluse-plugin-typeorm": "1.0.0",
19+
"fluse": "1.1.0",
20+
"fluse-plugin-faker": "1.0.1",
21+
"fluse-plugin-typeorm": "1.0.1",
2222
"jest": "26.6.3",
2323
"jest-circus": "26.6.3",
2424
"jest-environment-node": "26.6.2",
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/eslint-plugin": "4.15.1",
3333
"@typescript-eslint/parser": "4.15.1",
3434
"eslint": "7.20.0",
35-
"eslint-config-fluse": "1.1.0",
35+
"eslint-config-fluse": "1.1.1",
3636
"fluse-prettier-config": "1.1.0",
3737
"lint-staged": "10.5.4",
3838
"prettier": "2.2.1",

packages/eslint-config-fluse/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.1.1](https://github.com/Nayni/fluse/compare/eslint-config-fluse@1.1.0...eslint-config-fluse@1.1.1) (2021-08-14)
7+
8+
**Note:** Version bump only for package eslint-config-fluse
9+
10+
11+
12+
13+
614
### [1.0.3](https://github.com/Nayni/fluse/compare/eslint-config-fluse@1.0.2...eslint-config-fluse@1.0.3) (2021-03-16)
715

816
**Note:** Version bump only for package eslint-config-fluse

packages/eslint-config-fluse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-fluse",
33
"description": "The eslint rules used by fluse.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "src/index.js",
66
"private": true,
77
"license": "MIT",

packages/fluse-plugin-faker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.0.1](https://github.com/Nayni/fluse/compare/fluse-plugin-faker@1.0.0...fluse-plugin-faker@1.0.1) (2021-08-14)
7+
8+
**Note:** Version bump only for package fluse-plugin-faker
9+
10+
11+
12+
13+
614
## 1.0.0 (2021-03-28)
715

816
* **Release 1.0.0**

packages/fluse-plugin-faker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluse-plugin-faker",
33
"description": "Official Faker plugin for Fluse.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"license": "MIT",
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "4.29.1",
3939
"@typescript-eslint/parser": "4.29.1",
4040
"eslint": "7.32.0",
41-
"eslint-config-fluse": "1.1.0",
41+
"eslint-config-fluse": "1.1.1",
4242
"fluse-prettier-config": "1.1.0",
4343
"lint-staged": "11.1.2",
4444
"prettier": "2.3.2",

packages/fluse-plugin-slonik/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [1.0.1](https://github.com/Nayni/fluse/compare/fluse-plugin-slonik@1.0.0...fluse-plugin-slonik@1.0.1) (2021-08-14)
7+
8+
**Note:** Version bump only for package fluse-plugin-slonik
9+
10+
11+
12+
13+
614
## 1.0.0 (2021-03-28)
715

816
* **Release 1.0.0**

packages/fluse-plugin-slonik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluse-plugin-slonik",
33
"description": "Official Slonik plugin for Fluse.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"license": "MIT",
@@ -38,7 +38,7 @@
3838
"@typescript-eslint/eslint-plugin": "4.29.1",
3939
"@typescript-eslint/parser": "4.29.1",
4040
"eslint": "7.32.0",
41-
"eslint-config-fluse": "1.1.0",
41+
"eslint-config-fluse": "1.1.1",
4242
"fluse-prettier-config": "1.1.0",
4343
"lint-staged": "11.1.2",
4444
"prettier": "2.3.2",

0 commit comments

Comments
 (0)