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 Feb 15, 2024
1 parent 86da13e commit 3a7e387
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-foxes-heal.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/app-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/app-config-writer

## 0.3.23

### Patch Changes

- Updated dependencies [86da13e3]
- @sap-ux/project-access@1.17.1
- @sap-ux/axios-extension@1.10.1

## 0.3.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-config-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/app-config-writer",
"description": "Add or update configuration for SAP Fiori tools application",
"version": "0.3.22",
"version": "0.3.23",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/cap-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/cap-config-writer

## 0.2.12

### Patch Changes

- Updated dependencies [86da13e3]
- @sap-ux/project-access@1.17.1

## 0.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cap-config-writer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/cap-config-writer",
"description": "Add or update configuration for SAP CAP projects",
"version": "0.2.11",
"version": "0.2.12",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sap-ux/create

## 0.5.28

### Patch Changes

- Updated dependencies [86da13e3]
- @sap-ux/project-access@1.17.1
- @sap-ux/adp-tooling@0.8.5
- @sap-ux/app-config-writer@0.3.23
- @sap-ux/cap-config-writer@0.2.12
- @sap-ux/mockserver-config-writer@0.2.2

## 0.5.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-ux/create",
"description": "SAP Fiori tools module to add or remove features",
"version": "0.5.27",
"version": "0.5.28",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/environment-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/environment-check

## 0.16.24

### Patch Changes

- Updated dependencies [86da13e3]
- @sap-ux/project-access@1.17.1
- @sap-ux/axios-extension@1.10.1

## 0.16.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/environment-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/environment-check",
"version": "0.16.23",
"version": "0.16.24",
"description": "SAP Fiori environment check",
"license": "Apache-2.0",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# @sap-ux/i18n
# @sap-ux/i18n
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/i18n",
"version": "0.0.1",
"version": "0.0.2",
"description": "Library for i18n",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/project-access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/project-access

## 1.17.1

### Patch Changes

- 86da13e3: Add i18n support
- Updated dependencies [86da13e3]
- @sap-ux/i18n@0.0.2

## 1.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/project-access",
"version": "1.17.0",
"version": "1.17.1",
"description": "Library to access SAP Fiori tools projects",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/telemetry

## 0.2.6

### Patch Changes

- Updated dependencies [86da13e3]
- @sap-ux/project-access@1.17.1

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ux/telemetry",
"version": "0.2.5",
"version": "0.2.6",
"description": "Library for sending usage telemetry data",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui5-library-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sap-ux/ui5-library-writer

## 0.3.12

### Patch Changes

- Updated dependencies [86da13e3]
- @sap-ux/project-access@1.17.1
- @sap-ux/ui5-application-writer@0.26.2

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-library-writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aui5-library-writer"
},
"version": "0.3.11",
"version": "0.3.12",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3a7e387

Please sign in to comment.