File tree 4 files changed +2057
-1818
lines changed
4 files changed +2057
-1818
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.4.1] - 2025-04-23
9
+
10
+ ### Changed
11
+
12
+ - General update of dependencies.
13
+ - #225 Fixed 'Rate exceeded' errors in the npm run migrate command of the ords-remix-jwt-sample template.
14
+ - #265 ` node-jet ` template migrated from ` v17.1 ` to ` 18.0 ` .
15
+ - #266 ` node-angular ` template migrated from ` v19.1 ` to ` v19.2 ` .
16
+
8
17
## [ 1.4.0] - 2025-01-28
9
18
10
19
### Changed
11
20
12
21
- General update of dependencies.
13
22
- Templates migrated to use ESLint v9 with flat config.
14
- - #204 ` node-vue ` template migrated fron ` v5.0 ` to ` v6.0 ` .
23
+ - #204 ` node-vue ` template migrated from ` v3.3 ` to ` v3.5 ` .
15
24
- #203 ` node-angular ` template migrated from ` v18.2 ` to ` v19.1 ` .
16
25
- #200 ` node-react ` and #201 ` node-react-todo ` templates migrated from ` v18.2 ` to ` v19.0 ` .
17
26
- #199 ` node-jet ` template migrated to ` v17.1 ` , and fixed incorrect references to the CDN pointing to an outdated version.
Original file line number Diff line number Diff line change @@ -198,7 +198,8 @@ export default class extends Generator {
198
198
199
199
end ( ) {
200
200
this . log ( 'Application generated successfully. Run the following command: \n\ncd ' + path . join ( process . cwd ( ) , this . options . appName ) + '\n' ) ;
201
- if ( ! this . options . templateChoice . includes ( 'ords-remix-jwt-sample' ) ) { }
202
- this . log ( 'Please check out the README file to learn how to configurate the ORDS Concert App' )
201
+ if ( this . options . templateChoice . includes ( 'ords-remix-jwt-sample' ) ) {
202
+ this . log ( 'Please check out the README file to learn how to configurate the ORDS Concert App' )
203
+ }
203
204
}
204
205
}
You can’t perform that action at this time.
0 commit comments