Skip to content

Commit 0685a32

Browse files
committed
v7.7.0
1 parent d155e48 commit 0685a32

File tree

7 files changed

+43
-10
lines changed

7 files changed

+43
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.7.0](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.2...v7.7.0) (2024-09-16)
7+
8+
9+
### Features
10+
11+
* update dependencies / add peer dependency to @babel/core ([#135](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/135)) ([d155e48](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/commit/d155e48a4a3737ebcf4a7e77318391bbce783e70)), closes [#133](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/133)
12+
13+
14+
15+
16+
617
## [7.6.2](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.1...v7.6.2) (2024-09-14)
718

819

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.6.2",
2+
"version": "7.7.0",
33
"packages": [
44
"packages/*"
55
],
@@ -16,4 +16,4 @@
1616
]
1717
}
1818
}
19-
}
19+
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.7.0](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.2...v7.7.0) (2024-09-16)
7+
8+
9+
### Features
10+
11+
* update dependencies / add peer dependency to @babel/core ([#135](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/135)) ([d155e48](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/commit/d155e48a4a3737ebcf4a7e77318391bbce783e70)), closes [#133](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/133)
12+
13+
14+
15+
16+
617
## [7.6.2](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.1...v7.6.2) (2024-09-14)
718

819

packages/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-modules-ui5",
3-
"version": "7.6.2",
3+
"version": "7.7.0",
44
"description": "An unofficial babel plugin for SAP UI5.",
55
"main": "dist/index.js",
66
"repository": {
@@ -96,4 +96,4 @@
9696
"prettier": "^3.3.3",
9797
"rimraf": "^6.0.1"
9898
}
99-
}
99+
}

packages/preset/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.7.0](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.2...v7.7.0) (2024-09-16)
7+
8+
9+
### Features
10+
11+
* update dependencies / add peer dependency to @babel/core ([#135](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/135)) ([d155e48](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/commit/d155e48a4a3737ebcf4a7e77318391bbce783e70)), closes [#133](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/133)
12+
13+
14+
15+
16+
617
## [7.6.2](https://github.com/ui5-community/babel-plugin-transform-modules-ui5/compare/v7.6.1...v7.6.2) (2024-09-14)
718

819
**Note:** Version bump only for package babel-preset-transform-ui5

packages/preset/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-transform-ui5",
3-
"version": "7.6.2",
3+
"version": "7.7.0",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {
@@ -9,7 +9,7 @@
99
"directory": "packages/preset"
1010
},
1111
"dependencies": {
12-
"babel-plugin-transform-modules-ui5": "^7.6.2"
12+
"babel-plugin-transform-modules-ui5": "^7.7.0"
1313
},
1414
"devDependencies": {
1515
"prettier": "^3.3.3"
@@ -33,4 +33,4 @@
3333
"ts",
3434
"preset"
3535
]
36-
}
36+
}

0 commit comments

Comments
 (0)