Skip to content

Commit

Permalink
Merge branch 'main' into feat/reuseGetManifestFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
815are authored Sep 13, 2024
2 parents 9d46ecc + 82f9946 commit df996de
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/cap-config-writer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sap-ux/cap-config-writer

## 0.7.40

### Patch Changes

- 614045c: Moves type only dep as dev dep to odata-service-inquirer

## 0.7.39

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.39",
"version": "0.7.40",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down Expand Up @@ -30,7 +30,6 @@
"dependencies": {
"@sap-ux/logger": "workspace:*",
"@sap-ux/project-access": "workspace:*",
"@sap-ux/odata-service-inquirer": "workspace:*",
"@sap-ux/yaml": "workspace:*",
"@sap-ux/fiori-generator-shared": "workspace:*",
"i18next": "20.6.1",
Expand All @@ -40,6 +39,7 @@
"xml-js": "1.6.11"
},
"devDependencies": {
"@sap-ux/odata-service-inquirer": "workspace:*",
"@types/mem-fs": "1.1.2",
"@types/mem-fs-editor": "7.0.1",
"@types/semver": "7.5.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sap-ux/create

## 0.8.14

### Patch Changes

- Updated dependencies [614045c]
- @sap-ux/cap-config-writer@0.7.40

## 0.8.13

### 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.8.13",
"version": "0.8.14",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-tools.git",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df996de

Please sign in to comment.