Skip to content

Commit

Permalink
chore(release): release v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veredcon committed Jan 16, 2024
1 parent a129035 commit ec84741
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.14.0](https://github.com/SAP/yeoman-ui/compare/v1.13.2...v1.14.0) (2024-01-16)

### Features

- **platform:** frontend Vue 3 and Vite ([#782](https://github.com/SAP/yeoman-ui/issues/782)) ([a129035](https://github.com/SAP/yeoman-ui/commit/a1290358df9c48dfd856eb7d54e38cec31c0302c))

## [1.13.2](https://github.com/SAP/yeoman-ui/compare/v1.13.1...v1.13.2) (2024-01-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"allowBranch": "master"
}
},
"version": "1.13.2"
"version": "1.14.0"
}
6 changes: 6 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.14.0](https://github.com/SAP/yeoman-ui/compare/v1.13.2...v1.14.0) (2024-01-16)

### Features

- **platform:** frontend Vue 3 and Vite ([#782](https://github.com/SAP/yeoman-ui/issues/782)) ([a129035](https://github.com/SAP/yeoman-ui/commit/a1290358df9c48dfd856eb7d54e38cec31c0302c))

## [1.13.2](https://github.com/SAP/yeoman-ui/compare/v1.13.1...v1.13.2) (2024-01-09)

**Note:** Version bump only for package yeoman-ui
Expand Down
8 changes: 4 additions & 4 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yeoman-ui",
"displayName": "Application Wizard",
"version": "1.13.2",
"version": "1.14.0",
"private": true,
"description": "Provides rich user experience for Yeoman generators.",
"categories": [
Expand Down Expand Up @@ -190,11 +190,12 @@
},
"dependencies": {
"@sap-devx/webview-rpc": "0.3.1",
"@sap-devx/yeoman-ui-types": "^1.13.2",
"@sap-devx/yeoman-ui-types": "^1.14.0",
"@sap/bas-sdk": "3.2.1",
"@sap/swa-for-sapbas-vsx": "1.2.7",
"@vscode-logging/logger": "1.2.3",
"chalk": "4.1.2",
"cheerio": "^1.0.0-rc.12",
"datauri": "3.0.0",
"humanize-string": "2.1.0",
"npm-registry-fetch": "11.0.0",
Expand All @@ -203,8 +204,7 @@
"sudo-prompt": "9.2.1",
"titleize": "2.1.0",
"yeoman-environment": "3.3.0",
"yeoman-ui-frontend": "^1.13.2",
"cheerio": "^1.0.0-rc.12"
"yeoman-ui-frontend": "^1.14.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
Expand Down
6 changes: 6 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.14.0](https://github.com/SAP/yeoman-ui/compare/v1.13.2...v1.14.0) (2024-01-16)

### Features

- **platform:** frontend Vue 3 and Vite ([#782](https://github.com/SAP/yeoman-ui/issues/782)) ([a129035](https://github.com/SAP/yeoman-ui/commit/a1290358df9c48dfd856eb7d54e38cec31c0302c))

## [1.13.2](https://github.com/SAP/yeoman-ui/compare/v1.13.1...v1.13.2) (2024-01-09)

**Note:** Version bump only for package yeoman-ui-frontend
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yeoman-ui-frontend",
"displayName": "Application Wizard Frontend",
"version": "1.13.2",
"version": "1.14.0",
"private": true,
"description": "Frontend for the application wizard framework",
"license": "Apache 2.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@sap-devx/inquirer-gui-login-plugin": "3.0.1",
"@sap-devx/inquirer-gui-tiles-plugin": "3.0.1",
"@sap-devx/webview-rpc": "0.3.1",
"@sap-devx/yeoman-ui-types": "^1.13.2",
"@sap-devx/yeoman-ui-types": "^1.14.0",
"core-js": "^3.8.3",
"material-design-icons-iconfont": "6.1.0",
"vue": "^3.3.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/generator-foodq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.14.0](https://github.com/SAP/yeoman-ui/compare/v1.13.2...v1.14.0) (2024-01-16)

**Note:** Version bump only for package generator-foodq

## [1.13.2](https://github.com/SAP/yeoman-ui/compare/v1.13.1...v1.13.2) (2024-01-09)

**Note:** Version bump only for package generator-foodq
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-foodq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-foodq",
"version": "1.13.2",
"version": "1.14.0",
"private": true,
"description": "A sample generator to preview all the options available when using the Yeoman-UI",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"yeoman.png"
],
"dependencies": {
"@sap-devx/yeoman-ui-types": "^1.13.2",
"@sap-devx/yeoman-ui-types": "^1.14.0",
"chalk-pipe": "^4.0.0",
"datauri": "^3.0.0",
"inquirer": "^7.3.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.14.0](https://github.com/SAP/yeoman-ui/compare/v1.13.2...v1.14.0) (2024-01-16)

### Features

- **platform:** frontend Vue 3 and Vite ([#782](https://github.com/SAP/yeoman-ui/issues/782)) ([a129035](https://github.com/SAP/yeoman-ui/commit/a1290358df9c48dfd856eb7d54e38cec31c0302c))

## [1.13.2](https://github.com/SAP/yeoman-ui/compare/v1.13.1...v1.13.2) (2024-01-09)

**Note:** Version bump only for package @sap-devx/yeoman-ui-types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-devx/yeoman-ui-types",
"displayName": "yeoman-ui-types",
"version": "1.13.2",
"version": "1.14.0",
"description": "Yeoman-UI prompt types",
"repository": {
"type": "git",
Expand Down

0 comments on commit ec84741

Please sign in to comment.