@operato/popup 9.0.51 → 9.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 +8 -0
- package/package.json +6 -7
- package/bundle.js +0 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [9.1.0](https://github.com/hatiolab/operato/compare/v9.0.35...v9.1.0) (2025-09-16)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @operato/popup
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
### [9.0.34](https://github.com/hatiolab/operato/compare/v9.0.33...v9.0.34) (2025-09-15)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @operato/popup
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/popup",
|
3
3
|
"description": "Webcomponent popup following open-wc recommendations",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "9.0
|
5
|
+
"version": "9.1.0",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
@@ -59,13 +59,12 @@
|
|
59
59
|
"test": "tsc && wtr --coverage",
|
60
60
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
|
61
61
|
"storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
|
62
|
-
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
63
|
-
"postinstall": "node bundle.js"
|
62
|
+
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
64
63
|
},
|
65
64
|
"dependencies": {
|
66
65
|
"@material/web": "^2.0.0",
|
67
|
-
"@operato/styles": "^9.0
|
68
|
-
"@operato/utils": "^9.0
|
66
|
+
"@operato/styles": "^9.1.0",
|
67
|
+
"@operato/utils": "^9.1.0",
|
69
68
|
"lit": "^3.1.2",
|
70
69
|
"sortablejs": "^1.15.2"
|
71
70
|
},
|
@@ -102,5 +101,5 @@
|
|
102
101
|
"prettier --write"
|
103
102
|
]
|
104
103
|
},
|
105
|
-
"gitHead": "
|
106
|
-
}
|
104
|
+
"gitHead": "27d9ba9b6e9f811561b92235903d9f620f203797"
|
105
|
+
}
|