File tree Expand file tree Collapse file tree 7 files changed +37
-7
lines changed Expand file tree Collapse file tree 7 files changed +37
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 7.6.1] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.0...v7.6.1 ) (2024-09-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * support wrapped controller extension assignments ([ dfa51b6] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/commit/dfa51b613259aeedb3f20987f5e5165ca35545d8 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 7.6.0] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.5.0...v7.6.0 ) (2024-07-22)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 7.6.0 " ,
2
+ "version" : " 7.6.1 " ,
3
3
"packages" : [
4
4
" packages/*"
5
5
],
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 7.6.1] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.0...v7.6.1 ) (2024-09-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * support wrapped controller extension assignments ([ dfa51b6] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/commit/dfa51b613259aeedb3f20987f5e5165ca35545d8 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 7.6.0] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.5.0...v7.6.0 ) (2024-07-22)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-transform-modules-ui5" ,
3
- "version" : " 7.6.0 " ,
3
+ "version" : " 7.6.1 " ,
4
4
"description" : " An unofficial babel plugin for SAP UI5." ,
5
5
"main" : " dist/index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 7.6.1] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.0...v7.6.1 ) (2024-09-13)
7
+
8
+ ** Note:** Version bump only for package babel-preset-transform-ui5
9
+
10
+
11
+
12
+
13
+
6
14
# [ 7.6.0] ( https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.5.0...v7.6.0 ) (2024-07-22)
7
15
8
16
** Note:** Version bump only for package babel-preset-transform-ui5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-preset-transform-ui5" ,
3
- "version" : " 7.6.0 " ,
3
+ "version" : " 7.6.1 " ,
4
4
"main" : " index.js" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
9
9
"directory" : " packages/preset"
10
10
},
11
11
"dependencies" : {
12
- "babel-plugin-transform-modules-ui5" : " ^7.6.0 "
12
+ "babel-plugin-transform-modules-ui5" : " ^7.6.1 "
13
13
},
14
14
"devDependencies" : {
15
15
"@babel/core" : " ^7.23.3" ,
You can’t perform that action at this time.
0 commit comments