@window-splitter/solid 0.8.2 → 0.8.3
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.8.3 (Tue Apr 29 2025)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- fix repo links ([@hipstersmoothie](https://github.com/hipstersmoothie))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.8.2 (Tue Apr 29 2025)
|
|
2
14
|
|
|
3
15
|
#### ⚠️ Pushed to `main`
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@window-splitter/solid",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.8.
|
|
5
|
+
"version": "0.8.3",
|
|
6
6
|
"description": "A WAI-ARIA compliant window splitter for Solid.",
|
|
7
7
|
"repository": {
|
|
8
|
-
"url": "https://github.com/hipstersmoothie/
|
|
8
|
+
"url": "https://github.com/hipstersmoothie/window-splitter",
|
|
9
9
|
"directory": "packages/solid"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@chromatic-com/storybook": "^1.6.1",
|
|
34
|
-
"@internal/eslint-config": "0.8.
|
|
34
|
+
"@internal/eslint-config": "0.8.3",
|
|
35
35
|
"@rsbuild/core": "^1.3.12",
|
|
36
36
|
"@rsdoctor/rspack-plugin": "^1.0.2",
|
|
37
37
|
"@solidjs/testing-library": "^0.8.10",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"solid-js": ">=1.x"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@window-splitter/interface": "0.8.
|
|
65
|
-
"@window-splitter/state": "0.8.
|
|
64
|
+
"@window-splitter/interface": "0.8.3",
|
|
65
|
+
"@window-splitter/state": "0.8.3"
|
|
66
66
|
},
|
|
67
67
|
"tshy": {
|
|
68
68
|
"exclude": [
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"plugin:storybook/recommended"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "1077098bdb58130b37010620ffd58e1b3a5a3db9"
|
|
103
103
|
}
|