Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Sep 16, 2024
1 parent c5701a9 commit 328744d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/ui5-cc-spreadsheetimporter": "1.2.2",
"packages/ui5-cc-spreadsheetimporter": "1.3.0",
"packages/ui5-cc-spreadsheetimporter-generator": "0.6.0"
}
12 changes: 12 additions & 0 deletions packages/ui5-cc-spreadsheetimporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.0](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v1.2.2...ui5-cc-spreadsheetimporter-v1.3.0) (2024-09-16)


### Features

* new parameter `bindingCustom` ([#628](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/628)) ([935ea47](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/935ea47628d098fe45f024f96e85111149a10694))


### Bug Fixes

* in V4 context check if it is possible to execute with `editFlow` ([#630](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/issues/630)) ([c5701a9](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/commit/c5701a918cfc1bb111c1e9b7d4002f4a92031f74))

## [1.2.2](https://github.com/spreadsheetimporter/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v1.2.1...ui5-cc-spreadsheetimporter-v1.2.2) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-cc-spreadsheetimporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-cc-spreadsheetimporter",
"version": "1.2.2",
"version": "1.3.0",
"description": "A UI5 Module to integrate a Spreadsheet Upload for Fiori Element Apps.",
"main": "dist/Component.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 328744d

Please sign in to comment.