@buerokratt-ria/common-gui-components 0.0.7 → 0.0.8

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 +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
  All changes to this project will be documented in this file.
3
3
  ## Template [MajorVersion.MediterraneanVersion.MinorVersion] - DD-MM-YYYY
4
4
 
5
+ ## [0.0.8] - 21-03-2025
6
+
7
+ - Fixated markdown-to-jsx to version 7.7.3
8
+
5
9
  ## [0.0.7] - 19-03-2025
6
10
 
7
11
  - Fixed End-user messages not visible in chat history
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/common-gui-components",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Common GUI components and pre defined templates.",
5
5
  "main": "index.ts",
6
6
  "author": "ExiRai",
@@ -34,7 +34,7 @@
34
34
  "linkify-react": "^4.1.1",
35
35
  "linkifyjs": "^4.1.1",
36
36
  "lodash": "^4.17.21",
37
- "markdown-to-jsx": "^7.5.0",
37
+ "markdown-to-jsx": "7.7.3",
38
38
  "react": "^18.2.0",
39
39
  "react-color": "^2.19.3",
40
40
  "react-cookie": "^4.1.1",
@@ -88,7 +88,7 @@
88
88
  "linkify-react": "^4.1.1",
89
89
  "linkifyjs": "^4.1.1",
90
90
  "lodash": "^4.17.21",
91
- "markdown-to-jsx": "^7.5.0",
91
+ "markdown-to-jsx": "7.7.3",
92
92
  "react": "^18.2.0",
93
93
  "react-color": "^2.19.3",
94
94
  "react-cookie": "^4.1.1",