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 @@ -6,7 +6,7 @@
"packages/store": "0.41.2",
"packages/testing": "0.15.1",
"packages/themes": "0.16.8",
"packages/types": "0.7.8",
"packages/types": "0.7.9",
"packages/typescript-config": "0.3.0",
"packages/utils": "0.13.0"
}
62 changes: 44 additions & 18 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
---
## 0.7.8 - 2026-07-15
## 0.7.9 - 2026-07-29



### Bug fixes

#### types

- Types update## @northern.tech/types-0.7.7 - 2026-06-30
- Types update
## @northern.tech/types-0.7.8 - 2026-07-15



### Bug fixes

#### types

- Types update
## @northern.tech/types-0.7.7 - 2026-06-30



Expand All @@ -21,23 +31,26 @@


- Bump the development-dependencies group with 11 updates
- Bump the development-dependencies group across 1 directory with 9 updates## @northern.tech/types-0.7.6 - 2026-05-27
- Bump the development-dependencies group across 1 directory with 9 updates
## @northern.tech/types-0.7.6 - 2026-05-27



### Bug fixes

#### types

- Types update## @northern.tech/types-0.7.5 - 2026-05-19
- Types update
## @northern.tech/types-0.7.5 - 2026-05-19



### Bug fixes

#### types

- Types update## @northern.tech/types-0.7.4 - 2026-05-13
- Types update
## @northern.tech/types-0.7.4 - 2026-05-13



Expand All @@ -50,23 +63,26 @@
### Dependency updates


- Bump the development-dependencies group across 1 directory with 15 updates## @northern.tech/types-0.7.3 - 2026-04-22
- Bump the development-dependencies group across 1 directory with 15 updates
## @northern.tech/types-0.7.3 - 2026-04-22



### Bug fixes

#### types

- Types update## @northern.tech/types-0.7.2 - 2026-04-21
- Types update
## @northern.tech/types-0.7.2 - 2026-04-21



### Bug fixes

#### types

- Types update## @northern.tech/types-0.7.1 - 2026-04-15
- Types update
## @northern.tech/types-0.7.1 - 2026-04-15



Expand All @@ -76,15 +92,17 @@

- Types update

- Migrated package bundling to tsdown## @northern.tech/types-0.7.0 - 2026-03-31
- Migrated package bundling to tsdown
## @northern.tech/types-0.7.0 - 2026-03-31



### Bug fixes

#### types

- Types update## @northern.tech/types-0.5.0 - 2026-02-02
- Types update
## @northern.tech/types-0.5.0 - 2026-02-02



Expand All @@ -97,55 +115,62 @@
### Dependency updates


- Bump the development-dependencies group across 1 directory with 11 updates## @northern.tech/types-0.3.1 - 2025-12-15
- Bump the development-dependencies group across 1 directory with 11 updates
## @northern.tech/types-0.3.1 - 2025-12-15



### Bug fixes

#### types

- Types update## @northern.tech/types-0.3.0 - 2025-12-02
- Types update
## @northern.tech/types-0.3.0 - 2025-12-02



### Bug fixes

#### types

- Types update## @northern.tech/types-0.2.2 - 2025-10-31
- Types update
## @northern.tech/types-0.2.2 - 2025-10-31



### Bug fixes

#### types

- Types update## @northern.tech/types-0.2.1 - 2025-10-30
- Types update
## @northern.tech/types-0.2.1 - 2025-10-30



### Bug fixes

#### types

- Types update## @northern.tech/types-0.2.0 - 2025-10-16
- Types update
## @northern.tech/types-0.2.0 - 2025-10-16



### New features

#### types

- Made package only rely on types generated from official spec file## @northern.tech/types-0.1.1 - 2025-10-02
- Made package only rely on types generated from official spec file
## @northern.tech/types-0.1.1 - 2025-10-02



### Bug fixes

#### types

- Cleaned up now unused types## @northern.tech/types-0.1.0 - 2025-08-14
- Cleaned up now unused types
## @northern.tech/types-0.1.0 - 2025-08-14



Expand All @@ -159,4 +184,5 @@

#### types

- Fixed api type naming conflict---
- Fixed api type naming conflict
---
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northern.tech/types",
"version": "0.7.8",
"version": "0.7.9",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
Expand Down