@getcoherent/core 0.3.2 → 0.3.4

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5836,7 +5836,7 @@ export function Footer() {
5836
5836
  return (
5837
5837
  <footer className="border-t">
5838
5838
  <div className="mx-auto flex h-14 max-w-7xl items-center justify-between px-4 text-sm text-muted-foreground sm:px-6 lg:px-8">
5839
- <p>\\u00A9 {new Date().getFullYear()} ${appName}</p>
5839
+ <p>{'\xA9'} {new Date().getFullYear()} ${appName}</p>
5840
5840
  <p className="hidden sm:block">Built with Coherent Design Method</p>
5841
5841
  </div>
5842
5842
  </footer>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.2",
6
+ "version": "0.3.4",
7
7
  "description": "Core design system engine for Coherent",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",