Skip to content

Commit aa184b3

Browse files
committed
chore: remove nx config and update package.json
1 parent 9aabce2 commit aa184b3

3 files changed

Lines changed: 50 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Changelog
2+
3+
4+
## v0.1.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- Update to owd client with layers ([8feb23a](https://github.com/owdproject/app-debug/commit/8feb23a))
10+
- Align app-debug with 3.4 layout and fix CI/Pages workflows ([3d2a3e9](https://github.com/owdproject/app-debug/commit/3d2a3e9))
11+
12+
### 🩹 Fixes
13+
14+
- **package:** Added default exports condition ([ca4269e](https://github.com/owdproject/app-debug/commit/ca4269e))
15+
- Compact transparent tabs in debug window ([64dec33](https://github.com/owdproject/app-debug/commit/64dec33))
16+
- Restore tab typography, trim header height slightly ([a002376](https://github.com/owdproject/app-debug/commit/a002376))
17+
18+
### 💅 Refactors
19+
20+
- Update using application entries ([67a25ac](https://github.com/owdproject/app-debug/commit/67a25ac))
21+
- Rename utils files ([12cb02c](https://github.com/owdproject/app-debug/commit/12cb02c))
22+
- Rename module and plugin, move config to /runtime ([2b6dc00](https://github.com/owdproject/app-debug/commit/2b6dc00))
23+
- Rename owd.config.ts in app.config.ts ([10e16e7](https://github.com/owdproject/app-debug/commit/10e16e7))
24+
- Short registerTailwindPath import ([ae959d9](https://github.com/owdproject/app-debug/commit/ae959d9))
25+
- Restructure module to src directory, update dependencies, and setup playground ([941eb93](https://github.com/owdproject/app-debug/commit/941eb93))
26+
- Update core component references and rename Window to DesktopWindow ([1f235ef](https://github.com/owdproject/app-debug/commit/1f235ef))
27+
28+
### 🏡 Chore
29+
30+
- Bump version ([649e553](https://github.com/owdproject/app-debug/commit/649e553))
31+
- Update author in package.json ([d48416a](https://github.com/owdproject/app-debug/commit/d48416a))
32+
- Update peerDependencies ([8a516fc](https://github.com/owdproject/app-debug/commit/8a516fc))
33+
- Remove compatibility from README.md ([4077d4e](https://github.com/owdproject/app-debug/commit/4077d4e))
34+
- Bump version ([41ee72b](https://github.com/owdproject/app-debug/commit/41ee72b))
35+
- Add .gitignore ([309dea8](https://github.com/owdproject/app-debug/commit/309dea8))
36+
- Update license ([252d63d](https://github.com/owdproject/app-debug/commit/252d63d))
37+
- Update peerDependencies ([6090e9b](https://github.com/owdproject/app-debug/commit/6090e9b))
38+
- Add tsconfig files ([06059b6](https://github.com/owdproject/app-debug/commit/06059b6))
39+
- Update README.md ([f176972](https://github.com/owdproject/app-debug/commit/f176972))
40+
- Update README.md ([155ffaa](https://github.com/owdproject/app-debug/commit/155ffaa))
41+
- Improve README.md ([93c84dd](https://github.com/owdproject/app-debug/commit/93c84dd))
42+
- Align app-debug with OWD 3.4 monorepo workspace ([31447c0](https://github.com/owdproject/app-debug/commit/31447c0))
43+
- Declare kit-tailwind for Tailwind content registration ([2bfb038](https://github.com/owdproject/app-debug/commit/2bfb038))
44+
45+
### 🎨 Styles
46+
47+
- Adjust debug window dimensions ([9aabce2](https://github.com/owdproject/app-debug/commit/9aabce2))
48+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@owdproject/app-debug",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Debug App for your Open Web Desktop client",
55
"keywords": [
66
"owd-client",
@@ -59,4 +59,4 @@
5959
"nuxt": "^4.4.6",
6060
"typescript": "~6.0.3"
6161
}
62-
}
62+
}

project.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)