Skip to content

Commit 80b20bb

Browse files
chore(release): publish 0.0.2-8
1 parent 8eac9d5 commit 80b20bb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.2-8 (2025-02-21)
2+
3+
### 🚀 Features
4+
5+
- **tools-api:** add logging and health tooling ([8eac9d5](https://github.com/GhentCDH/ghentcdh-monorepo/commit/8eac9d5))
6+
7+
### ❤️ Thank You
8+
9+
- Bo Vandersteene
10+
111
## 0.0.2-7 (2025-02-21)
212

313
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-7",
4+
"version": "0.0.2-8",
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-3",
3+
"version": "0.0.2-4",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

tsconfig.base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"skipDefaultLibCheck": true,
1616
"baseUrl": ".",
1717
"paths": {
18-
"@ghentcdh/tools-api": ["libs/tools/api/src/index.ts"],
1918
"@ghentcdh/authentication-api": ["libs/authentication/api/src/index.ts"],
2019
"@ghentcdh/authentication/vue": ["libs/authentication/vue/src/index.ts"],
20+
"@ghentcdh/tools-api": ["libs/tools/api/src/index.ts"],
2121
"@ghentcdh/tools-vue": ["libs/tools/vue/src/index.ts"]
2222
}
2323
},

0 commit comments

Comments
 (0)