Skip to content

Commit 3c6c440

Browse files
committed
v2.0.0-alpha.15
1 parent b251d17 commit 3c6c440

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+301
-88
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.0-alpha.15](https://github.com/ulixee/platform/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)
7+
8+
9+
### Features
10+
11+
* simplified gift cards ([a9ccca7](https://github.com/ulixee/platform/commit/a9ccca76dfaffd789602f3bb3cacac5d5d75c82c))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.14](https://github.com/ulixee/platform/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)
718

819
**Note:** Version bump only for package @ulixee/platform

apps/chromealive-core/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.0-alpha.15](https://github.com/ulixee/platform/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)
7+
8+
9+
### Features
10+
11+
* simplified gift cards ([a9ccca7](https://github.com/ulixee/platform/commit/a9ccca76dfaffd789602f3bb3cacac5d5d75c82c))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.14](https://github.com/ulixee/platform/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)
718

819
**Note:** Version bump only for package @ulixee/apps-chromealive-core

apps/chromealive-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@ulixee/apps-chromealive-core",
3-
"version": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"main": "index.js",
55
"scripts": {
66
"build": "tsc -b -i"
77
},
88
"repository": "git@github.com:ulixee/platform.git",
99
"license": "MIT",
1010
"dependencies": {
11-
"@ulixee/apps-chromealive": "2.0.0-alpha.14",
12-
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.14",
11+
"@ulixee/apps-chromealive": "2.0.0-alpha.15",
12+
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.15",
1313
"@ulixee/commons": "2.0.0-alpha.15",
14-
"@ulixee/databox": "2.0.0-alpha.14",
15-
"@ulixee/databox-for-hero": "2.0.0-alpha.14",
14+
"@ulixee/databox": "2.0.0-alpha.15",
15+
"@ulixee/databox-for-hero": "2.0.0-alpha.15",
1616
"@ulixee/default-browser-emulator": "2.0.0-alpha.14",
1717
"@ulixee/hero-interfaces": "2.0.0-alpha.15",
1818
"@ulixee/hero-plugin-utils": "2.0.0-alpha.15",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@types/chrome": "^0.0.154",
31-
"@ulixee/databox-testing": "2.0.0-alpha.14",
31+
"@ulixee/databox-testing": "2.0.0-alpha.15",
3232
"linkedom": "^0.14.11"
3333
}
3434
}

apps/chromealive-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.15](https://github.com/ulixee/platform/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)
7+
8+
**Note:** Version bump only for package @ulixee/apps-chromealive-extension
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.14](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)
715

816
**Note:** Version bump only for package @ulixee/apps-chromealive-extension

apps/chromealive-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/apps-chromealive-extension",
3-
"version": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"private": true,
55
"license": "MIT",
66
"description": "Chrome extension helps ChromeAlive work",
@@ -19,8 +19,8 @@
1919
"@babel/runtime-corejs3": "^7.13.10",
2020
"@headlessui/vue": "^1.5.0",
2121
"@heroicons/vue": "^1.0.6",
22-
"@ulixee/apps-chromealive-core": "2.0.0-alpha.14",
23-
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.14",
22+
"@ulixee/apps-chromealive-core": "2.0.0-alpha.15",
23+
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.15",
2424
"@ulixee/commons": "2.0.0-alpha.15",
2525
"@ulixee/hero-interfaces": "2.0.0-alpha.15",
2626
"@webcomponents/custom-elements": "^1.5.0",

apps/chromealive-interfaces/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.15](https://github.com/ulixee/platform/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)
7+
8+
**Note:** Version bump only for package @ulixee/apps-chromealive-interfaces
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.14](https://github.com/ulixee/platform/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)
715

816
**Note:** Version bump only for package @ulixee/apps-chromealive-interfaces

apps/chromealive-interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/apps-chromealive-interfaces",
3-
"version": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"scripts": {},
55
"repository": "git@github.com:ulixee/platform.git",
66
"license": "MIT",

apps/chromealive-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.15](https://github.com/ulixee/platform/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)
7+
8+
**Note:** Version bump only for package @ulixee/apps-chromealive-ui
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.14](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)
715

816
**Note:** Version bump only for package @ulixee/apps-chromealive-ui

apps/chromealive-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/apps-chromealive-ui",
3-
"version": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"private": true,
55
"scripts": {
66
"build": "vue-cli-service build",
@@ -16,7 +16,7 @@
1616
"@babel/runtime-corejs3": "^7.13.10",
1717
"@headlessui/vue": "^1.5.0",
1818
"@heroicons/vue": "^1.0.6",
19-
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.14",
19+
"@ulixee/apps-chromealive-interfaces": "2.0.0-alpha.15",
2020
"@ulixee/commons": "2.0.0-alpha.15",
2121
"@ulixee/hero-interfaces": "2.0.0-alpha.15",
2222
"@ulixee/unblocked-specification": "2.0.0-alpha.14",

apps/chromealive/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.15](https://github.com/ulixee/platform/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)
7+
8+
**Note:** Version bump only for package @ulixee/apps-chromealive
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.14](https://github.com/ulixee/platform/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)
715

816
**Note:** Version bump only for package @ulixee/apps-chromealive

0 commit comments

Comments
 (0)