@rcarls/rc-textarea-plugin-markdown 0.4.0 → 0.4.2

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ # @rcarls/rc-textarea-plugin-markdown
2
+
3
+ ## 0.4.2
4
+
5
+ ## 0.4.1
6
+
7
+ ## 0.4.0
8
+
9
+ ## 0.3.2
10
+
11
+ ## 0.3.1
12
+
13
+ ## 0.3.0
14
+
15
+ ### Changed
16
+
17
+ - Update package metadata, README intro, and docs links.
18
+
19
+ ### Fixed
20
+
21
+ - Fix Markdown code-block language updates.
22
+
23
+ ## 0.2.0
24
+
25
+ ### Patch Changes
26
+
27
+ - @rcarls/rc-textarea@0.2.0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.4.0",
6
+ "version": "0.4.2",
7
7
  "description": "Markdown decoration plugin for rc-textarea.",
8
8
  "repository": {
9
9
  "type": "git",
@@ -31,7 +31,7 @@
31
31
  "build": "tsc && vite build"
32
32
  },
33
33
  "devDependencies": {
34
- "@rcarls/rc-textarea": "workspace:*",
34
+ "@rcarls/rc-textarea": "0.4.2",
35
35
  "mdast-util-from-markdown": "^2.0.2",
36
36
  "micromark": "^4.0.2",
37
37
  "typescript": "~5.9.3",
@@ -40,9 +40,9 @@
40
40
  "vite-plugin-dts": "^4.5.4"
41
41
  },
42
42
  "peerDependencies": {
43
- "@rcarls/rc-textarea": "workspace:>=0.2.0 <1.0.0",
43
+ "@rcarls/rc-textarea": ">=0.2.0 <1.0.0",
44
44
  "mdast-util-from-markdown": ">=2.0.0",
45
45
  "micromark": ">=4.0.0",
46
46
  "unist-util-visit": ">=5.0.0"
47
47
  }
48
- }
48
+ }