Skip to content

Commit

Permalink
v0.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
siteimprove-builduser committed Sep 9, 2024
1 parent 1fdef68 commit f74e6a9
Show file tree
Hide file tree
Showing 59 changed files with 95 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-jeans-divide.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Alfa integrations changelog

## [0.71.1](../../compare/v0.71.0...v0.71.1) (2024-09-09)

### Fixed

- [@siteimprove/alfa-formatter-earl](packages/alfa-formatter-earl/CHANGELOG.md#0711): The EARL formatter is now calling `jsonld` correctly and functioning again. ([#77](https://github.com/Siteimprove/alfa-integrations/pull/77))

## [0.71.0](../../compare/v0.70.1...v0.71.0) (2024-09-09)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@changesets/cli": "^2.26.1",
"@microsoft/api-documenter": "^7.25.3",
"@microsoft/api-extractor": "^7.47.0",
"@siteimprove/alfa-cli": "workspace:^0.71.0",
"@siteimprove/alfa-cli": "workspace:^0.71.1",
"@siteimprove/alfa-toolchain": "^0.90.1",
"@types/async": "^3.2.5",
"@types/node": "^20.14.9",
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-angular

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-angular",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Integrations and utilities for the Angular application framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-assert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-assert

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-assert",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Core assertion functions for supported input objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-chai

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-chai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-chai",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Assertion integrations for the Chai assertion library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-cheerio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-cheerio

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cheerio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cheerio",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Functionality for translating Cheerio elements into page objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-cli

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cli",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "The tool for all your accessibility needs on the command line",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cli/src/pkg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by yarn alfa-postversion
export const name = "@siteimprove/alfa-cli";
export const version = "0.71.0";
export const version = "0.71.1";

2 changes: 2 additions & 0 deletions packages/alfa-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-command

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-command",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Functionality for building robust command line interfaces",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-crawler

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-crawler",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "An implementation of a simple web crawler capable of producing streams of page objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-cypress

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cypress",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Integrations and utilities for the Cypress testing framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-enzyme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-enzyme

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-enzyme",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Integrations and utilities for the Enzyme testing library",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-formatter-earl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-formatter-earl

## 0.71.1

### Patch Changes

- **Fixed:** The EARL formatter is now calling `jsonld` correctly and functioning again. ([#77](https://github.com/Siteimprove/alfa-integrations/pull/77))

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter-earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-earl",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "An outcome formatter that outputs EARL",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter-json

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-json",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "An outcome formatter that outputs JSON",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter-sarif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter-sarif

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-sarif",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "An outcome formatter that outputs SARIF",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Types for modelling ACT outcome formatters",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-frontier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-frontier

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-frontier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-frontier",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "An implementation of a simple crawl frontier that can be persisted to disk",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-interviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-interviewer

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-interviewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-interviewer",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Types for modelling ACT rule interviewers",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-jasmine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-jasmine

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jasmine",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Assertion integrations for the Jasmine testing framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-jest

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jest",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Assertion integrations for the Jest testing framework",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-jquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-jquery

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-jquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-jquery",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Functionality for translating jQuery elements into page objects",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-playwright

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-playwright",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Integrations and utilities for the Playwright browser automation library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-puppeteer

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-puppeteer",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Integrations and utilities for the Puppeteer browser automation library",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-react

## 0.71.1

## 0.71.0

## 0.70.1
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-react",
"homepage": "https://alfa.siteimprove.com",
"version": "0.71.0",
"version": "0.71.1",
"license": "MIT",
"description": "Integrations and utilities for the React component framework",
"repository": {
Expand Down
Loading

0 comments on commit f74e6a9

Please sign in to comment.