@getcoherent/cli 0.3.0 → 0.3.1

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/dist/index.js +5 -5
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1019,8 +1019,8 @@ export default function HomePage() {
1019
1019
  </div>
1020
1020
  </section>
1021
1021
 
1022
- {/* Footer */}
1023
- <footer className="border-t pt-8 pb-8 mt-auto">
1022
+ {/* Footer links (shared Footer component provides the main footer) */}
1023
+ <div className="border-t pt-8 pb-8 mt-auto">
1024
1024
  <div className="flex flex-col items-center gap-5 px-4">
1025
1025
  <div className="flex items-center gap-3">
1026
1026
  <div className="flex size-8 items-center justify-center rounded-lg bg-primary text-primary-foreground shrink-0">
@@ -1028,7 +1028,7 @@ export default function HomePage() {
1028
1028
  </div>
1029
1029
  <span className="text-sm font-semibold">Coherent Design Method</span>
1030
1030
  </div>
1031
- <nav className="flex flex-wrap items-center justify-center gap-x-6 gap-y-2">
1031
+ <div className="flex flex-wrap items-center justify-center gap-x-6 gap-y-2">
1032
1032
  <a
1033
1033
  href="https://getcoherent.design"
1034
1034
  target="_blank"
@@ -1046,7 +1046,7 @@ export default function HomePage() {
1046
1046
  <a href="#" className="text-xs text-muted-foreground hover:text-foreground transition-colors">
1047
1047
  Privacy Policy
1048
1048
  </a>
1049
- </nav>
1049
+ </div>
1050
1050
  <p className="text-xs text-muted-foreground">
1051
1051
  \xA9 {new Date().getFullYear()}{' '}
1052
1052
  <a
@@ -1059,7 +1059,7 @@ export default function HomePage() {
1059
1059
  </a>
1060
1060
  </p>
1061
1061
  </div>
1062
- </footer>
1062
+ </div>
1063
1063
  </div>
1064
1064
  )
1065
1065
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.0",
6
+ "version": "0.3.1",
7
7
  "description": "CLI interface for Coherent Design Method",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "ora": "^7.0.1",
44
44
  "prompts": "^2.4.2",
45
45
  "zod": "^3.22.4",
46
- "@getcoherent/core": "0.3.0"
46
+ "@getcoherent/core": "0.3.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^20.11.0",