Skip to content

Commit 238b102

Browse files
chore: Versions packages for latest changesets (#8)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 195b448 commit 238b102

5 files changed

+9
-16
lines changed

.changeset/brown-hotels-march.md

-5
This file was deleted.

.changeset/hungry-news-enjoy.md

-5
This file was deleted.

.changeset/little-dolphins-sleep.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @taskless/loader
22

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- 7a4a5a3: Fixes issue where types were not available in taskless/core
8+
- 8d3036a: Introduces packCheck, a developer tool for validating your Lua packs confirm to the Taskless specification
9+
- 8d3036a: BREAKING: Default packs must be opted-in via the programatic API. This change was introduced so that in local programatic development (and when running "packCheck") you are not forced to adopt the default packages. In the autoloading path, the call to addDefaultPacks happens automatically.
10+
311
## 0.0.18
412

513
### Patch Changes

package.json

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

0 commit comments

Comments
 (0)