-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ebfb53a
commit fea9615
Showing
3 changed files
with
92 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
slug: "6.23.2" | ||
title: "6.23.2" | ||
description: Release notes for bud.js 6.23.2 | ||
date: 2024-08-09T06:58:41Z | ||
author: kellymears | ||
author_title: Developer | ||
author_url: https://github.com/kellymears | ||
author_image_url: https://avatars.githubusercontent.com/u/397606?v=4 | ||
tags: | ||
- release | ||
- 6 | ||
- 6.23 | ||
--- | ||
|
||
<!--This file is generated--> | ||
|
||
Fixes an error when using `@roots/bud-typescript` in combination with `@roots/bud-vue`. Adds a new method which removes the `_DEFAULT` suffix from tailwind color values in generated WordPress theme.json files. Various security patches and transitive dependency updates. | ||
|
||
<!--truncate--> | ||
|
||
## What's Changed | ||
|
||
* ✨ feat(minor): add bud.wp.json.removeDefaultSuffix by @kellymears in https://github.com/roots/bud/pull/2627 | ||
* 🩹 fix(minor): fix ts/vue error by @kellymears in https://github.com/roots/bud/pull/2623 | ||
* 📦 deps(patch): upgrade eslint-webpack-plugin by @kellymears in https://github.com/roots/bud/pull/2620 | ||
* 📦 deps(patch): upgrade dependencies (minor) by @kellymears in https://github.com/roots/bud/pull/2618 | ||
* 📦 deps(minor): upgrade non-breaking dependencies by @kellymears in https://github.com/roots/bud/pull/2628 | ||
|
||
**Full Changelog**: https://github.com/roots/bud/compare/v6.23.1...v6.23.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.