Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages/common-ui": "0.8.2",
"packages/common": "0.5.0",
"packages/eslint-config": "0.7.1",
"packages/prettier-config": "0.2.1",
"packages/prettier-config": "0.2.2",
"packages/store": "0.41.1",
"packages/testing": "0.14.1",
"packages/themes": "0.16.8",
Expand Down
29 changes: 26 additions & 3 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
---
## @northern.tech/prettier-config-0.6.0 - 2025-08-14
## 0.2.2 - 2026-07-30



### New features


- Basic repository setup ([ENT-12150](https://northerntech.atlassian.net/browse/ENT-12150))

### Bug fixes


### Features
- Added missing repo locator + aligned prettier package def with other packages
- Relaxed package dependencies to ease updates in dependent projects
- Migrated package bundling to tsdown

### Dependency updates


### Security
- Bump the production-dependencies group across 1 directory with 17 updates
- Bump the production-dependencies group across 1 directory with 18 updates
- Bump the production-dependencies group across 1 directory with 11 updates
- Bump the production-dependencies group across 1 directory with 16 updates
- Bump the production-dependencies group with 5 updates
- Bump the development-dependencies group across 1 directory with 11 updates
- Bump the development-dependencies group across 1 directory with 15 updates
- Bump the development-dependencies group with 11 updates
- Bump the development-dependencies group across 1 directory with 9 updates

---
### All tickets resolved in this release

| Ticket |
|---|
| [ENT-12150](https://northerntech.atlassian.net/browse/ENT-12150) |

---
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northern.tech/prettier-config",
"version": "0.2.1",
"version": "0.2.2",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
Expand Down