Skip to content

Commit 7844ffd

Browse files
committed
Merge branch 'develop'
2 parents 76371a1 + 7c71169 commit 7844ffd

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Inject own custom font and other global styles.
259259
const globalStyles = `
260260
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
261261
262-
/* Available in sponsors plan */
262+
/* Available in PRO plan */
263263
.planby {
264264
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica,
265265
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
@@ -861,7 +861,7 @@ import {
861861
862862
## License
863863
864-
Custom License - All Rights Reserved. [See `LICENSE` for more information](https://planby.app/docs/planby-pro-license.pdf).
864+
Custom License - All Rights Reserved. [See `LICENSE` for more information](https://planby.app/docs/planby-license.pdf).
865865
866866
## Contact
867867

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
{
22
"name": "planby",
33
"author": "Karol Kozer",
4-
"version": "1.1.4",
5-
"license": "MIT",
4+
"version": "1.1.6",
5+
"license": "Custom License",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/karolkozer/planby"
99
},
10-
"homepage": "https://planby.netlify.app",
10+
"homepage": "https://planby.app",
1111
"funding": {
1212
"type": "opencollective",
1313
"url": "https://opencollective.com/planby"
1414
},
1515
"main": "dist/index.js",
1616
"typings": "dist/index.d.ts",
1717
"files": [
18-
"dist",
19-
"src"
18+
"dist"
2019
],
2120
"engines": {
2221
"node": ">=10"

0 commit comments

Comments
 (0)