Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit acc7952

Browse files
authored
chore: release v6.1.5 (#239)
1 parent d57e66b commit acc7952

File tree

12 files changed

+145
-112
lines changed

12 files changed

+145
-112
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## [6.1.5] - 2023-11-30
6+
7+
### Changelog for Packages in This project
8+
9+
Please click corresponded links for more details for changelog of each package.
10+
| Folder | Package | CHANGELOG |
11+
| ----------------------------------------------------------- | ----------------------------------------- | ------------------------------------------------------ |
12+
| [solutions/deployment](./solutions/deployment/) | [@aws/fhir-works-on-aws-deployment] | [Changelog](./solutions/deployment/CHANGELOG.md) |
13+
| [solutions/smart-deployment](./solutions/smart-deployment/) | [@aws/fhir-works-on-aws-smart-deployment] | [Changelog](./solutions/smart-deployment/CHANGELOG.md) |
14+
515
## [6.1.4] - 2023-09-20
616

717
### Changelog for Packages in This project

common/config/rush/browser-approved-packages.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"name": "@aws/fhir-works-on-aws-utilities",
4747
"allowedCategories": ["production", "tools"]
4848
},
49+
{
50+
"name": "@babel/traverse",
51+
"allowedCategories": ["tools"]
52+
},
4953
{
5054
"name": "@elastic/elasticsearch",
5155
"allowedCategories": ["production"]

common/config/rush/pnpm-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"tough-cookie": ">=4.1.3",
9797
"word-wrap": ">=1.2.4",
9898
"xml2js@<0.5.0": ">=0.5.0",
99-
"yaml@<2.2.2": ">=2.2.2"
99+
"yaml@<2.2.2": ">=2.2.2",
100+
"postcss": "^8.4.31"
100101
},
101102

102103
/**

0 commit comments

Comments
 (0)