We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaf9bc commit a8f5245Copy full SHA for a8f5245
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.0.10](https://github.com/agileago/vue3-oop/compare/v1.0.9...v1.0.10) (2024-11-13)
4
+
5
6
+### Bug Fixes
7
8
+* provideservice correct value ([eaaf9bc](https://github.com/agileago/vue3-oop/commit/eaaf9bc3d2b18ef98b98cb60645b568363f784a4))
9
10
## [1.0.9](https://github.com/agileago/vue3-oop/compare/v1.0.8...v1.0.9) (2024-10-17)
11
12
## [1.0.8](https://github.com/agileago/vue3-oop/compare/v1.0.7...v1.0.8) (2024-10-17)
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "1.0.9",
+ "version": "1.0.10",
"main": "dist/vue3-oop.js",
"module": "dist/vue3-oop.mjs",
"types": "types/index.d.ts",
0 commit comments