Skip to content

Commit

Permalink
Merge pull request #3634 from udecode/templates-39
Browse files Browse the repository at this point in the history
Templates v39
  • Loading branch information
zbeyens authored Oct 14, 2024
2 parents 3f92238 + d85e5ad commit f4d670e
Show file tree
Hide file tree
Showing 75 changed files with 3,696 additions and 3,143 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

packages/cli/components
**/tsconfig.tsbuildinfo

.yarn/*
Expand Down
3 changes: 1 addition & 2 deletions apps/www/src/registry/default/plate-ui/toc-element.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { cn } from '@udecode/cn';
import { cn, withRef } from '@udecode/cn';
import {
useTocElement,
useTocElementState,
} from '@udecode/plate-heading/react';
import { withRef } from '@udecode/react-utils';
import { cva } from 'class-variance-authority';

import { Button } from './button';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"@types/node": "^22.5.4",
"@types/prismjs": "^1.26.4",
"@types/raf": "^3.4.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/validator": "^13.12.1",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
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.0.1",
"version": "0.0.2",
"description": "Add Plate components to your apps.",
"keywords": [
"components",
Expand Down
Loading

0 comments on commit f4d670e

Please sign in to comment.