Skip to content

Commit 29dfc02

Browse files
chore: Versions packages for latest changesets (#18)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87b2b8f commit 29dfc02

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/odd-mayflies-compete.md

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

CHANGELOG.md

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

3+
## 0.0.28
4+
5+
### Patch Changes
6+
7+
- 87b2b8f: - BREAKING - Upgrades schema to pre2 - This change enables the new `pre2` schema which uses user configuration and pushes responsibility of capture to the individual wasm modules. This loader can run `pre1` wasm files and manifests without issue, but makes new endpoint requests for configuration. Modules requested with this version of the loader will automaticallt receivee `pre2` manifests upgraded through the web. Local manifests will need to be updated manually. Types are available in `src/__generated__` for inspection
8+
39
## 0.0.27
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taskless/loader",
33
"description": "Taskless Loader - Take control of your third party APIs",
4-
"version": "0.0.27",
4+
"version": "0.0.28",
55
"author": "Taskless",
66
"license": "Apache-2.0",
77
"repository": "taskless/loader-js",

0 commit comments

Comments
 (0)