Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.0.0-smart (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju authored Aug 3, 2022
1 parent 4bc82a6 commit 658a19f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v2.5.1-smart...v3.0.0-smart) (2022-07-29)


### ⚠ BREAKING CHANGES

* move deployment pipeline to CDK (#664). Serverless deployments are still supported, but have been marked as legacy moving forwards. Deployments that already exist can pull this version and still receive all of the bug fixes that are part of this release.

### Features

* move deployment pipeline to CDK ([#664](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/664)) ([7ed40d9](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/7ed40d94b6739e737fa8f240b19d41591278c2d1))


### Bug Fixes

* update inferno test selectors ([#666](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/666)) ([4bc82a6](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/4bc82a6a3a3958a0163bf9f35636a8a166dac9d2))

## [2.5.1-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v2.5.0-smart...v2.5.1-smart) (2022-05-04)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhir-works-on-aws-deployment",
"version": "2.5.1-smart",
"version": "3.0.0-smart",
"description": "FHIR Works on AWS deployment with SMART",
"stackname": "fhir-works-on-aws-deployment",
"main": "src/index.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"constructs": "^10.0.0",
"escape-string-regexp": "^4.0.0",
"fhir-works-on-aws-authz-smart": "3.1.1",
"fhir-works-on-aws-interface": "12.0.0",
"fhir-works-on-aws-interface": "12.1.0",
"fhir-works-on-aws-persistence-ddb": "3.11.0",
"fhir-works-on-aws-routing": "6.5.0",
"fhir-works-on-aws-search-es": "3.12.0",
Expand Down
2 changes: 1 addition & 1 deletion serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ provider:
PATIENT_PICKER_ENDPOINT: ${self:custom.patientPickerEndpoint}
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v2.5.1-smart'
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.0.0-smart'
VALIDATOR_LAMBDA_ALIAS: !If
- isUsingHapiValidator
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'
Expand Down
16 changes: 4 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6329,10 +6329,10 @@ [email protected]:
jwks-rsa "^1.12.1"
lodash "^4.17.21"

fhir-works-on-aws-interface@12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.0.0.tgz#3e9149ab953c5d3fd27bc8bb63b92e541057697f"
integrity sha512-gr5vFyEyktPgL6XPOTcbRqTQxOdJgB0QF8+q6nvto+hoAi30SH5YIYoJnsnX2ZM1ECnkSSeakMK2RbAVM6nImg==
fhir-works-on-aws-interface@12.1.0, fhir-works-on-aws-interface@^12.0.0, fhir-works-on-aws-interface@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.1.0.tgz#74ff054cdf22eae0122c9ec32562475bcdd2cccf"
integrity sha512-LYbmbNz+CzPvH0QH+Sn8zEFzdfSUDd17hC5xjbMrxHOzQSuNEpIELbQ/rdtiNXc+V3xFsQubYsXoHl69wHZN3w==
dependencies:
winston "^3.3.3"
winston-transport "^4.4.0"
Expand All @@ -6345,14 +6345,6 @@ fhir-works-on-aws-interface@^11.1.0:
winston "^3.3.3"
winston-transport "^4.4.0"

fhir-works-on-aws-interface@^12.0.0, fhir-works-on-aws-interface@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.1.0.tgz#74ff054cdf22eae0122c9ec32562475bcdd2cccf"
integrity sha512-LYbmbNz+CzPvH0QH+Sn8zEFzdfSUDd17hC5xjbMrxHOzQSuNEpIELbQ/rdtiNXc+V3xFsQubYsXoHl69wHZN3w==
dependencies:
winston "^3.3.3"
winston-transport "^4.4.0"

[email protected]:
version "3.11.0"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-persistence-ddb/-/fhir-works-on-aws-persistence-ddb-3.11.0.tgz#517d3039cc0f09ade43d5768cf28e3a731067067"
Expand Down

0 comments on commit 658a19f

Please sign in to comment.