@getcoherent/core 0.6.43 → 0.6.45

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6383,7 +6383,7 @@ ${productColumn}
6383
6383
  ${companyColumn}
6384
6384
  </div>
6385
6385
  <div className="flex items-center justify-between border-t py-6 text-xs text-muted-foreground">
6386
- <p>{'\xA9'} {new Date().getFullYear()} ${appName}. All rights reserved.</p>
6386
+ <p>\xA9 {new Date().getFullYear()} ${appName}. All rights reserved.</p>
6387
6387
  <div className="flex gap-4">
6388
6388
  <span>Privacy Policy</span>
6389
6389
  <span>Terms of Service</span>
@@ -8002,7 +8002,7 @@ export function Footer() {
8002
8002
  </div>
8003
8003
  </div>
8004
8004
  <div className="border-t py-6 text-center text-xs text-muted-foreground">
8005
- {'\\u00A9'} {new Date().getFullYear()} Coherent Design Method. All rights reserved.
8005
+ \xA9 {new Date().getFullYear()} Coherent Design Method. All rights reserved.
8006
8006
  </div>
8007
8007
  </div>
8008
8008
  </footer>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.6.43",
6
+ "version": "0.6.45",
7
7
  "description": "Core design system engine for Coherent",
8
8
  "type": "module",
9
9
  "main": "./dist/index.js",