@cocreate/text 1.26.0 → 1.26.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.26.2](https://github.com/CoCreate-app/CoCreate-text/compare/v1.26.1...v1.26.2) (2024-02-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Removed https://cdn.cocreate.app/latest/CoCreate.min.css ([a45eeae](https://github.com/CoCreate-app/CoCreate-text/commit/a45eeae3a513060f4795720f3ff549eb4cb54b14))
7
+
8
+ ## [1.26.1](https://github.com/CoCreate-app/CoCreate-text/compare/v1.26.0...v1.26.1) (2023-12-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * typo ([1bd234a](https://github.com/CoCreate-app/CoCreate-text/commit/1bd234aab34e1b0ef0da7aeb2f872259926507d7))
14
+
1
15
  # [1.26.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.25.0...v1.26.0) (2023-11-25)
2
16
 
3
17
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ A simple text component in vanilla javascript. Easily configured using HTML5 att
6
6
  ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7
7
  ![brotli](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?compression=brotli&style=flat-square&label=brotli)
8
8
  ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-text?style=flat-square)
9
- ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-metrics-server?style=flat-square)
9
+ ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-text?style=flat-square)
10
10
  ![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=AGPL-3.0&color=green)
11
11
  ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
12
12
 
@@ -14,11 +14,6 @@
14
14
  property="og:image"
15
15
  content="https://cdn.cocreate.app/docs/action.png" />
16
16
 
17
- <!-- CoCreate CSS -->
18
- <link
19
- rel="stylesheet"
20
- href="https://cdn.cocreate.app/latest/CoCreate.min.css"
21
- type="text/css" />
22
17
  <link
23
18
  rel="stylesheet"
24
19
  href="/index.css"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.26.0",
3
+ "version": "1.26.2",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",