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 Mar 1, 2023
1 parent 9a8b8af commit ffebf19
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 14 deletions.
17 changes: 17 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.2](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-01)


### Bug Fixes

* **deps:** update dependency @types/fs-extra to v11 ([d490a1c](https://github.com/NiGhTTraX/tdd-buffet/commit/d490a1ccc374de06ffe12b284b6666cd331e5883))
* **deps:** update dependency @types/jest to ~29.4.0 ([6a408c5](https://github.com/NiGhTTraX/tdd-buffet/commit/6a408c5005f1477d5dba367b48561928a41257f7))
* **deps:** update dependency fs-extra to ~11.1.0 ([6b8cc6a](https://github.com/NiGhTTraX/tdd-buffet/commit/6b8cc6a41742dd452405fede5a6aec0048f83525))
* **deps:** update dependency fs-extra to v11 ([604de1e](https://github.com/NiGhTTraX/tdd-buffet/commit/604de1e3311f97bcd77f747c118199ff9fdd5b12))
* **deps:** update jest monorepo to ~29.3.0 ([0aa5b51](https://github.com/NiGhTTraX/tdd-buffet/commit/0aa5b51d033c25ed47a80ce5009dd72d7f401e59))
* **deps:** update jest monorepo to ~29.3.0 ([ef704bf](https://github.com/NiGhTTraX/tdd-buffet/commit/ef704bfe3e94224f32b1e2be0350348483781abb))
* **deps:** update jest monorepo to ~29.4.0 ([c4c3d28](https://github.com/NiGhTTraX/tdd-buffet/commit/c4c3d28913b6cbecd328ceef040779ac3cd85a84))





## [5.0.1](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2022-11-04)

### Bug Fixes
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": "5.0.1",
"version": "5.0.2",
"description": "Awesome jest config",
"keywords": [
"tdd",
Expand Down
16 changes: 16 additions & 0 deletions packages/react/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.2](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-01)


### Bug Fixes

* **deps:** update dependency @testing-library/react to v14 ([0fb9087](https://github.com/NiGhTTraX/tdd-buffet/commit/0fb90874a82a3908ac5d23dd8c512e7a51a23d71))
* **deps:** update dependency @types/jest to ~29.4.0 ([6a408c5](https://github.com/NiGhTTraX/tdd-buffet/commit/6a408c5005f1477d5dba367b48561928a41257f7))
* **deps:** update jest monorepo to ~29.3.0 ([0aa5b51](https://github.com/NiGhTTraX/tdd-buffet/commit/0aa5b51d033c25ed47a80ce5009dd72d7f401e59))
* **deps:** update jest monorepo to ~29.3.0 ([ef704bf](https://github.com/NiGhTTraX/tdd-buffet/commit/ef704bfe3e94224f32b1e2be0350348483781abb))
* **deps:** update jest monorepo to ~29.4.0 ([c4c3d28](https://github.com/NiGhTTraX/tdd-buffet/commit/c4c3d28913b6cbecd328ceef040779ac3cd85a84))
* **react:** Downgrade jQuery types ([f95f4bf](https://github.com/NiGhTTraX/tdd-buffet/commit/f95f4bf4bd051051a69bca880c893c29efa30f94))





## [3.0.1](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2022-11-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.0.1",
"version": "3.0.2",
"description": "React testing for tdd-buffet",
"keywords": [
"tdd",
Expand Down Expand Up @@ -52,7 +52,7 @@
"react-mock-component": "~3.1.0",
"strip-ansi": "~6.0.0",
"strong-mock": "~8.0.0",
"tdd-buffet": "^3.0.8",
"tdd-buffet": "^3.0.9",
"typescript": "~4.9.0"
}
}
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.26](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-01)


### Bug Fixes

* **deps:** update dependency execa to v7 ([1fbb1d3](https://github.com/NiGhTTraX/tdd-buffet/commit/1fbb1d33e585bb8f277776f783fece449fb3c8da))





## [0.4.25](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2022-11-04)

**Note:** Version bump only for package @tdd-buffet/selenium
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.25",
"version": "0.4.26",
"description": "Selenium tools for tdd-buffet",
"keywords": [
"selenium",
Expand Down
24 changes: 24 additions & 0 deletions packages/tdd-buffet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.9](https://github.com/NiGhTTraX/tdd-buffet/compare/[email protected]@3.0.9) (2023-03-01)


### Bug Fixes

* **deps:** update dependency @types/fs-extra to v11 ([d490a1c](https://github.com/NiGhTTraX/tdd-buffet/commit/d490a1ccc374de06ffe12b284b6666cd331e5883))
* **deps:** update dependency @types/jest to ~29.4.0 ([6a408c5](https://github.com/NiGhTTraX/tdd-buffet/commit/6a408c5005f1477d5dba367b48561928a41257f7))
* **deps:** update dependency execa to v7 ([1fbb1d3](https://github.com/NiGhTTraX/tdd-buffet/commit/1fbb1d33e585bb8f277776f783fece449fb3c8da))
* **deps:** update dependency fs-extra to ~11.1.0 ([6b8cc6a](https://github.com/NiGhTTraX/tdd-buffet/commit/6b8cc6a41742dd452405fede5a6aec0048f83525))
* **deps:** update dependency fs-extra to v11 ([604de1e](https://github.com/NiGhTTraX/tdd-buffet/commit/604de1e3311f97bcd77f747c118199ff9fdd5b12))
* **deps:** update dependency puppeteer to ~19.3.0 ([81210d4](https://github.com/NiGhTTraX/tdd-buffet/commit/81210d4fe1615b2d37f286a74f0b921aeee62bec))
* **deps:** update dependency puppeteer to ~19.4.0 ([62af4ae](https://github.com/NiGhTTraX/tdd-buffet/commit/62af4aee517f951049b8ef45199c4bdbb13c59f2))
* **deps:** update dependency puppeteer to ~19.5.0 ([4b20ca3](https://github.com/NiGhTTraX/tdd-buffet/commit/4b20ca34ea708be3fdaf2da300868a4c092acf28))
* **deps:** update dependency puppeteer to ~19.6.0 ([c483284](https://github.com/NiGhTTraX/tdd-buffet/commit/c483284465c2a9362a2ce2e8b6040b7f0f134ea9))
* **deps:** update dependency puppeteer to ~19.7.0 ([7c86519](https://github.com/NiGhTTraX/tdd-buffet/commit/7c865195015cc566749d4871d144ef5417a44580))
* **deps:** update jest monorepo to ~29.3.0 ([0aa5b51](https://github.com/NiGhTTraX/tdd-buffet/commit/0aa5b51d033c25ed47a80ce5009dd72d7f401e59))
* **deps:** update jest monorepo to ~29.3.0 ([ef704bf](https://github.com/NiGhTTraX/tdd-buffet/commit/ef704bfe3e94224f32b1e2be0350348483781abb))
* **deps:** update jest monorepo to ~29.4.0 ([c4c3d28](https://github.com/NiGhTTraX/tdd-buffet/commit/c4c3d28913b6cbecd328ceef040779ac3cd85a84))
* **tdd-buffet,visual:** Add missing peer dependency ([3f2c29a](https://github.com/NiGhTTraX/tdd-buffet/commit/3f2c29a21d101cd013b98014338c7c84420fe9d0))





## [3.0.8](https://github.com/NiGhTTraX/tdd-buffet/compare/[email protected]@3.0.8) (2022-11-04)

### Bug Fixes
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.8",
"version": "3.0.9",
"description": "All you can eat TDD tools and libraries",
"keywords": [
"tdd",
Expand All @@ -31,7 +31,7 @@
},
"dependencies": {
"@jest/types": "~29.4.0",
"@tdd-buffet/jest-config": "^5.0.1",
"@tdd-buffet/jest-config": "^5.0.2",
"@types/chai": "~4.3.0",
"@types/fs-extra": "~11.0.0",
"@types/jest": "~29.4.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/visual/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.

## [0.3.9](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-01)


### Bug Fixes

* **deps:** update dependency puppeteer to ~19.3.0 ([81210d4](https://github.com/NiGhTTraX/tdd-buffet/commit/81210d4fe1615b2d37f286a74f0b921aeee62bec))
* **deps:** update dependency puppeteer to ~19.4.0 ([62af4ae](https://github.com/NiGhTTraX/tdd-buffet/commit/62af4aee517f951049b8ef45199c4bdbb13c59f2))
* **deps:** update dependency puppeteer to ~19.5.0 ([4b20ca3](https://github.com/NiGhTTraX/tdd-buffet/commit/4b20ca34ea708be3fdaf2da300868a4c092acf28))
* **deps:** update dependency puppeteer to ~19.6.0 ([c483284](https://github.com/NiGhTTraX/tdd-buffet/commit/c483284465c2a9362a2ce2e8b6040b7f0f134ea9))
* **deps:** update dependency puppeteer to ~19.7.0 ([7c86519](https://github.com/NiGhTTraX/tdd-buffet/commit/7c865195015cc566749d4871d144ef5417a44580))
* **tdd-buffet,visual:** Add missing peer dependency ([3f2c29a](https://github.com/NiGhTTraX/tdd-buffet/commit/3f2c29a21d101cd013b98014338c7c84420fe9d0))





## [0.3.8](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2022-11-04)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "0.3.9",
"description": "Visual testing for tdd-buffet",
"keywords": [
"tdd",
Expand Down Expand Up @@ -37,12 +37,12 @@
},
"dependencies": {
"@mugshot/puppeteer": "~3.0.0",
"mitt": "~3.0.0",
"mugshot": "~4.0.2",
"puppeteer": "~19.7.0",
"mitt": "~3.0.0"
"puppeteer": "~19.7.0"
},
"devDependencies": {
"tdd-buffet": "^3.0.8",
"tdd-buffet": "^3.0.9",
"typescript": "~4.9.0"
}
}
14 changes: 14 additions & 0 deletions packages/webpack-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.

## [2.0.17](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-01)


### Bug Fixes

* **deps:** update dependency fork-ts-checker-webpack-plugin to ~7.3.0 ([654c715](https://github.com/NiGhTTraX/tdd-buffet/commit/654c715057dca838e84f18f8a85e3e77496bffca))
* **deps:** update dependency mini-css-extract-plugin to ~2.7.0 ([fe5e838](https://github.com/NiGhTTraX/tdd-buffet/commit/fe5e8389828beda1457c5e4aeb8af99992332af2))
* **deps:** update dependency postcss-preset-env to v8 ([854796e](https://github.com/NiGhTTraX/tdd-buffet/commit/854796ebed8db774e3343124a8cc6960ad2731dd))
* **deps:** update dependency webpack to ~5.75.0 ([9437bea](https://github.com/NiGhTTraX/tdd-buffet/commit/9437bea3f9ada2398ff2e60a2333d6ff9343ec73))





## [2.0.16](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2022-11-04)

### Bug Fixes
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.16",
"version": "2.0.17",
"description": "Awesome webpack config",
"keywords": [
"tdd",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffebf19

Please sign in to comment.