File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## 0.0.2-7 (2025-02-21)
2
12
3
13
This was a version bump only, there were no code changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ghentcdh/authentication-vue" ,
3
3
"license" : " MIT" ,
4
- "version" : " 0.0.2-7 " ,
4
+ "version" : " 0.0.2-8 " ,
5
5
"main" : " ./index.js" ,
6
6
"types" : " ./index.d.ts" ,
7
7
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ghentcdh/tools-vue" ,
3
- "version" : " 0.0.2-3 " ,
3
+ "version" : " 0.0.2-4 " ,
4
4
"main" : " ./index.js" ,
5
5
"types" : " ./index.d.ts" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 15
15
"skipDefaultLibCheck" : true ,
16
16
"baseUrl" : " ." ,
17
17
"paths" : {
18
- "@ghentcdh/tools-api" : [" libs/tools/api/src/index.ts" ],
19
18
"@ghentcdh/authentication-api" : [" libs/authentication/api/src/index.ts" ],
20
19
"@ghentcdh/authentication/vue" : [" libs/authentication/vue/src/index.ts" ],
20
+ "@ghentcdh/tools-api" : [" libs/tools/api/src/index.ts" ],
21
21
"@ghentcdh/tools-vue" : [" libs/tools/vue/src/index.ts" ]
22
22
}
23
23
},
You can’t perform that action at this time.
0 commit comments