Skip to content

Commit

Permalink
chore: update pkg version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraj-r committed Nov 18, 2021
1 parent 8ea1284 commit ee117ea
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 47 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [3.1.0 (2021-11-18)](#310-2021-11-18)
- [Bug Fixes](#bug-fixes)
- [3.0.2 (2021-11-02)](#302-2021-11-02)
- [Reverts](#reverts)
- [3.0.1 (2021-10-21)](#301-2021-10-21)
- [Refactor](#refactor)
- [3.0.0 (2021-09-16)](#300-2021-09-16)
Expand Down Expand Up @@ -32,42 +36,50 @@
- [0.5.0-beta (2020-12-01)](#050-beta-2020-12-01)
- [Features](#features-6)
- [0.4.1-beta (2020-11-24)](#041-beta-2020-11-24)
- [Bug Fixes](#bug-fixes)
- [Bug Fixes](#bug-fixes-1)
- [0.4.0-beta (2020-10-31)](#040-beta-2020-10-31)
- [Features](#features-7)
- [Refactor](#refactor-2)
- [0.3.2-beta (2020-09-22)](#032-beta-2020-09-22)
- [Bug Fixes](#bug-fixes-1)
- [Bug Fixes](#bug-fixes-2)
- [Refactor](#refactor-3)
- [0.3.1-beta (2020-08-20)](#031-beta-2020-08-20)
- [Refactor](#refactor-4)
- [0.3.0-beta (2020-08-19)](#030-beta-2020-08-19)
- [Features](#features-8)
- [0.2.0-beta (2020-06-25)](#020-beta-2020-06-25)
- [Features](#features-9)
- [Bug Fixes](#bug-fixes-2)
- [Bug Fixes](#bug-fixes-3)
- [BREAKING CHANGES](#breaking-changes-1)
- [v0.1.0-alpha (2020-06-02)](#v010-alpha-2020-06-02)
- [Features](#features-10)
- [(2020-05-29)](#2020-05-29)
- [Features](#features-11)
- [(2020-05-07)](#2020-05-07)
- [Bug Fixes](#bug-fixes-3)
- [Bug Fixes](#bug-fixes-4)
- [Features](#features-12)
- [(2020-04-07)](#2020-04-07)
- [Bug Fixes](#bug-fixes-4)
- [Bug Fixes](#bug-fixes-5)
- [Features](#features-13)
- [(2020-03-20)](#2020-03-20)
- [Bug Fixes](#bug-fixes-5)
- [Bug Fixes](#bug-fixes-6)
- [Features](#features-14)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# 3.0.2 (2021-11-02)
# 3.1.0 (2021-11-18)

### Bug Fixes

- automatic checks file filter to be exclusion only to keep it simple
- add sa11y common pkg as dep instead of dev dep

# [3.0.2](https://github.com/salesforce/sa11y/releases/tag/v3.0.2) (2021-11-02)

### Reverts

* filtering of non-a11y results introduced in 3.0.1
* as it is causing issues with certain CI workflows that produce no test results file
- filtering of non-a11y results introduced in 3.0.1
- as it is causing issues with certain CI workflows that produce no test results file

# [3.0.1](https://github.com/salesforce/sa11y/releases/tag/v3.0.1) (2021-10-21)

Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "3.0.2",
"packages": ["packages/*"],
"version": "3.1.0",
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
10 changes: 5 additions & 5 deletions packages/assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/assert",
"version": "3.0.2",
"version": "3.1.0",
"description": "Provides assertAccessible API to check DOM for accessibility issues",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/assert#readme",
Expand All @@ -21,13 +21,13 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@sa11y/common": "3.0.2",
"@sa11y/format": "3.0.2",
"@sa11y/preset-rules": "3.0.2",
"@sa11y/common": "3.1.0",
"@sa11y/format": "3.1.0",
"@sa11y/preset-rules": "3.1.0",
"axe-core": "4.3.3"
},
"devDependencies": {
"@sa11y/test-utils": "3.0.2"
"@sa11y/test-utils": "3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/browser-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/browser-lib",
"version": "3.0.2",
"version": "3.1.0",
"description": "Provides a minified version of selected `@sa11y` libraries to be injected into a browser (using webdriver) and executed from integration testing workflows.",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/browser-lib#readme",
Expand Down Expand Up @@ -34,16 +34,16 @@
"url": "https://github.com/salesforce/sa11y/issues"
},
"dependencies": {
"@sa11y/format": "3.0.2",
"@sa11y/preset-rules": "3.0.2",
"@sa11y/format": "3.1.0",
"@sa11y/preset-rules": "3.1.0",
"axe-core": "4.3.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-replace": "3.0.0",
"@sa11y/common": "3.0.2",
"@sa11y/test-utils": "3.0.2",
"@sa11y/common": "3.1.0",
"@sa11y/test-utils": "3.1.0",
"rollup": "2.60.0",
"rollup-plugin-polyfill-node": "0.7.0",
"rollup-plugin-progress": "1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/common",
"version": "3.0.2",
"version": "3.1.0",
"description": "Common utilities, constants, error messages for @sa11y",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/common#readme",
Expand Down
8 changes: 4 additions & 4 deletions packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/format",
"version": "3.0.2",
"version": "3.1.0",
"description": "Accessibility results re-formatter",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/format#readme",
Expand All @@ -24,12 +24,12 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@sa11y/common": "3.0.2",
"@sa11y/preset-rules": "3.0.2",
"@sa11y/common": "3.1.0",
"@sa11y/preset-rules": "3.1.0",
"axe-core": "4.3.3"
},
"devDependencies": {
"@sa11y/test-utils": "3.0.2"
"@sa11y/test-utils": "3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/jest",
"version": "3.0.2",
"version": "3.1.0",
"description": "Accessibility testing matcher for Jest",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/jest#readme",
Expand All @@ -24,17 +24,17 @@
],
"dependencies": {
"@jest/test-result": "26.6.2",
"@sa11y/assert": "3.0.2",
"@sa11y/format": "3.0.2",
"@sa11y/preset-rules": "3.0.2",
"@sa11y/assert": "3.1.0",
"@sa11y/format": "3.1.0",
"@sa11y/preset-rules": "3.1.0",
"jest-matcher-utils": "26.6.2"
},
"peerDependencies": {
"jest": ">=26.0.0"
},
"devDependencies": {
"@sa11y/common": "3.0.2",
"@sa11y/test-utils": "3.0.2"
"@sa11y/common": "3.1.0",
"@sa11y/test-utils": "3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/preset-rules",
"version": "3.0.2",
"version": "3.1.0",
"description": "Accessibility preset rule configs for axe",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/preset-rules#readme",
Expand All @@ -21,7 +21,7 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@sa11y/common": "3.0.2"
"@sa11y/common": "3.1.0"
},
"devDependencies": {
"axe-core": "4.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/test-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/test-integration",
"version": "3.0.2",
"version": "3.1.0",
"private": true,
"description": "Private package for integration testing @sa11y packages",
"license": "BSD-3-Clause",
Expand All @@ -11,8 +11,8 @@
"directory": "packages/test-integration"
},
"devDependencies": {
"@sa11y/jest": "3.0.2",
"@sa11y/test-utils": "3.0.2",
"@sa11y/wdio": "3.0.2"
"@sa11y/jest": "3.1.0",
"@sa11y/test-utils": "3.1.0",
"@sa11y/wdio": "3.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/test-utils",
"version": "3.0.2",
"version": "3.1.0",
"private": true,
"description": "Private package providing test utilities for @sa11y packages",
"license": "BSD-3-Clause",
Expand All @@ -17,6 +17,6 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@sa11y/common": "3.0.2"
"@sa11y/common": "3.1.0"
}
}
10 changes: 5 additions & 5 deletions packages/wdio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa11y/wdio",
"version": "3.0.2",
"version": "3.1.0",
"description": "Accessibility testing API for WebdriverIO",
"license": "BSD-3-Clause",
"homepage": "https://github.com/salesforce/sa11y/tree/master/packages/wdio#readme",
Expand Down Expand Up @@ -29,16 +29,16 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@sa11y/common": "3.0.2",
"@sa11y/format": "3.0.2",
"@sa11y/preset-rules": "3.0.2",
"@sa11y/common": "3.1.0",
"@sa11y/format": "3.1.0",
"@sa11y/preset-rules": "3.1.0",
"axe-core": "4.3.3"
},
"peerDependencies": {
"webdriverio": ">=6.0.0"
},
"devDependencies": {
"@sa11y/test-utils": "3.0.2"
"@sa11y/test-utils": "3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ee117ea

Please sign in to comment.