Skip to content

Commit 77c6adb

Browse files
Version Packages
1 parent 4c842b1 commit 77c6adb

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/chubby-doodles-stand.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @badrap/libapp
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- de852d9: Add `status` property for installations
8+
9+
The `status` property can have three different values: `"active"`, `"paused"` and `"uninstalled"`.
10+
11+
The old `removed` is now marked as deprecated and will be removed in a future release. For the time being the flag will still be kept around for now for backwards compatibility. Its value will be `true` when `status` is `"uninstalled"`, otherwise `false`.
12+
313
## 0.9.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@badrap/libapp",
33
"type": "module",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"description": "TypeScript helpers for creating Badrap apps",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)