File tree Expand file tree Collapse file tree 3 files changed +47
-28
lines changed Expand file tree Collapse file tree 3 files changed +47
-28
lines changed Original file line number Diff line number Diff line change @@ -109,31 +109,34 @@ p-limit=3.1.0
109109typescript=4.9.5
110110aws-sdk-client-mock=2.1.1
111111aws-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
Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ i18next-browser-languagedetector under the MIT
102102i18next-http-backend under the MIT
103103identity-obj-proxy under the MIT
104104jest under the MIT
105+ jest-junit under the Apache-2.0
105106jest-resolve under the MIT
106107jest-watch-typeahead under the MIT
107108lodash under the MIT
You can’t perform that action at this time.
0 commit comments