@nx-extend/shadcn-ui 0.2.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ # [1.0.0](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@0.2.2...shadcn-ui@1.0.0) (2024-02-08)
6
+
7
+
8
+ ### Features
9
+
10
+ * Updated Nx ([db61114](https://github.com/TriPSs/nx-extend/commit/db61114abc4991ae0e66ade0660b2baee76263f0))
11
+
12
+
13
+ ### BREAKING CHANGES
14
+
15
+ * Updated Nx to version 18
16
+
17
+
18
+
19
+ ## [0.2.2](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@0.2.1...shadcn-ui@0.2.2) (2024-01-18)
20
+
21
+
22
+
5
23
  ## [0.2.1](https://github.com/TriPSs/nx-extend/compare/shadcn-ui@0.2.0...shadcn-ui@0.2.1) (2024-01-18)
6
24
 
7
25
 
package/README.md CHANGED
@@ -16,6 +16,7 @@ nx g @nx-extend/shadcn-ui:init
16
16
  ```
17
17
 
18
18
  After installation update your APPs `tailwind.config.ts` to this:
19
+
19
20
  ```ts
20
21
  import { buildConfig } from '../libs/<lib directory>/src/tailwind.config'
21
22
 
@@ -39,3 +40,9 @@ export const links: LinksFunction = () => [
39
40
  ```sh
40
41
  nx add <ui lib name> button
41
42
  ```
43
+
44
+ ## Updating the theme
45
+
46
+ The generated `global.css` uses the default shadcn/ui theme.
47
+ Using the shadcn/ui theme editor, you can effortlessly apply a different theme.
48
+ Explore available themes here: https://ui.shadcn.com/themes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx-extend/shadcn-ui",
3
- "version": "0.2.1",
3
+ "version": "1.0.0",
4
4
  "keywords": [
5
5
  "nx",
6
6
  "shadcn-ui"
@@ -18,23 +18,23 @@
18
18
  "devDependencies": {
19
19
  "class-variance-authority": "^0.7.0",
20
20
  "clsx": "^2.1.0",
21
- "lucide-react": "^0.312.0",
22
- "tailwind-merge": "^2.2.0",
21
+ "lucide-react": "^0.323.0",
22
+ "tailwind-merge": "^2.2.1",
23
23
  "tailwindcss-animate": "^1.0.7"
24
24
  },
25
25
  "builders": "./executors.json",
26
26
  "generators": "./generators.json",
27
27
  "dependencies": {
28
- "@nx/devkit": "17.2.7",
29
- "@nx/eslint": "17.2.7",
30
- "@nx/workspace": "17.2.7",
28
+ "@nx/devkit": "18.0.2",
29
+ "@nx/eslint": "18.0.2",
30
+ "@nx/workspace": "18.0.2",
31
31
  "class-variance-authority": "0.7.0",
32
32
  "clsx": "2.1.0",
33
- "lucide-react": "0.312.0",
33
+ "lucide-react": "0.323.0",
34
34
  "shelljs": "^0.8.5",
35
- "tailwind-merge": "2.2.0",
35
+ "tailwind-merge": "2.2.1",
36
36
  "tailwindcss-animate": "1.0.7",
37
- "@nx-extend/core": "5.2.1",
37
+ "@nx-extend/core": "6.0.0",
38
38
  "tslib": "2.6.2"
39
39
  },
40
40
  "type": "commonjs"