Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Dec 21, 2023
1 parent 763c2c7 commit f8f2106
Show file tree
Hide file tree
Showing 3 changed files with 11 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": "0.29.1",
"packages/ui5-cc-spreadsheetimporter": "0.30.0",
"packages/ui5-cc-spreadsheetimporter-generator": "0.4.1"
}
9 changes: 9 additions & 0 deletions packages/ui5-cc-spreadsheetimporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.30.0](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v0.29.1...ui5-cc-spreadsheetimporter-v0.30.0) (2023-12-21)


### Features

* enable spreadsheet importer for ui5 v2 ([#440](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/issues/440)) ([763c2c7](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/commit/763c2c7d7ceea391e2f0ff5701ecf22fe3a29893))
* new config to send the spreadsheet row to the backend ([#439](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/issues/439)) ([44af189](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/commit/44af1890ae7c524ffb4b98962bb0ca670c609c54))
* use events with async attached function s([#435](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/issues/435)) ([2c95615](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/commit/2c956153fd32946bcb491b721847064898472779))

## [0.29.1](https://github.com/marianfoo/ui5-cc-spreadsheetimporter/compare/ui5-cc-spreadsheetimporter-v0.29.0...ui5-cc-spreadsheetimporter-v0.29.1) (2023-12-16)


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": "0.29.1",
"version": "0.30.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 f8f2106

Please sign in to comment.