@rendiv/google-fonts 0.1.1 → 0.1.3

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/LICENSE +1 -1
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -176,7 +176,7 @@
176
176
 
177
177
  END OF TERMS AND CONDITIONS
178
178
 
179
- Copyright 2025 Rendiv Contributors
179
+ Copyright 2026 Rendiv Contributors
180
180
 
181
181
  Licensed under the Apache License, Version 2.0 (the "License");
182
182
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendiv/google-fonts",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "peerDependencies": {
20
20
  "react": "^18.0.0 || ^19.0.0",
21
- "@rendiv/core": "0.1.1"
21
+ "@rendiv/core": "0.1.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/react": "^19.0.0",
@@ -27,7 +27,7 @@
27
27
  "vite-plugin-dts": "^4.3.0",
28
28
  "typescript": "^5.7.0",
29
29
  "@rendiv/tsconfig": "0.0.0",
30
- "@rendiv/core": "0.1.1"
30
+ "@rendiv/core": "0.1.3"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "vite build",