@window-splitter/interface 0.8.1 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @window-splitter/interface@0.8.0 build /Users/andrew/Documents/react-window-splitter/packages/interface
3
+ > @window-splitter/interface@0.8.2 build /Users/andrew/Documents/react-window-splitter/packages/interface
4
4
  > tshy
5
5
 
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.7.0 (Mon Apr 28 2025)
2
14
 
3
15
  ### Release Notes
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/interface",
4
4
  "sideEffects": false,
5
- "version": "0.8.1",
5
+ "version": "0.8.3",
6
6
  "description": "Shared component interface for window splitter components",
7
7
  "homepage": "https://react-window-splitter-six.vercel.app",
8
8
  "repository": {
9
- "url": "https://github.com/hipstersmoothie/react-splitter",
9
+ "url": "https://github.com/hipstersmoothie/window-splitter",
10
10
  "directory": "packages/interface"
11
11
  },
12
12
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
- "@internal/eslint-config": "0.8.1",
30
+ "@internal/eslint-config": "0.8.3",
31
31
  "@testing-library/jest-dom": "^6.4.8",
32
32
  "eslint": "^9.9.0",
33
33
  "tshy": "^3.0.2",
@@ -35,7 +35,7 @@
35
35
  "vitest": "^3.1.2"
36
36
  },
37
37
  "dependencies": {
38
- "@window-splitter/state": "0.8.1"
38
+ "@window-splitter/state": "0.8.3"
39
39
  },
40
40
  "tshy": {
41
41
  "exclude": [
@@ -79,5 +79,5 @@
79
79
  "window"
80
80
  ],
81
81
  "types": "./dist/commonjs/index.d.ts",
82
- "gitHead": "be40a743246673f1f2d663a428121fa2823c8e00"
82
+ "gitHead": "1077098bdb58130b37010620ffd58e1b3a5a3db9"
83
83
  }