stream-mdx 0.0.3 → 0.1.0
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.
- package/CHANGELOG.md +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# stream-mdx
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 294e557: Release StreamMDX 0.1.0 across all published packages.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [294e557]
|
|
12
|
+
- @stream-mdx/core@0.1.0
|
|
13
|
+
- @stream-mdx/react@0.1.0
|
|
14
|
+
- @stream-mdx/worker@0.1.0
|
|
15
|
+
- @stream-mdx/plugins@0.1.0
|
|
16
|
+
|
|
3
17
|
## 0.0.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stream-mdx",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "StreamMDX convenience package (re-exports @stream-mdx/*).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -114,10 +114,10 @@
|
|
|
114
114
|
"prepack": "npm run build"
|
|
115
115
|
},
|
|
116
116
|
"dependencies": {
|
|
117
|
-
"@stream-mdx/core": "0.0
|
|
118
|
-
"@stream-mdx/plugins": "0.0
|
|
119
|
-
"@stream-mdx/react": "0.0
|
|
120
|
-
"@stream-mdx/worker": "0.0
|
|
117
|
+
"@stream-mdx/core": "0.1.0",
|
|
118
|
+
"@stream-mdx/plugins": "0.1.0",
|
|
119
|
+
"@stream-mdx/react": "0.1.0",
|
|
120
|
+
"@stream-mdx/worker": "0.1.0"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"react": ">=18.2.0",
|