Skip to content

Commit 945ef9e

Browse files
chore: Versions packages for latest changesets (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a086b4 commit 945ef9e

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/slimy-donkeys-cheat.md

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

CHANGELOG.md

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

3+
## 0.0.30
4+
5+
### Patch Changes
6+
7+
- d464263: BREAKING Fixes axios bug & removes default pack configuration
8+
9+
- Fixes an issue with axios that caused an error when native fetch would decompress a response but leave headers intact
10+
- Removed the default "core" pack. This caused confusion where users thought they were using the core pack instead of the bundled pack, resulting in no dashboards on taskless.io. The `addDefaultPacks` method was also removed
11+
- If you were using a default pack, you will need to manually download the manifest from https://data.tskl.es/public/config for use in your application.
12+
313
## 0.0.29
414

515
### 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.29",
4+
"version": "0.0.30",
55
"author": "Taskless",
66
"license": "Apache-2.0",
77
"repository": "taskless/loader-js",

0 commit comments

Comments
 (0)