Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a52574

Browse files
authoredSep 29, 2022
Update to version v1.0.5
npm packages patch
2 parents dee640f + 98955c7 commit 4a52574

File tree

4 files changed

+261
-250
lines changed

4 files changed

+261
-250
lines changed
 

‎CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.5] - 2022-09-28
9+
10+
### Changed
11+
12+
- update `next` node library to 12.2.4
13+
- update `node-fetch` library to 3.2.10
14+
815
## [1.0.4] - 2022-08-10
16+
917
### Changed
18+
1019
- update `cdk` from 1.132 to 1.158.0
1120
- update `aws-sdk` to 2.1182.0 for Lambdas with Nodejs runtimes
1221
- update `boto3` to 1.24.37 for Lambdas with Python runtimes
1322
- update `react` and `next` node libraries based on compatibility with Node 14.x runtime
1423
- removed `next-sass` as newer version of `next` has the functionality built-in
15-
- removed `node-sass` and added `sass` as the original library is deprecated (https://github.com/sass/node-sass)
24+
- removed `node-sass` and added `sass` as the original library is deprecated (https://github.com/sass/node-sass)
1625

1726
## [1.0.3] - 2021-11-15
27+
1828
- Update `cdk` from 1.42.0 to 1.132.0
1929

2030
## [1.0.2] - 2021-04-29
31+
2132
- Update `next` from 10.0.3 to 10.0.4
2233
- Update `aws-amplify` 2.1.0 to 3.3.25
2334
- Remove `sass-lint`

0 commit comments

Comments
 (0)
This repository has been archived.