Skip to content

Commit 1c96ad6

Browse files
Version Packages
1 parent 5afbba5 commit 1c96ad6

10 files changed

Lines changed: 33 additions & 18 deletions

File tree

.changeset/bright-release-paths.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/calm-clocks-run.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

lynxtron-go/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# lynxtron-go
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- eae08c1: Build release installers with packed showcase asset URLs and the application version, and install source-only showcase fallbacks with npm including devDependencies so build commands can resolve executable dependencies such as cross-env.
8+
- eae08c1: Run release showcases from their prebuilt tarball artifacts, install build-time devDependencies when edited source must be rebuilt, explicitly enable selectable Terminal text, and disable desktop mouse-drag scrolling in shared Lynx page config.
9+
- Updated dependencies [eae08c1]
10+
- Updated dependencies [eae08c1]
11+
- @lynxtron-examples/cli@0.0.8
12+
313
## 0.1.6
414

515
### Patch Changes

lynxtron-go/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lynxtron-go",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"main": "main.js",
55
"files": [
66
"dist/**",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lynxtron-examples/cli
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- eae08c1: Build release installers with packed showcase asset URLs and the application version, and install source-only showcase fallbacks with npm including devDependencies so build commands can resolve executable dependencies such as cross-env.
8+
- eae08c1: Run release showcases from their prebuilt tarball artifacts, install build-time devDependencies when edited source must be rebuilt, explicitly enable selectable Terminal text, and disable desktop mouse-drag scrolling in shared Lynx page config.
9+
310
## 0.0.7
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynxtron-examples/cli",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "CLI to fetch, build and run Lynxtron showcases. Internal to Lynxtron GO — not published to npm.",
55
"license": "Apache-2.0",
66
"private": true,

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lynxtron-examples/config
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- eae08c1: Run release showcases from their prebuilt tarball artifacts, install build-time devDependencies when edited source must be rebuilt, explicitly enable selectable Terminal text, and disable desktop mouse-drag scrolling in shared Lynx page config.
8+
39
## 0.0.8
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynxtron-examples/config",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"publishConfig": {
55
"access": "public"
66
},

showcases/floating-clock/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lynxtron-examples/floating-clock
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- eae08c1: Run release showcases from their prebuilt tarball artifacts, install build-time devDependencies when edited source must be rebuilt, explicitly enable selectable Terminal text, and disable desktop mouse-drag scrolling in shared Lynx page config.
8+
39
## 0.0.5
410

511
### Patch Changes

showcases/floating-clock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lynxtron-examples/floating-clock",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)