Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge 814b9b4 into mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmayda authored Mar 3, 2021
2 parents 92b1959 + 814b9b4 commit 8367e49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

All notable changes to this project will be documented in this file.

## [2.0.2] - 2021-03-03

### Added
- fix: SageMaker environment status update
- fix: Validate Open Data ARNs
- test: Integration test components and framework
- chore: Dependency version bump

## [2.0.1] - 2021-02-08

### Added
fix: Added usernameInIdp property to update user schema
fix: Made external researcher used UserOnboarding template less permissive
fix: labeler yml syntax
chore: add PR size labeler
- fix: Added usernameInIdp property to update user schema
- fix: Made external researcher used UserOnboarding template less permissive
- fix: labeler yml syntax
- chore: add PR size labeler

We recommend to apply this patch as soon as possible

Expand Down
2 changes: 1 addition & 1 deletion main/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "Amazon Web Services",
"license": "Apache-2.0",
"scripts": {
"intTest": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --runInBand",
"intTest": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --runInBand --verbose",
"intTestWatch": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --watchAll",
"lint": "pnpm run lint:eslint && pnpm run lint:prettier",
"lint:eslint": "eslint --ignore-path .gitignore . ",
Expand Down

0 comments on commit 8367e49

Please sign in to comment.