Skip to content

Commit

Permalink
Merge branch 'main' into replace-framework-info
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Jul 10, 2023
2 parents 43f7b21 + 2869adc commit 0dc75fa
Show file tree
Hide file tree
Showing 37 changed files with 3,614 additions and 22,659 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: E2E Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Integration Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Legacy Integration Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Unit Tests

on:
push:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [15.8.1](https://github.com/netlify/cli/compare/v15.8.0...v15.8.1) (2023-07-06)


### Bug Fixes

* add test for v2 netlify-branded error screen, add text/html content-type ([#5841](https://github.com/netlify/cli/issues/5841)) ([75d03e8](https://github.com/netlify/cli/commit/75d03e809c8e9e29a16d325e7b09849deea7a861))
* append to telemetry payload, not overwrite ([#5815](https://github.com/netlify/cli/issues/5815)) ([b452465](https://github.com/netlify/cli/commit/b4524655d2dc92778f68e951049fefb3cae4a82d))
* **deps:** update dependency boxen to v7.1.1 ([#5844](https://github.com/netlify/cli/issues/5844)) ([929def4](https://github.com/netlify/cli/commit/929def43c6b8e673dbc7822170c08822a892555e))
* **deps:** update dependency gh-release-fetch to v4.0.3 ([#5846](https://github.com/netlify/cli/issues/5846)) ([153f1a1](https://github.com/netlify/cli/commit/153f1a1d6e6619d6d0e0909e67ec51304d1945aa))
* **deps:** update dependency jsonwebtoken to v9.0.1 ([#5845](https://github.com/netlify/cli/issues/5845)) ([d4061ec](https://github.com/netlify/cli/commit/d4061ecf78b20f64593a58f4d042726af476f2f4))
* **deps:** update dependency node-fetch to v2.6.12 ([#5833](https://github.com/netlify/cli/issues/5833)) ([11c34b8](https://github.com/netlify/cli/commit/11c34b829f7ff7cb865b780b893981189967da98))
* **deps:** update netlify packages ([#5830](https://github.com/netlify/cli/issues/5830)) ([6e77088](https://github.com/netlify/cli/commit/6e7708887ccc0bcf8e6bf7701879433c9295ba50))
* **deps:** update netlify packages ([#5843](https://github.com/netlify/cli/issues/5843)) ([36e4b5e](https://github.com/netlify/cli/commit/36e4b5e456e53de75877dbb51049196b852258a1))
* ef error page should have 500 status code ([#5838](https://github.com/netlify/cli/issues/5838)) ([f982cf0](https://github.com/netlify/cli/commit/f982cf07de1983d8cac734483f4d6fafef8767bc))

## [15.8.0](https://github.com/netlify/cli/compare/v15.7.0...v15.8.0) (2023-06-30)


Expand Down

0 comments on commit 0dc75fa

Please sign in to comment.