Skip to content
Merged
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
13 changes: 0 additions & 13 deletions .changeset/deprecate-packages.md

This file was deleted.

12 changes: 12 additions & 0 deletions dotfiles/biome-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlandoss/biome-config

## 0.0.9

### Patch Changes

- [#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.

- `@vlandoss/biome-config` is superseded by [`@vlandoss/config`](https://github.com/variableland/dx/tree/main/packages/config) (use `@vlandoss/config/biome`).
- `@vlandoss/localproxy` is superseded by [Portless](https://port1355.dev).
- `@vlandoss/starter` is superseded by [`@vlandoss/vland`](https://github.com/variableland/dx/tree/main/packages/vland).

Each package's `homepage` is repinned to a tag URL so the deprecation README stays reachable after the source is removed from the monorepo.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion dotfiles/biome-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/biome-config",
"version": "0.0.8",
"version": "0.0.9",
"description": "Biome configuration file for @variableland",
"homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Fbiome-config%400.0.9/dotfiles/biome-config#readme",
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/localproxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlandoss/localproxy

## 0.2.3

### Patch Changes

- [#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.

- `@vlandoss/biome-config` is superseded by [`@vlandoss/config`](https://github.com/variableland/dx/tree/main/packages/config) (use `@vlandoss/config/biome`).
- `@vlandoss/localproxy` is superseded by [Portless](https://port1355.dev).
- `@vlandoss/starter` is superseded by [`@vlandoss/vland`](https://github.com/variableland/dx/tree/main/packages/vland).

Each package's `homepage` is repinned to a tag URL so the deprecation README stays reachable after the source is removed from the monorepo.

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localproxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/localproxy",
"version": "0.2.2",
"version": "0.2.3",
"description": "Simple local development proxy automation",
"homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Flocalproxy%400.2.3/packages/localproxy#readme",
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlandoss/starter

## 0.4.2

### Patch Changes

- [#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.

- `@vlandoss/biome-config` is superseded by [`@vlandoss/config`](https://github.com/variableland/dx/tree/main/packages/config) (use `@vlandoss/config/biome`).
- `@vlandoss/localproxy` is superseded by [Portless](https://port1355.dev).
- `@vlandoss/starter` is superseded by [`@vlandoss/vland`](https://github.com/variableland/dx/tree/main/packages/vland).

Each package's `homepage` is repinned to a tag URL so the deprecation README stays reachable after the source is removed from the monorepo.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/starter",
"version": "0.4.1",
"version": "0.4.2",
"description": "The CLI to init a new project in Variable Land",
"homepage": "https://github.com/variableland/dx/tree/%40vlandoss%2Fstarter%400.4.2/packages/starter#readme",
"bugs": {
Expand Down