File tree Expand file tree Collapse file tree 14 files changed +74
-17
lines changed
Expand file tree Collapse file tree 14 files changed +74
-17
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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**
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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**
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments