Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for undefined@2.1.0, undefined@0.2.1, undefined…
Browse files Browse the repository at this point in the history
…@3.22.0, undefined@2.1.0
  • Loading branch information
dubzzz authored Aug 25, 2024
1 parent 3d84888 commit 83ea387
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/gold-teachers-reflect.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-dingos-press.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/ava/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.1.0

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv2.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv2.0.1...ava%2Fv2.1.0)]

## Features



## Fixes



---

# 2.0.1

_Document minimum requirements of 2.x_
Expand Down
2 changes: 1 addition & 1 deletion packages/ava/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/ava",
"description": "Property based testing for AVA based on fast-check",
"version": "2.0.1",
"version": "2.1.0",
"type": "module",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.2.1

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/expect-type%2Fv0.2.1)][[Diff](https://github.com/dubzzz/fast-check/compare/expect-type%2Fv0.2.0...expect-type%2Fv0.2.1)]

## Features



## Fixes



# 0.2.0

_Declare root of the package as ESM_
Expand Down
2 changes: 1 addition & 1 deletion packages/expect-type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/expect-type",
"description": "Make sure your types are the ones you expect (similar to tsd)",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "src/main.js",
"exports": {
Expand Down
17 changes: 17 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 3.22.0

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.22.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.21.0...v3.22.0)]

## Features

- ([PR#5222](https://github.com/dubzzz/fast-check/pull/5222)) Support for grapheme on `fc.string`

## Fixes

- ([PR#5237](https://github.com/dubzzz/fast-check/pull/5237)) CI: Drop TypeScript rc release channel
- ([PR#5199](https://github.com/dubzzz/fast-check/pull/5199)) Doc: Publish release note for 3.21.0
- ([PR#5203](https://github.com/dubzzz/fast-check/pull/5203)) Refactor: Add missing types on exported

---

# 3.21.0

_Support customisable versions on `uuid`_
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-check",
"version": "3.21.0",
"version": "3.22.0",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.1.0

_TODO Description_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv2.1.0)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv2.0.1...jest%2Fv2.1.0)]

## Features



## Fixes

- ([PR#5201](https://github.com/dubzzz/fast-check/pull/5201)) Refactor: Add missing types on exported

---

# 2.0.1

_Document minimum requirements of 2.x_
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/jest",
"description": "Property based testing for Jest based on fast-check",
"version": "2.0.1",
"version": "2.1.0",
"type": "module",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down

0 comments on commit 83ea387

Please sign in to comment.