Skip to content

Commit 11ec84f

Browse files
chore(release): publish 0.0.2-12
1 parent f18f74b commit 11ec84f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.2-12 (2025-02-24)
2+
3+
### 🚀 Features
4+
5+
- **authentication/vue:** Remove pinia and create as plugin ([486982c](https://github.com/GhentCDH/ghentcdh-monorepo/commit/486982c))
6+
- **authentication/vue:** Remove pinia and create as plugin ([3f4bbdd](https://github.com/GhentCDH/ghentcdh-monorepo/commit/3f4bbdd))
7+
- **authentication/vue:** Remove pinia and create as plugin ([f18f74b](https://github.com/GhentCDH/ghentcdh-monorepo/commit/f18f74b))
8+
9+
### ❤️ Thank You
10+
11+
- Bo Vandersteene
12+
113
## 0.0.2-11 (2025-02-21)
214

315
This was a version bump only, there were no code changes.

libs/authentication/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ghentcdh/authentication-vue",
33
"license": "MIT",
4-
"version": "0.0.2-10",
4+
"version": "0.0.2-11",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"dependencies": {

libs/tools/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ghentcdh/tools-vue",
3-
"version": "0.0.2-10",
3+
"version": "0.0.2-11",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)