Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📕 docs(none): 6.23.2 release #2634

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions sources/@repo/docs/content/releases/6.23.2.md
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
46 changes: 46 additions & 0 deletions sources/@repo/docs/content/releases/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
}
]
Loading
Loading