Skip to content

Commit

Permalink
🔖 Update CHANGELOG.md for [email protected], @fast-check/[email protected], @f…
Browse files Browse the repository at this point in the history
…ast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected] (#3779)

* 🔖 Update CHANGELOG.md for [email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected], @fast-check/[email protected]

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <[email protected]>
  • Loading branch information
3 people authored Apr 21, 2023
1 parent 124827a commit 5d4b1ca
Show file tree
Hide file tree
Showing 26 changed files with 103 additions and 61 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/070a5be5.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/696dee51.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/70cbda0f.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/a937d2f7.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/d0ed9a6e.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/dc42281b.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/versions/e1ed2225.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/e41015ec.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/eaeab6e7.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/ff45f549.yml

This file was deleted.

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

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/ava%2Fv1.1.4)][[Diff](https://github.com/dubzzz/fast-check/compare/ava%2Fv1.1.3...ava%2Fv1.1.4)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 1.1.3

_Update funding section in package.json_
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": "1.1.3",
"version": "1.1.4",
"type": "commonjs",
"main": "lib/ava-fast-check.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/expect-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.0.3

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/expect-type%2Fv0.0.3)][[Diff](https://github.com/dubzzz/fast-check/compare/expect-type%2Fv0.0.2...expect-type%2Fv0.0.3)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 0.0.2

_Fix broken links in README_
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.0.2",
"version": "0.0.3",
"type": "commonjs",
"main": "src/main.js",
"exports": {
Expand Down
32 changes: 32 additions & 0 deletions packages/fast-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 3.8.1

_New website for the documentation_
[[Code](https://github.com/dubzzz/fast-check/tree/v3.8.1)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.8.0...v3.8.1)]

## Fixes

- ([PR#3723](https://github.com/dubzzz/fast-check/pull/3723)) CI: Switch to docusaurus for the documentation
- ([PR#3729](https://github.com/dubzzz/fast-check/pull/3729)) CI: Pre-setup devcontainer with GH Actions
- ([PR#3728](https://github.com/dubzzz/fast-check/pull/3728)) CI: Change gh-pages deploy process
- ([PR#3732](https://github.com/dubzzz/fast-check/pull/3732)) CI: Move back to github-pages-deploy-action
- ([PR#3735](https://github.com/dubzzz/fast-check/pull/3735)) CI: Add gtag for analytics
- ([PR#3744](https://github.com/dubzzz/fast-check/pull/3744)) CI: Drop website build on `build:all`
- ([PR#3751](https://github.com/dubzzz/fast-check/pull/3751)) CI: Update `baseUrl` on the ain documentation
- ([PR#3754](https://github.com/dubzzz/fast-check/pull/3754)) CI: Drop version from website
- ([PR#3754](https://github.com/dubzzz/fast-check/pull/3754)) CI: Drop version from website
- ([PR#3759](https://github.com/dubzzz/fast-check/pull/3759)) CI: Drop the need for a branch on doc
- ([PR#3775](https://github.com/dubzzz/fast-check/pull/3775)) CI: Publish all packages in one workflow
- ([PR#3724](https://github.com/dubzzz/fast-check/pull/3724)) Doc: Add fuzz keywords
- ([PR#3734](https://github.com/dubzzz/fast-check/pull/3734)) Doc: Add search capability to the doc
- ([PR#3738](https://github.com/dubzzz/fast-check/pull/3738)) Doc: Fix broken links to api-reference
- ([PR#3745](https://github.com/dubzzz/fast-check/pull/3745)) Doc: Document core building blocks in new documentation
- ([PR#3750](https://github.com/dubzzz/fast-check/pull/3750)) Doc: More details into tips/larger-entries...
- ([PR#3753](https://github.com/dubzzz/fast-check/pull/3753)) Doc: Add some more configuration tips in the documentation
- ([PR#3755](https://github.com/dubzzz/fast-check/pull/3755)) Doc: Update all links to target fast-check.dev
- ([PR#3757](https://github.com/dubzzz/fast-check/pull/3757)) Doc: Quick a11y pass on the documentation
- ([PR#3758](https://github.com/dubzzz/fast-check/pull/3758)) Doc: Move missing configuration parts to new doc
- ([PR#3760](https://github.com/dubzzz/fast-check/pull/3760)) Doc: Link directly to the target page not to 30x ones
- ([PR#3761](https://github.com/dubzzz/fast-check/pull/3761)) Doc: Fix broken links in new doc
- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages
- ([PR#3719](https://github.com/dubzzz/fast-check/pull/3719)) Script: Ensure proper package definition

# 3.8.0

_Introduce new `gen` arbitrary_
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.8.0",
"version": "3.8.1",
"description": "Property based testing framework for JavaScript (like QuickCheck)",
"type": "commonjs",
"main": "lib/fast-check.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.6.1

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/jest%2Fv1.6.1)][[Diff](https://github.com/dubzzz/fast-check/compare/jest%2Fv1.6.0...jest%2Fv1.6.1)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 1.6.0

_Let fast-check guide timeouts_
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": "1.6.0",
"version": "1.6.1",
"type": "commonjs",
"main": "lib/jest-fast-check.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/packaged/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.0.8

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/packaged%2Fv0.0.8)][[Diff](https://github.com/dubzzz/fast-check/compare/packaged%2Fv0.0.7...packaged%2Fv0.0.8)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 0.0.7

_Update funding section in package.json_
Expand Down
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/packaged",
"description": "Utility package removing any files that will not be part of the final bundle",
"version": "0.0.7",
"version": "0.0.8",
"type": "commonjs",
"main": "lib/packaged.js",
"types": "lib/packaged.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/poisoning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.0.6

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/poisoning%2Fv0.0.6)][[Diff](https://github.com/dubzzz/fast-check/compare/poisoning%2Fv0.0.5...poisoning%2Fv0.0.6)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 0.0.5

_Add support for Node 18_
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/poisoning",
"description": "Set of utilities to ease detection and revert of poisoning",
"version": "0.0.5",
"version": "0.0.6",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.0.5

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/vitest%2Fv0.0.5)][[Diff](https://github.com/dubzzz/fast-check/compare/vitest%2Fv0.0.4...vitest%2Fv0.0.5)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 0.0.4

_Proper type declaration in package.json_
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/vitest",
"description": "Property based testing for Vitest based on fast-check",
"version": "0.0.4",
"version": "0.0.5",
"type": "commonjs",
"main": "lib/vitest-fast-check.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.0.5

_Attach provenance to the packages_
[[Code](https://github.com/dubzzz/fast-check/tree/worker%2Fv0.0.5)][[Diff](https://github.com/dubzzz/fast-check/compare/worker%2Fv0.0.4...worker%2Fv0.0.5)]

## Fixes

- ([PR#3774](https://github.com/dubzzz/fast-check/pull/3774)) Security: Attach provenance to the packages

# 0.0.4

_Terminate workers earlier if they are not used anymore_
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fast-check/worker",
"description": "Provide built-ins to run predicates directly within dedicated workers",
"version": "0.0.4",
"version": "0.0.5",
"type": "commonjs",
"main": "lib/main.js",
"exports": {
Expand Down

0 comments on commit 5d4b1ca

Please sign in to comment.