Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Aug 9, 2023
1 parent 574d5dd commit b8fc3f2
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/karma-ui5-transpile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@3.1.0) (2023-08-09)


### Features

* **karma-ui5-transpile:** Apply `instrumenterOptions` for Istanbul from `coverageReporter` in `karma.config` ([#788](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/788)) ([574d5dd](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/574d5dd09b9e6020bc3dcc1698600cfd0315c24c))





## [3.0.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@3.0.1) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/karma-ui5-transpile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-ui5-transpile",
"version": "3.0.1",
"version": "3.1.0",
"description": "",
"author": "Peter Muessig",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ui5-tooling-transpile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@3.0.2) (2023-08-09)


### Bug Fixes

* **ui5-tooling-transpile:** derive transpileDependencies from tsconfig ([#786](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/786)) ([ba5d734](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/ba5d734bd6772a6c4b05344ec7f69b4d1de4a1ea))





## [3.0.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@3.0.1) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui5-tooling-transpile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-tooling-transpile",
"version": "3.0.1",
"version": "3.0.2",
"description": "UI5 tooling extensions to transpile code",
"author": "Jorge Martins, Peter Muessig",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions showcases/ui5-app-simple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.4.2) (2023-08-09)

**Note:** Version bump only for package ui5-app-simple





## [0.4.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.4.1) (2023-08-01)

**Note:** Version bump only for package ui5-app-simple
Expand Down
2 changes: 1 addition & 1 deletion showcases/ui5-app-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-app-simple",
"version": "0.4.1",
"version": "0.4.2",
"description": "UI5 application using custom middlewares and tasks",
"private": true,
"author": "Volker Buzek, Peter Muessig",
Expand Down
8 changes: 8 additions & 0 deletions showcases/ui5-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.28.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.28.2) (2023-08-09)

**Note:** Version bump only for package ui5-app





## [0.28.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.28.1) (2023-08-01)

**Note:** Version bump only for package ui5-app
Expand Down
2 changes: 1 addition & 1 deletion showcases/ui5-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-app",
"version": "0.28.1",
"version": "0.28.2",
"description": "UI5 application using custom middlewares and tasks",
"private": true,
"author": "Volker Buzek, Peter Muessig",
Expand Down
8 changes: 8 additions & 0 deletions showcases/ui5-tsapp-simple/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.5.2) (2023-08-09)

**Note:** Version bump only for package ui5-tsapp-simple





## [0.5.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.5.1) (2023-08-01)

**Note:** Version bump only for package ui5-tsapp-simple
Expand Down
2 changes: 1 addition & 1 deletion showcases/ui5-tsapp-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-tsapp-simple",
"version": "0.5.1",
"version": "0.5.2",
"description": "Simple showcase of a TypeScript setup for developing UI5 applications",
"private": true,
"author": "Peter Muessig",
Expand Down
11 changes: 11 additions & 0 deletions showcases/ui5-tsapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.9.2) (2023-08-09)


### Bug Fixes

* **ui5-tooling-transpile:** derive transpileDependencies from tsconfig ([#786](https://github.com/ui5-community/ui5-ecosystem-showcase/issues/786)) ([ba5d734](https://github.com/ui5-community/ui5-ecosystem-showcase/commit/ba5d734bd6772a6c4b05344ec7f69b4d1de4a1ea))





## [0.9.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.9.1) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion showcases/ui5-tsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-tsapp",
"version": "0.9.1",
"version": "0.9.2",
"description": "Showcase of a TypeScript setup for developing UI5 applications",
"private": true,
"author": "Jorge Martins, Peter Muessig",
Expand Down
8 changes: 8 additions & 0 deletions showcases/ui5-tslib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.4.2) (2023-08-09)

**Note:** Version bump only for package ui5-tslib





## [0.4.1](https://github.com/ui5-community/ui5-ecosystem-showcase/compare/[email protected]@0.4.1) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion showcases/ui5-tslib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui5-tslib",
"version": "0.4.1",
"version": "0.4.2",
"description": "Showcase of a TypeScript setup for developing UI5 libraries",
"private": true,
"author": "Peter Muessig",
Expand Down

0 comments on commit b8fc3f2

Please sign in to comment.