Skip to content

Commit c31d76f

Browse files
Version Packages
1 parent 48d0283 commit c31d76f

File tree

12 files changed

+65
-37
lines changed

12 files changed

+65
-37
lines changed

.changeset/parse5-portability.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/release-lix-sdk.md

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @lix-js/html-diff
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b785bbd: Switch HTML diff parsing from the browser-only `DOMParser` to server-friendly `parse5` so the library can run in Node, workers, and other isomorphic environments without DOM shims.

packages/lix/html-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lix-js/html-diff",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"publishConfig": {

packages/lix/plugin-csv/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lix-js/plugin-csv
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [68a939b]
8+
- @lix-js/sdk@0.5.0
9+
310
## 0.1.9
411

512
### Patch Changes

packages/lix/plugin-csv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.1.9",
7+
"version": "0.1.10",
88
"license": "Apache-2.0",
99
"types": "./dist/index.d.ts",
1010
"exports": {

packages/lix/plugin-json/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lix-js/plugin-json
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [68a939b]
8+
- @lix-js/sdk@0.5.0
9+
310
## 0.1.8
411

512
### Patch Changes

packages/lix/plugin-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.0.0-preview.0",
7+
"version": "1.0.0",
88
"license": "Apache-2.0",
99
"types": "./dist/index.d.ts",
1010
"exports": {
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @lix-js/plugin-md
2+
3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b785bbd]
8+
- Updated dependencies [68a939b]
9+
- @lix-js/html-diff@0.1.0
10+
- @lix-js/sdk@0.5.0
11+
- @opral/markdown-wc@0.5.0

packages/lix/plugin-md/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@lix-js/plugin-md",
33
"type": "module",
44
"private": true,
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"license": "Apache-2.0",
77
"exports": {
88
".": "./dist/index.js"

0 commit comments

Comments
 (0)