Skip to content

Commit be2cd3e

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.7.1...v3.0.0) (2024-06-17) ### Breaking Changes * keycloak is now a reactive reference to the keycloak-js adapter instance ([a199c5d](a199c5d)) * minimum Vue version is 3.4.0 ([d7e9a18](d7e9a18)) ### Bug Fixes * fixed VueKeycloakPluginConfig type ([9e4b6ba](9e4b6ba)) ### Internal * remove unnecessary isPromise check on plugin install ([086f8e3](086f8e3))
1 parent 5763eb1 commit be2cd3e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [3.0.0](https://github.com/JoseGoncalves/vue-keycloak/compare/v2.7.1...v3.0.0) (2024-06-17)
2+
3+
4+
### Breaking Changes
5+
6+
* keycloak is now a reactive reference to the keycloak-js adapter instance ([a199c5d](https://github.com/JoseGoncalves/vue-keycloak/commit/a199c5d7b5fdcf9ecbfa4b996d67b0b673d475e5))
7+
* minimum Vue version is 3.4.0 ([d7e9a18](https://github.com/JoseGoncalves/vue-keycloak/commit/d7e9a18ff36d37e5a61ae0327d7297ecfb6a2762))
8+
9+
10+
### Bug Fixes
11+
12+
* fixed VueKeycloakPluginConfig type ([9e4b6ba](https://github.com/JoseGoncalves/vue-keycloak/commit/9e4b6bad1d3f35f94102400fda15233a1ffb1380))
13+
14+
15+
### Internal
16+
17+
* remove unnecessary isPromise check on plugin install ([086f8e3](https://github.com/JoseGoncalves/vue-keycloak/commit/086f8e3766afa7b1fe460fcfebb7013d00a854e0))
18+
119
## [2.7.1](https://github.com/JoseGoncalves/vue-keycloak/compare/v2.7.0...v2.7.1) (2024-06-13)
220

321

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@josempgon/vue-keycloak",
3-
"version": "2.7.1",
3+
"version": "3.0.0",
44
"description": "Keycloak plugin for Vue 3 with Composition API",
55
"author": {
66
"name": "Gery Hirschfeld",

0 commit comments

Comments
 (0)