@appquality/unguess-design-system 3.1.110 → 3.1.112

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/CHANGELOG.md +24 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v3.1.112 (Wed Oct 02 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: Fix stream player to last working version [#418](https://github.com/AppQuality/unguess-design-system/pull/418) ([@d-beezee](https://github.com/d-beezee))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@d-beezee](https://github.com/d-beezee)
10
+
11
+ ---
12
+
13
+ # v3.1.111 (Wed Oct 02 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - fix: Add tiptap text-style dependency [#417](https://github.com/AppQuality/unguess-design-system/pull/417) ([@d-beezee](https://github.com/d-beezee))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@d-beezee](https://github.com/d-beezee)
22
+
23
+ ---
24
+
1
25
  # v3.1.110 (Wed Oct 02 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.1.110",
3
+ "version": "3.1.112",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "homepage": "https://github.com/AppQuality/unguess-design-system#readme",
27
27
  "dependencies": {
28
- "@appquality/stream-player": "^1.0.6",
28
+ "@appquality/stream-player": "1.0.6",
29
29
  "@nivo/bar": "^0.80.0",
30
30
  "@nivo/bullet": "^0.80.0",
31
31
  "@nivo/core": "^0.80.0",
@@ -45,6 +45,7 @@
45
45
  "@tiptap/extension-link": "2.2.4",
46
46
  "@tiptap/extension-mention": "2.2.4",
47
47
  "@tiptap/extension-placeholder": "2.2.4",
48
+ "@tiptap/extension-text-style": "2.2.4",
48
49
  "@tiptap/extension-typography": "2.2.4",
49
50
  "@tiptap/pm": "2.2.4",
50
51
  "@tiptap/react": "2.2.4",