Skip to content

Commit a2328fc

Browse files
authored
chore: update changelog
1 parent db153a7 commit a2328fc

File tree

3 files changed

+47
-28
lines changed

3 files changed

+47
-28
lines changed

.viperlightignore

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -109,31 +109,34 @@ p-limit=3.1.0
109109
typescript=4.9.5
110110
aws-sdk-client-mock=2.1.1
111111
aws-sdk-client-mock-jest=2.1.1
112-
@svgr/webpack=5.5.0
113-
@testing-library/react=13.4.0
114-
@testing-library/user-event=13.5.0
115-
@types/jest=27.5.2
116-
babel-jest=27.5.1
117-
babel-loader=8.3.0
118-
camelcase=6.3.0
119-
css-minimizer-webpack-plugin=3.4.1
120-
dotenv=10.0.0
121-
dotenv-expand=5.1.0
122-
eslint-config-standard-with-typescript=23.0.0
123-
eslint-plugin-n=15.7.0
124-
eslint-webpack-plugin=3.2.0
125-
fs-extra=10.1.0
126-
i18next=22.5.0
127-
jest=27.5.1
128-
jest-resolve=27.5.1
129-
jest-watch-typeahead=1.1.0
130-
node-sass=8.0.0
131-
postcss-loader=6.2.1
132-
postcss-preset-env=7.8.3
133-
prettier=2.8.8
134-
react-i18next=12.3.1
135-
resolve-url-loader=4.0.0
136-
sass-loader=12.6.0
137-
source-map-loader=3.0.2
138-
webpack-manifest-plugin=4.1.1
139-
workbox-webpack-plugin=6.6.1
112+
@svgr/webpack=5.5.0
113+
@testing-library/react=13.4.0
114+
@testing-library/user-event=13.5.0
115+
@types/jest=27.5.2
116+
babel-jest=27.5.1
117+
babel-loader=8.3.0
118+
camelcase=6.3.0
119+
css-minimizer-webpack-plugin=3.4.1
120+
dotenv=10.0.0
121+
dotenv-expand=5.1.0
122+
eslint-config-standard-with-typescript=23.0.0
123+
eslint-plugin-n=15.7.0
124+
eslint-webpack-plugin=3.2.0
125+
fs-extra=10.1.0
126+
i18next=22.5.0
127+
jest=27.5.1
128+
jest-resolve=27.5.1
129+
jest-watch-typeahead=1.1.0
130+
node-sass=8.0.0
131+
postcss-loader=6.2.1
132+
postcss-preset-env=7.8.3
133+
prettier=2.8.8
134+
react-i18next=12.3.1
135+
resolve-url-loader=4.0.0
136+
sass-loader=12.6.0
137+
source-map-loader=3.0.2
138+
webpack-manifest-plugin=4.1.1
139+
workbox-webpack-plugin=6.6.1
140+
@typescript-eslint/eslint-plugin=5.59.8
141+
@typescript-eslint/parser=5.59.11
142+
nodemon=2.0.22

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.1] - 2023-07-24
9+
10+
### Fixed
11+
12+
- can not update interval of data processing in the existing pipeline
13+
- can not update the CORS configuration of the existing pipeline
14+
- incorrectly check the QuickSight availability in China regions
15+
- can not retry when putting events into KDS throttled
16+
- time filter does not work for the visuals of device and rentention reports
17+
- increase the timeout to avoid some stacks left after deleting the project
18+
- the typos in web console UI
19+
- incorrect plugin descriptions in web console
20+
- remove broken and duplicated links in navigation bar of web console
21+
- set the default compression option as true for SDK configuration files
22+
823
## [1.0.0] - 2023-07-07
924

1025
### Added

NOTICE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ i18next-browser-languagedetector under the MIT
102102
i18next-http-backend under the MIT
103103
identity-obj-proxy under the MIT
104104
jest under the MIT
105+
jest-junit under the Apache-2.0
105106
jest-resolve under the MIT
106107
jest-watch-typeahead under the MIT
107108
lodash under the MIT

0 commit comments

Comments
 (0)