@codefast/ui 0.3.1-canary.1 → 0.3.1-canary.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.1-canary.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cbed3bb`](https://github.com/codefastlabs/codefast/commit/cbed3bb9df899faa4dc4291bc1613693d2c58844) Thanks [@thevuong](https://github.com/thevuong)! - fix(cli): correct binary path and version retrieval logic
8
+
9
+ - [`5fa666f`](https://github.com/codefastlabs/codefast/commit/5fa666fb88548b602373bc070d656a116556e6e2) Thanks [@thevuong](https://github.com/thevuong)! - fix(dependencies): update multiple dependencies to latest versions
10
+
11
+ - [`945bed9`](https://github.com/codefastlabs/codefast/commit/945bed90196b54e414d4f2817cdfeff41a3ef280) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): add `codefast` CLI package with initial features
12
+
13
+ - [`e3a843f`](https://github.com/codefastlabs/codefast/commit/e3a843f4f4d3bc9df8701a645b4dbdfba4f41086) Thanks [@thevuong](https://github.com/thevuong)! - feat(cli): add files field to package.json for better packaging
14
+
15
+ - Updated dependencies [[`cbed3bb`](https://github.com/codefastlabs/codefast/commit/cbed3bb9df899faa4dc4291bc1613693d2c58844), [`5fa666f`](https://github.com/codefastlabs/codefast/commit/5fa666fb88548b602373bc070d656a116556e6e2), [`945bed9`](https://github.com/codefastlabs/codefast/commit/945bed90196b54e414d4f2817cdfeff41a3ef280), [`e3a843f`](https://github.com/codefastlabs/codefast/commit/e3a843f4f4d3bc9df8701a645b4dbdfba4f41086)]:
16
+ - @codefast-ui/progress-circle@0.3.1-canary.2
17
+ - @codefast-ui/checkbox-group@0.3.1-canary.2
18
+ - @codefast-ui/input-number@0.3.1-canary.2
19
+ - @codefast-ui/input@0.3.1-canary.2
20
+ - @codefast/hooks@0.3.1-canary.2
21
+
3
22
  ## 0.3.1-canary.1
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.1-canary.1",
3
+ "version": "0.3.1-canary.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },
@@ -779,15 +779,15 @@
779
779
  "tailwind-merge": "^3.2.0",
780
780
  "tailwind-variants": "^1.0.0",
781
781
  "vaul": "^1.1.2",
782
- "@codefast-ui/checkbox-group": "0.3.1-canary.1",
783
- "@codefast-ui/input": "0.3.1-canary.1",
784
- "@codefast-ui/input-number": "0.3.1-canary.1",
785
- "@codefast-ui/progress-circle": "0.3.1-canary.1",
786
- "@codefast/hooks": "0.3.1-canary.1"
782
+ "@codefast-ui/input": "0.3.1-canary.2",
783
+ "@codefast-ui/input-number": "0.3.1-canary.2",
784
+ "@codefast-ui/checkbox-group": "0.3.1-canary.2",
785
+ "@codefast/hooks": "0.3.1-canary.2",
786
+ "@codefast-ui/progress-circle": "0.3.1-canary.2"
787
787
  },
788
788
  "devDependencies": {
789
789
  "@rsbuild/plugin-react": "^1.2.0",
790
- "@rslib/core": "^0.6.3",
790
+ "@rslib/core": "^0.6.4",
791
791
  "@swc/core": "^1.11.21",
792
792
  "@swc/jest": "^0.2.37",
793
793
  "@tailwindcss/postcss": "^4.1.4",
@@ -806,8 +806,8 @@
806
806
  "tailwindcss": "^4.1.4",
807
807
  "ts-node": "^10.9.2",
808
808
  "typescript": "^5.8.3",
809
- "@codefast/eslint-config": "0.3.1-canary.1",
810
- "@codefast/typescript-config": "0.3.1-canary.1"
809
+ "@codefast/eslint-config": "0.3.1-canary.2",
810
+ "@codefast/typescript-config": "0.3.1-canary.2"
811
811
  },
812
812
  "peerDependencies": {
813
813
  "@types/react": "*",
@@ -847,7 +847,7 @@
847
847
  "check-types": "tsc --noEmit",
848
848
  "clean": "rimraf node_modules dist",
849
849
  "dev": "rslib build --watch",
850
- "lint": "eslint --max-warnings 0",
850
+ "lint": "eslint --cache --max-warnings 0",
851
851
  "lint:inspect": "npx @eslint/config-inspector@latest"
852
852
  }
853
853
  }