diff --git a/sources/@repo/docs/content/releases/6.23.2.md b/sources/@repo/docs/content/releases/6.23.2.md new file mode 100644 index 0000000000..e50a9c3a63 --- /dev/null +++ b/sources/@repo/docs/content/releases/6.23.2.md @@ -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 +--- + + + +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. + + + +## 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 diff --git a/sources/@repo/docs/content/releases/data.json b/sources/@repo/docs/content/releases/data.json index c68c8d9f78..2e9de3d015 100644 --- a/sources/@repo/docs/content/releases/data.json +++ b/sources/@repo/docs/content/releases/data.json @@ -1647,5 +1647,51 @@ "patch": 1, "semver": "6.23.1", "tags": "[release, 6, 6.23]" + }, + { + "url": "https://api.github.com/repos/roots/bud/releases/169456892", + "assets_url": "https://api.github.com/repos/roots/bud/releases/169456892/assets", + "upload_url": "https://uploads.github.com/repos/roots/bud/releases/169456892/assets{?name,label}", + "html_url": "https://github.com/roots/bud/releases/tag/v6.23.2", + "id": 169456892, + "author": { + "login": "kellymears", + "id": 397606, + "node_id": "MDQ6VXNlcjM5NzYwNg==", + "avatar_url": "https://avatars.githubusercontent.com/u/397606?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/kellymears", + "html_url": "https://github.com/kellymears", + "followers_url": "https://api.github.com/users/kellymears/followers", + "following_url": "https://api.github.com/users/kellymears/following{/other_user}", + "gists_url": "https://api.github.com/users/kellymears/gists{/gist_id}", + "starred_url": "https://api.github.com/users/kellymears/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/kellymears/subscriptions", + "organizations_url": "https://api.github.com/users/kellymears/orgs", + "repos_url": "https://api.github.com/users/kellymears/repos", + "events_url": "https://api.github.com/users/kellymears/events{/privacy}", + "received_events_url": "https://api.github.com/users/kellymears/received_events", + "type": "User", + "site_admin": false + }, + "node_id": "RE_kwDOEDXd_84KGbT8", + "tag_name": "v6.23.2", + "target_commitish": "main", + "name": "6.23.2", + "draft": false, + "prerelease": false, + "created_at": "2024-08-09T06:50:18Z", + "published_at": "2024-08-09T06:58:41Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/roots/bud/tarball/v6.23.2", + "zipball_url": "https://api.github.com/repos/roots/bud/zipball/v6.23.2", + "body": "## What's Changed\r\n\r\n* ✨ feat(minor): add bud.wp.json.removeDefaultSuffix by @kellymears in https://github.com/roots/bud/pull/2627\r\n* 🩹 fix(minor): fix ts/vue error by @kellymears in https://github.com/roots/bud/pull/2623\r\n* 📦 deps(patch): upgrade eslint-webpack-plugin by @kellymears in https://github.com/roots/bud/pull/2620\r\n* 📦 deps(patch): upgrade dependencies (minor) by @kellymears in https://github.com/roots/bud/pull/2618\r\n* 📦 deps(minor): upgrade non-breaking dependencies by @kellymears in https://github.com/roots/bud/pull/2628\r\n\r\n**Full Changelog**: https://github.com/roots/bud/compare/v6.23.1...v6.23.2", + "mentions_count": 1, + "intro": "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.", + "major": 6, + "minor": 23, + "patch": 2, + "semver": "6.23.2", + "tags": "[release, 6, 6.23]" } ] \ No newline at end of file