Skip to content

Commit

Permalink
Merge branch 'master' into add_x64_musl_and_arm_release_targets
Browse files Browse the repository at this point in the history
  • Loading branch information
thedodd authored Jul 7, 2023
2 parents 3e2f4ee + 6be23c4 commit 3a1f8c1
Show file tree
Hide file tree
Showing 19 changed files with 1,273 additions and 789 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ This changelog follows the patterns described here: https://keepachangelog.com/e
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.

## Unreleased
### fixed
- Add missing `tools.tailwindcss` setting to configure the version of the Tailwindcss CLI to download.

## 0.17.1
### changed
- Updated the default tool versions for wasm-bindgen, tailwind, sass, and wasm-opt.
- Update Trunk deps (should not have any functional implications).
- Update deps of all example projects.
- When resolving tools, do not abort if entries in the tool's extra paths list do not exist. This will happen naturally as part of the development of tools. Instead, we just log a warning.

## 0.17.0
### added
- Added `data-target-path` to `copy-dir`.
- Allow processing `<script>` tags with the asset pipeline.
Expand Down
Loading

0 comments on commit 3a1f8c1

Please sign in to comment.