Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @tdd-buffet/[email protected]
 - @tdd-buffet/[email protected]
 - @tdd-buffet/[email protected]
 - [email protected]
 - @tdd-buffet/[email protected]
 - @tdd-buffet/[email protected]
  • Loading branch information
NiGhTTraX committed Oct 27, 2021
1 parent 1646556 commit 8c8cb22
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 8 deletions.
14 changes: 14 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.1](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-10-27)


### Bug Fixes

* **deps:** update dependency @jest/types to ~27.2.0 ([80b21d8](https://github.com/NiGhTTraX/tdd-buffet/commit/80b21d87008018ae00de93a800e904f52c4afa32))
* **deps:** update jest monorepo to ~27.1.0 ([89e4e05](https://github.com/NiGhTTraX/tdd-buffet/commit/89e4e056660bd1d4004fa86d3a8a2c9568c11216))
* **deps:** update jest monorepo to ~27.2.0 ([b99e118](https://github.com/NiGhTTraX/tdd-buffet/commit/b99e118c72e6a5b37acbbe311446032c36373d43))
* **deps:** update jest monorepo to ~27.3.0 ([71b1cd4](https://github.com/NiGhTTraX/tdd-buffet/commit/71b1cd4c312301146a20d904d9e168eb820128cc))





# [4.1.0](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-07-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "4.1.0",
"version": "4.1.1",
"description": "Awesome jest config",
"keywords": [
"tdd",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-10-27)


### Bug Fixes

* **deps:** update dependency @testing-library/react to ~12.1.0 ([a035038](https://github.com/NiGhTTraX/tdd-buffet/commit/a035038f3ca72decc185caf388f67ec7ae08de3e))
* **deps:** update jest monorepo to ~27.1.0 ([89e4e05](https://github.com/NiGhTTraX/tdd-buffet/commit/89e4e056660bd1d4004fa86d3a8a2c9568c11216))
* **deps:** update jest monorepo to ~27.2.0 ([b99e118](https://github.com/NiGhTTraX/tdd-buffet/commit/b99e118c72e6a5b37acbbe311446032c36373d43))
* **deps:** update jest monorepo to ~27.3.0 ([71b1cd4](https://github.com/NiGhTTraX/tdd-buffet/commit/71b1cd4c312301146a20d904d9e168eb820128cc))





## [2.0.1](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-07-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.1",
"version": "2.0.2",
"description": "React testing for tdd-buffet",
"keywords": [
"tdd",
Expand Down
11 changes: 11 additions & 0 deletions packages/selenium/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.

## [0.4.22](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-10-27)


### Bug Fixes

* **selenium:** Ignore errors when pinging hub status ([1646556](https://github.com/NiGhTTraX/tdd-buffet/commit/164655666efe84a73480a5d8e8ddef1c5c5a3bbf))





## [0.4.21](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-06-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/selenium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.21",
"version": "0.4.22",
"description": "Selenium tools for tdd-buffet",
"keywords": [
"selenium",
Expand Down
16 changes: 16 additions & 0 deletions packages/tdd-buffet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/NiGhTTraX/tdd-buffet/compare/[email protected]@3.0.5) (2021-10-27)


### Bug Fixes

* **deps:** update dependency @jest/types to ~27.2.0 ([80b21d8](https://github.com/NiGhTTraX/tdd-buffet/commit/80b21d87008018ae00de93a800e904f52c4afa32))
* **deps:** update dependency puppeteer to ~10.2.0 ([c8c12ac](https://github.com/NiGhTTraX/tdd-buffet/commit/c8c12ac8270628c14ab255c89560b45aba16d554))
* **deps:** update dependency puppeteer to ~10.4.0 ([f3190f2](https://github.com/NiGhTTraX/tdd-buffet/commit/f3190f22f2824151b96a69bf645009161023f392))
* **deps:** update jest monorepo to ~27.1.0 ([89e4e05](https://github.com/NiGhTTraX/tdd-buffet/commit/89e4e056660bd1d4004fa86d3a8a2c9568c11216))
* **deps:** update jest monorepo to ~27.2.0 ([b99e118](https://github.com/NiGhTTraX/tdd-buffet/commit/b99e118c72e6a5b37acbbe311446032c36373d43))
* **deps:** update jest monorepo to ~27.3.0 ([71b1cd4](https://github.com/NiGhTTraX/tdd-buffet/commit/71b1cd4c312301146a20d904d9e168eb820128cc))





## [3.0.4](https://github.com/NiGhTTraX/tdd-buffet/compare/[email protected]@3.0.4) (2021-07-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/tdd-buffet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"directory": "dist"
},
"version": "3.0.4",
"version": "3.0.5",
"description": "All you can eat TDD tools and libraries",
"keywords": [
"tdd",
Expand All @@ -31,7 +31,7 @@
},
"dependencies": {
"@jest/types": "~27.2.0",
"@tdd-buffet/jest-config": "^4.1.0",
"@tdd-buffet/jest-config": "^4.1.1",
"@types/chai": "~4.2.0",
"@types/fs-extra": "~9.0.0",
"@types/jest": "~26.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/visual/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.3.5](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-10-27)

**Note:** Version bump only for package @tdd-buffet/visual





## [0.3.4](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-07-05)

**Note:** Version bump only for package @tdd-buffet/visual
Expand Down
4 changes: 2 additions & 2 deletions packages/visual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.3.4",
"version": "0.3.5",
"description": "Visual testing for tdd-buffet",
"keywords": [
"tdd",
Expand Down Expand Up @@ -40,7 +40,7 @@
"mugshot": "~4.0.0"
},
"devDependencies": {
"tdd-buffet": "^3.0.4",
"tdd-buffet": "^3.0.5",
"typescript": "~4.3.0"
}
}
46 changes: 46 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.12](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-10-27)


### Bug Fixes

* **deps:** update dependency css-loader to ~6.1.0 ([d9b535d](https://github.com/NiGhTTraX/tdd-buffet/commit/d9b535df53834f3ab8bb8dcf35f42ee3271cb5a7))
* **deps:** update dependency css-loader to ~6.2.0 ([b565c67](https://github.com/NiGhTTraX/tdd-buffet/commit/b565c6727817c09ba8b8b240d8f1f1d8f60dad34))
* **deps:** update dependency css-loader to ~6.3.0 ([498aa3b](https://github.com/NiGhTTraX/tdd-buffet/commit/498aa3b2f6a758b916d78b8f8797069c1ce7e949))
* **deps:** update dependency css-loader to ~6.4.0 ([cfc21d5](https://github.com/NiGhTTraX/tdd-buffet/commit/cfc21d5118d0b2c5e9a97e4ba5acd1befa6644bc))
* **deps:** update dependency css-loader to ~6.5.0 ([bca9e12](https://github.com/NiGhTTraX/tdd-buffet/commit/bca9e126d1d3e6017bf2da68c4573a39205c25e2))
* **deps:** update dependency css-loader to v6 ([55df669](https://github.com/NiGhTTraX/tdd-buffet/commit/55df669087325b304c256dca50a5f7225cbda935))
* **deps:** update dependency fork-ts-checker-webpack-plugin to ~6.3.0 ([b55362a](https://github.com/NiGhTTraX/tdd-buffet/commit/b55362a438827a4feea22a38773730f53b4f74df))
* **deps:** update dependency fork-ts-checker-webpack-plugin to ~6.4.0 ([9895aa3](https://github.com/NiGhTTraX/tdd-buffet/commit/9895aa306900293ad1147658037b5f06eb58dd7e))
* **deps:** update dependency less-loader to ~10.1.0 ([a783685](https://github.com/NiGhTTraX/tdd-buffet/commit/a783685f87d439f54701e4c1c780199e9e59e9bd))
* **deps:** update dependency less-loader to ~10.2.0 ([a5f4ee5](https://github.com/NiGhTTraX/tdd-buffet/commit/a5f4ee57bbcc3a7d20cf72ae913e1d0e7e44cf03))
* **deps:** update dependency mini-css-extract-plugin to ~2.1.0 ([8b12ab7](https://github.com/NiGhTTraX/tdd-buffet/commit/8b12ab71cfb80af4ecb7d5b139142b8109bc11d5))
* **deps:** update dependency mini-css-extract-plugin to ~2.2.0 ([16036bd](https://github.com/NiGhTTraX/tdd-buffet/commit/16036bde12152cf9024624017058bf76fb6019eb))
* **deps:** update dependency mini-css-extract-plugin to ~2.3.0 ([e6ca636](https://github.com/NiGhTTraX/tdd-buffet/commit/e6ca63615a64bd08eaeaf64edf8c288d3f3094be))
* **deps:** update dependency mini-css-extract-plugin to ~2.4.0 ([a611edc](https://github.com/NiGhTTraX/tdd-buffet/commit/a611edc3345e7a3fbe909b5c8497007bb6704174))
* **deps:** update dependency postcss-loader to ~6.2.0 ([3b4ee8a](https://github.com/NiGhTTraX/tdd-buffet/commit/3b4ee8a7f065f114dd20e65453a7d1ffb40332cc))
* **deps:** update dependency style-loader to ~3.1.0 ([8a0cc5b](https://github.com/NiGhTTraX/tdd-buffet/commit/8a0cc5b34d98f5c30450bac733396d6b0d6934e5))
* **deps:** update dependency style-loader to ~3.2.0 ([af1e25b](https://github.com/NiGhTTraX/tdd-buffet/commit/af1e25bc988e29634d273065647276c1a4310f3b))
* **deps:** update dependency style-loader to ~3.3.0 ([0fa5df9](https://github.com/NiGhTTraX/tdd-buffet/commit/0fa5df95ac2ce969ca0e6436b3241b4968679ae0))
* **deps:** update dependency webpack to ~5.43.0 ([96501ba](https://github.com/NiGhTTraX/tdd-buffet/commit/96501ba3f3e2b535ba4c0e05b90f9b3846de6f48))
* **deps:** update dependency webpack to ~5.44.0 ([c045f70](https://github.com/NiGhTTraX/tdd-buffet/commit/c045f707884fc8d0357d29ce7e5f46143d2d5517))
* **deps:** update dependency webpack to ~5.45.0 ([f8e8690](https://github.com/NiGhTTraX/tdd-buffet/commit/f8e86900d7ee43755adac3b75bcb0a99779b4a2b))
* **deps:** update dependency webpack to ~5.46.0 ([9be84f5](https://github.com/NiGhTTraX/tdd-buffet/commit/9be84f513161ae61c5c81c6748e6088dcda82a81))
* **deps:** update dependency webpack to ~5.47.0 ([270ad65](https://github.com/NiGhTTraX/tdd-buffet/commit/270ad65b3b96cd6153b1ee77eec9807552fd434e))
* **deps:** update dependency webpack to ~5.48.0 ([5abddf5](https://github.com/NiGhTTraX/tdd-buffet/commit/5abddf522aafa3e21d491ed41bf16343447f2b68))
* **deps:** update dependency webpack to ~5.49.0 ([71b4719](https://github.com/NiGhTTraX/tdd-buffet/commit/71b4719d352bfe8fa4ca59296c9be9b394d2971e))
* **deps:** update dependency webpack to ~5.50.0 ([0e00c20](https://github.com/NiGhTTraX/tdd-buffet/commit/0e00c204a7d69631b9592f5a12dcb76e7fdbf0ea))
* **deps:** update dependency webpack to ~5.51.0 ([8c51c97](https://github.com/NiGhTTraX/tdd-buffet/commit/8c51c971fc022ecf5bd7c862751142224b9fa2c7))
* **deps:** update dependency webpack to ~5.52.0 ([b24a048](https://github.com/NiGhTTraX/tdd-buffet/commit/b24a048312b246ae73e17f3613833184ed0e85a9))
* **deps:** update dependency webpack to ~5.53.0 ([c689595](https://github.com/NiGhTTraX/tdd-buffet/commit/c689595d623d6e4c9a5b8aaf723f0c4abcfecbc3))
* **deps:** update dependency webpack to ~5.54.0 ([0b7db51](https://github.com/NiGhTTraX/tdd-buffet/commit/0b7db5188f009c316aac478fb19f70f2d019210e))
* **deps:** update dependency webpack to ~5.55.0 ([f34378f](https://github.com/NiGhTTraX/tdd-buffet/commit/f34378f8085d7e97d8f66494bbcd71fed45ed70e))
* **deps:** update dependency webpack to ~5.56.0 ([e39bf36](https://github.com/NiGhTTraX/tdd-buffet/commit/e39bf36352f02869cb521c609c20a86341e866fb))
* **deps:** update dependency webpack to ~5.57.0 ([16bb688](https://github.com/NiGhTTraX/tdd-buffet/commit/16bb68839dfe59c1f344c045322ae8000da09a87))
* **deps:** update dependency webpack to ~5.58.0 ([58bd2b0](https://github.com/NiGhTTraX/tdd-buffet/commit/58bd2b0a3da0580c15b443745950b15b968a0a69))
* **deps:** update dependency webpack to ~5.59.0 ([6d10473](https://github.com/NiGhTTraX/tdd-buffet/commit/6d1047347528be8ee67f632fa1a8b2152b409c89))
* **deps:** update dependency webpack to ~5.60.0 ([6c05a04](https://github.com/NiGhTTraX/tdd-buffet/commit/6c05a046794ff1b4a56e86c5f064a799822ad71b))





## [2.0.11](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-07-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.11",
"version": "2.0.12",
"description": "Awesome webpack config",
"keywords": [
"tdd",
Expand Down

0 comments on commit 8c8cb22

Please sign in to comment.