Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fluffy-boxes-love.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/funny-peas-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-singers-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pumas-cry.md

This file was deleted.

39 changes: 0 additions & 39 deletions .changeset/lazy-kids-attend.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lemon-crabs-invent.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/many-spiders-drop.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/modern-vans-fix.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/nasty-dots-trade.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/red-eagles-remember.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/silly-readers-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-guests-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-steaks-hear.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/thick-kangaroos-leave.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/parcel-optimizer-electron-require/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @wuespace/parcel-optimizer-electron-require

## 0.19.0

### Minor Changes

- Move the monorepo build tooling to Parcel/`pnpm`

This primarily affects the development within the `telestion-client` monorepo and shouldn't affect available APIs (unless otherwise specified in the changelog).

It might, however, cause changes in the resulting format of the distributed files.

- Initial release as part of the Parcel migration
2 changes: 1 addition & 1 deletion packages/parcel-optimizer-electron-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/parcel-optimizer-electron-require",
"description": "Parcel Optimizer Plugin that polyfills the require function in an electron context",
"license": "MIT",
"version": "0.18.1",
"version": "0.19.0",
"homepage": "https://telestion.wuespace.de/",
"source": "src/optimizer.ts",
"main": "dist/optimizer.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/parcel-reporter-tc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @wuespace/parcel-reporter-tc-cli

## 0.19.0

### Minor Changes

- Move the monorepo build tooling to Parcel/`pnpm`

This primarily affects the development within the `telestion-client` monorepo and shouldn't affect available APIs (unless otherwise specified in the changelog).

It might, however, cause changes in the resulting format of the distributed files.

- Initial release as part of the Parcel migration
2 changes: 1 addition & 1 deletion packages/parcel-reporter-tc-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/parcel-reporter-tc-cli",
"description": "Parcel Reporter Plugin that configures Parcel to interact with tc-cli",
"license": "MIT",
"version": "0.18.1",
"version": "0.19.0",
"homepage": "https://telestion.wuespace.de/",
"source": "src/reporter.ts",
"main": "dist/reporter.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/parcel-resolver-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @wuespace/parcel-resolver-react

## 0.19.0

### Minor Changes

- Move the monorepo build tooling to Parcel/`pnpm`

This primarily affects the development within the `telestion-client` monorepo and shouldn't affect available APIs (unless otherwise specified in the changelog).

It might, however, cause changes in the resulting format of the distributed files.

- Initial release as part of the Parcel migration
2 changes: 1 addition & 1 deletion packages/parcel-resolver-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wuespace/parcel-resolver-react",
"description": "Parcel Resolver Plugin that resolves React from the Project root",
"license": "MIT",
"version": "0.18.1",
"version": "0.19.0",
"homepage": "https://telestion.wuespace.de/",
"source": "src/resolver.ts",
"main": "dist/resolver.js",
Expand Down
Loading