Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 5, 2024
1 parent d581d62 commit 6adc087
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-berries-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-lemons-cheat.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/annotation-converter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sap-ux/annotation-converter

## 0.10.0

### Minor Changes

- d581d62: **BREAKING CHANGE**: parser and writeback no longer incorrectly convert string Collections entries as `string`. Now returned values correctly match the `StringExpression` type and function signatures.

### Patch Changes

- Updated dependencies [d581d62]
- @sap-ux/vocabularies-types@0.12.1

## 0.9.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/annotation-converter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/annotation-converter",
"version": "0.9.11",
"version": "0.10.0",
"description": "SAP Fiori OData - Annotation converter",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/edmx-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/edmx-parser

## 0.9.0

### Minor Changes

- d581d62: **BREAKING CHANGE**: parser and writeback no longer incorrectly convert string Collections entries as `string`. Now returned values correctly match the `StringExpression` type and function signatures.

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/edmx-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/edmx-parser",
"version": "0.8.2",
"version": "0.9.0",
"description": "SAP Fiori OData - EDMX File parser",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/fe-mockserver-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/fe-mockserver-core

## 1.4.11

### Patch Changes

- Updated dependencies [d581d62]
- @sap-ux/annotation-converter@0.10.0
- @sap-ux/edmx-parser@0.9.0

## 1.4.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fe-mockserver-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/fe-mockserver-core",
"version": "1.4.10",
"version": "1.4.11",
"description": "SAP Fiori OData - Fiori elements mock server core",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui5-middleware-fe-mockserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/ui5-middleware-fe-mockserver

## 2.2.83

### Patch Changes

- @sap-ux/fe-mockserver-core@1.4.11

## 2.2.82

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-middleware-fe-mockserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/ui5-middleware-fe-mockserver",
"version": "2.2.82",
"version": "2.2.83",
"description": "SAP Fiori tools - UI5 middleware for the Fiori elements mock server",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/vocabularies-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/vocabularies-types

## 0.12.1

### Patch Changes

- d581d62: Export `ArrayWithType` type definition.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vocabularies-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/vocabularies-types",
"version": "0.12.0",
"version": "0.12.1",
"description": "SAP Fiori OData - TS types for vocabularies",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6adc087

Please sign in to comment.