Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayni committed Mar 16, 2021
1 parent 22472b8 commit a1f3e11
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 17 deletions.
8 changes: 8 additions & 0 deletions examples/basic/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.

### [0.2.1](https://github.com/Nayni/fluse/compare/[email protected]@0.2.1) (2021-03-16)

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





## 0.2.0 (2021-02-02)

* feat: rework fixture and execute api (#13) ([0878c72](https://github.com/Nayni/fluse/commit/0878c72)), closes [#13](https://github.com/Nayni/fluse/issues/13)
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluse-example-basic",
"description": "A basic example of fluse",
"version": "0.2.0",
"version": "0.2.1",
"private": "true",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"faker": "^5.4.0",
"fluse": "^0.7.0",
"fluse": "^0.7.1",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-environment-node": "26.6.2",
Expand All @@ -28,7 +28,7 @@
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-fluse": "^1.0.2",
"eslint-config-fluse": "^1.0.3",
"fluse-prettier-config": "1.0.1",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-typeorm-plugin/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.

### [0.2.1](https://github.com/Nayni/fluse/compare/fluse-example-with-typeorm-plugin@[email protected]) (2021-03-16)

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





## 0.2.0 (2021-02-02)

* feat: rework fixture and execute api (#13) ([0878c72](https://github.com/Nayni/fluse/commit/0878c72)), closes [#13](https://github.com/Nayni/fluse/issues/13)
Expand Down
10 changes: 5 additions & 5 deletions examples/with-typeorm-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluse-example-with-typeorm-plugin",
"description": "An example of fluse with the typeorm plugin",
"version": "0.2.0",
"version": "0.2.1",
"private": "true",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
},
"dependencies": {
"faker": "^5.4.0",
"fluse": "^0.7.0",
"fluse-plugin-faker": "^0.2.0",
"fluse-plugin-typeorm": "^0.4.0",
"fluse": "^0.7.1",
"fluse-plugin-faker": "^0.2.1",
"fluse-plugin-typeorm": "^0.4.1",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"jest-environment-node": "26.6.2",
Expand All @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-fluse": "^1.0.2",
"eslint-config-fluse": "^1.0.3",
"fluse-prettier-config": "1.0.1",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-fluse/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.

### [1.0.3](https://github.com/Nayni/fluse/compare/[email protected]@1.0.3) (2021-03-16)

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





## <small>1.0.2 (2020-08-27)</small>

* chore: dependency upgrades ([e18e053](https://github.com/Nayni/fluse/commit/e18e053))
2 changes: 1 addition & 1 deletion packages/eslint-config-fluse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-fluse",
"description": "The eslint rules used by fluse.",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/index.js",
"private": true,
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/fluse-plugin-faker/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.

### [0.2.1](https://github.com/Nayni/fluse/compare/[email protected]@0.2.1) (2021-03-16)

**Note:** Version bump only for package fluse-plugin-faker





## 0.2.0 (2020-11-18)

* feat: plugins api rework (#8) ([f8a0a2d](https://github.com/Nayni/fluse/commit/f8a0a2d)), closes [#8](https://github.com/Nayni/fluse/issues/8)
Expand Down
4 changes: 2 additions & 2 deletions packages/fluse-plugin-faker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluse-plugin-faker",
"description": "Official Faker plugin for Fluse.",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-fluse": "^1.0.2",
"eslint-config-fluse": "^1.0.3",
"fluse-prettier-config": "1.0.1",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/fluse-plugin-slonik/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.

### [0.2.1](https://github.com/Nayni/fluse/compare/[email protected]@0.2.1) (2021-03-16)

**Note:** Version bump only for package fluse-plugin-slonik





## 0.2.0 (2020-11-18)

* feat: plugins api rework (#8) ([f8a0a2d](https://github.com/Nayni/fluse/commit/f8a0a2d)), closes [#8](https://github.com/Nayni/fluse/issues/8)
Expand Down
4 changes: 2 additions & 2 deletions packages/fluse-plugin-slonik/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluse-plugin-slonik",
"description": "Official Slonik plugin for Fluse.",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-fluse": "^1.0.2",
"eslint-config-fluse": "^1.0.3",
"fluse-prettier-config": "1.0.1",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/fluse-plugin-typeorm/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.

### [0.4.1](https://github.com/Nayni/fluse/compare/[email protected]@0.4.1) (2021-03-16)

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





## 0.4.0 (2020-11-18)

* feat: plugins api rework (#8) ([f8a0a2d](https://github.com/Nayni/fluse/commit/f8a0a2d)), closes [#8](https://github.com/Nayni/fluse/issues/8)
Expand Down
4 changes: 2 additions & 2 deletions packages/fluse-plugin-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluse-plugin-typeorm",
"description": "Official TypeORM plugin for fluse.",
"version": "0.4.0",
"version": "0.4.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-fluse": "^1.0.2",
"eslint-config-fluse": "^1.0.3",
"fluse-prettier-config": "1.0.1",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/fluse/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.

### [0.7.1](https://github.com/Nayni/fluse/compare/[email protected]@0.7.1) (2021-03-16)

**Note:** Version bump only for package fluse





## 0.7.0 (2021-02-02)

* feat: rework fixture and execute api (#13) ([0878c72](https://github.com/Nayni/fluse/commit/0878c72)), closes [#13](https://github.com/Nayni/fluse/issues/13)
Expand Down
4 changes: 2 additions & 2 deletions packages/fluse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluse",
"description": "A composable and type-safe fixture builder.",
"version": "0.7.0",
"version": "0.7.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-config-fluse": "^1.0.2",
"eslint-config-fluse": "^1.0.3",
"faker": "5.4.0",
"fluse-prettier-config": "1.0.1",
"jest": "26.6.3",
Expand Down

0 comments on commit a1f3e11

Please sign in to comment.