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]
 - @tdd-buffet/[email protected]
  • Loading branch information
NiGhTTraX committed Mar 19, 2023
1 parent 923636f commit a985f8f
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 13 deletions.
12 changes: 12 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency @types/jest to ~29.5.0 ([5d7219f](https://github.com/NiGhTTraX/tdd-buffet/commit/5d7219f0da30796e6dae22d7cd88b7b6f19e6d2a))
* **deps:** update jest monorepo to ~29.5.0 ([c91e5a8](https://github.com/NiGhTTraX/tdd-buffet/commit/c91e5a8b0486bbfa30afabbc51182a91e4a7da50))





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


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.2",
"version": "5.0.3",
"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.

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


### Bug Fixes

* **deps:** update dependency @types/jest to ~29.5.0 ([5d7219f](https://github.com/NiGhTTraX/tdd-buffet/commit/5d7219f0da30796e6dae22d7cd88b7b6f19e6d2a))
* **deps:** update jest monorepo to ~29.5.0 ([c91e5a8](https://github.com/NiGhTTraX/tdd-buffet/commit/c91e5a8b0486bbfa30afabbc51182a91e4a7da50))
* **react:** Allow tdd-buffet to co-exist with RTL ([e79692d](https://github.com/NiGhTTraX/tdd-buffet/commit/e79692de6085c0430ea0820bf96e76211a54f7be))
* **react:** Use proper object type for `$fireEvent` optional options ([ce0e842](https://github.com/NiGhTTraX/tdd-buffet/commit/ce0e84239e50c365af4cc963e3c57842c4f4c7a1))





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


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.2",
"version": "3.0.3",
"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.9",
"tdd-buffet": "^3.0.10",
"typescript": "~5.0.0"
}
}
12 changes: 12 additions & 0 deletions packages/selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency execa to ~7.1.0 ([c63937c](https://github.com/NiGhTTraX/tdd-buffet/commit/c63937cb4e6101cf2bca63259642d4719238bd8c))
* **deps:** update dependency got to ~12.6.0 ([ead7c04](https://github.com/NiGhTTraX/tdd-buffet/commit/ead7c04849290042ede04dd747e5d4d1fcfe2fb8))





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


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

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


### Bug Fixes

* **deps:** update dependency @types/jest to ~29.5.0 ([5d7219f](https://github.com/NiGhTTraX/tdd-buffet/commit/5d7219f0da30796e6dae22d7cd88b7b6f19e6d2a))
* **deps:** update dependency execa to ~7.1.0 ([c63937c](https://github.com/NiGhTTraX/tdd-buffet/commit/c63937cb4e6101cf2bca63259642d4719238bd8c))
* **deps:** update jest monorepo to ~29.5.0 ([c91e5a8](https://github.com/NiGhTTraX/tdd-buffet/commit/c91e5a8b0486bbfa30afabbc51182a91e4a7da50))





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


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.9",
"version": "3.0.10",
"description": "All you can eat TDD tools and libraries",
"keywords": [
"tdd",
Expand All @@ -31,7 +31,7 @@
},
"dependencies": {
"@jest/types": "~29.5.0",
"@tdd-buffet/jest-config": "^5.0.2",
"@tdd-buffet/jest-config": "^5.0.3",
"@types/chai": "~4.3.0",
"@types/fs-extra": "~11.0.0",
"@types/jest": "~29.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/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.5](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-19)

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





## [1.0.4](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2021-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.4",
"version": "1.0.5",
"description": "Awesome TypeScript config",
"keywords": [
"tdd",
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.10](https://github.com/NiGhTTraX/tdd-buffet/compare/@tdd-buffet/[email protected]...@tdd-buffet/[email protected]) (2023-03-19)

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





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


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.9",
"version": "0.3.10",
"description": "Visual testing for tdd-buffet",
"keywords": [
"tdd",
Expand Down Expand Up @@ -42,7 +42,7 @@
"puppeteer": "~19.7.0"
},
"devDependencies": {
"tdd-buffet": "^3.0.9",
"tdd-buffet": "^3.0.10",
"typescript": "~5.0.0"
}
}
13 changes: 13 additions & 0 deletions packages/webpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency fork-ts-checker-webpack-plugin to v8 ([180a68f](https://github.com/NiGhTTraX/tdd-buffet/commit/180a68f832b8b2d634ba71a462f0d80caf75173e))
* **deps:** update dependency postcss-loader to ~7.1.0 ([1d88be6](https://github.com/NiGhTTraX/tdd-buffet/commit/1d88be6fec2907ed7c4e94fe8b0f13fd873bb4fa))
* **deps:** update dependency webpack to ~5.76.0 ([e0f21fe](https://github.com/NiGhTTraX/tdd-buffet/commit/e0f21fe81aa2bc1b562b7dc6ff6dec5831ec3efa))





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


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.17",
"version": "2.0.18",
"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 a985f8f

Please sign in to comment.