@vlandoss/biome-config 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @vlandoss/biome-config
|
|
2
2
|
|
|
3
|
+
## 0.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#206](https://github.com/variableland/dx/pull/206) [`6c2ec90`](https://github.com/variableland/dx/commit/6c2ec9097abde47f9f7a8489c4a7149f0699d397) Thanks [@rqbazan](https://github.com/rqbazan)! - Deprecate package — final published version with notice.
|
|
8
|
+
|
|
9
|
+
- `@vlandoss/biome-config` is superseded by [`@vlandoss/config`](https://github.com/variableland/dx/tree/main/packages/config) (use `@vlandoss/config/biome`).
|
|
10
|
+
- `@vlandoss/localproxy` is superseded by [Portless](https://port1355.dev).
|
|
11
|
+
- `@vlandoss/starter` is superseded by [`@vlandoss/vland`](https://github.com/variableland/dx/tree/main/packages/vland).
|
|
12
|
+
|
|
13
|
+
Each package's `homepage` is repinned to a tag URL so the deprecation README stays reachable after the source is removed from the monorepo.
|
|
14
|
+
|
|
3
15
|
## 0.0.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/biome-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Biome configuration file for @variableland",
|
|
5
|
-
"homepage": "https://github.com/variableland/dx/tree/
|
|
5
|
+
"homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Fbiome-config%400.0.9/dotfiles/biome-config#readme",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/variableland/dx/issues"
|
|
8
8
|
},
|