Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Feb 11, 2025
1 parent f18a21d commit 6f738fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BREAKING_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
For older changelogs, see https://github.com/udecode/plate/blob/main/docs
For older changelogs, see https://github.com/udecode/plate/blob/main/tooling

# 44.0.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can learn more about Plate by checking out our [documentation](https://plate

## Contributing

To get started, check out our [contributing guide](docs/CONTRIBUTING.md).
To get started, check out our [contributing guide](tooling/CONTRIBUTING.md).

### Contributors

Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/components/code-block-command.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function CodeBlockCommand({
>
<div className="flex items-center justify-between border-b border-zinc-800 bg-zinc-900 px-3 pt-2.5">
<TabsList className="h-7 translate-y-[2px] gap-3 bg-transparent p-0 pl-1">
{Object.entries(tabs).map(([key, value]) => {
{Object.entries(tabs).map(([key]) => {
return (
<TabsTrigger
key={key}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadcx",
"version": "0.2.0-next.2",
"version": "0.2.0",
"description": "Add Plate components to your apps.",
"keywords": [
"components",
Expand Down

0 comments on commit 6f738fb

Please sign in to comment.