Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit f19676d

Browse files
committed
v2.0.10
1 parent d86b5e3 commit f19676d

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.10](https://github.com/fabric8-launcher/launcher-ui-components/compare/v2.0.9...v2.0.10) (2020-04-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add declaration of the ga function ([d86b5e3](https://github.com/fabric8-launcher/launcher-ui-components/commit/d86b5e3))
12+
13+
14+
15+
16+
617
## [2.0.9](https://github.com/fabric8-launcher/launcher-ui-components/compare/v2.0.8...v2.0.9) (2020-04-22)
718

819
**Note:** Version bump only for package launcher-ui-tooling

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.0.9",
5+
"version": "2.0.10",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/launcher-component/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.10](https://github.com/fabric8-launcher/launcher-ui-components/compare/v2.0.9...v2.0.10) (2020-04-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add declaration of the ga function ([d86b5e3](https://github.com/fabric8-launcher/launcher-ui-components/commit/d86b5e3))
12+
13+
14+
15+
16+
617
## [2.0.9](https://github.com/fabric8-launcher/launcher-ui-components/compare/v2.0.8...v2.0.9) (2020-04-22)
718

819
**Note:** Version bump only for package @launcher/component

packages/launcher-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launcher/component",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"license": "Apache-2.0",
55
"main": "build/index.js",
66
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)