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
9 changes: 0 additions & 9 deletions .changeset/bumpy-moles-listen.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-ways-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-impalas-decide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/clibuddy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vlandoss/clibuddy

## 0.0.7

### Patch Changes

- [#144](https://github.com/variableland/dx/pull/144) [`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f) Thanks [@rqbazan](https://github.com/rqbazan)! - Add test:types script

- [#142](https://github.com/variableland/dx/pull/142) [`b31758e`](https://github.com/variableland/dx/commit/b31758e2d2e2e97a5f3b7b3fec73939e8003da73) Thanks [@rqbazan](https://github.com/rqbazan)! - Stop using tsup

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clibuddy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/clibuddy",
"version": "0.0.6",
"version": "0.0.7",
"description": "A helper library to create CLIs in Variable Land",
"homepage": "https://github.com/variableland/dx/tree/main/packages/clibuddy#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.0.7

### Patch Changes

- [#144](https://github.com/variableland/dx/pull/144) [`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f) Thanks [@rqbazan](https://github.com/rqbazan)! - Add test:types script

- [#142](https://github.com/variableland/dx/pull/142) [`b31758e`](https://github.com/variableland/dx/commit/b31758e2d2e2e97a5f3b7b3fec73939e8003da73) Thanks [@rqbazan](https://github.com/rqbazan)! - Stop using tsup

- Updated dependencies [[`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f), [`b31758e`](https://github.com/variableland/dx/commit/b31758e2d2e2e97a5f3b7b3fec73939e8003da73)]:
- @vlandoss/clibuddy@0.0.7
- @vlandoss/loggy@0.0.6

## 0.0.6

### 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.0.6",
"version": "0.0.7",
"description": "Simple local development proxy automation",
"homepage": "https://github.com/variableland/dx/tree/main/packages/localproxy#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/loggy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vlandoss/loggy

## 0.0.6

### Patch Changes

- [#144](https://github.com/variableland/dx/pull/144) [`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f) Thanks [@rqbazan](https://github.com/rqbazan)! - Add test:types script

- [#142](https://github.com/variableland/dx/pull/142) [`b31758e`](https://github.com/variableland/dx/commit/b31758e2d2e2e97a5f3b7b3fec73939e8003da73) Thanks [@rqbazan](https://github.com/rqbazan)! - Stop using tsup

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loggy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/loggy",
"version": "0.0.5",
"version": "0.0.6",
"description": "Console wrapper to make logging fun again",
"homepage": "https://github.com/variableland/dx/tree/main/packages/loggy#readme",
"bugs": {
Expand Down
12 changes: 12 additions & 0 deletions packages/run-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @vlandoss/run-run

## 0.0.15

### Patch Changes

- [#144](https://github.com/variableland/dx/pull/144) [`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f) Thanks [@rqbazan](https://github.com/rqbazan)! - Add test:types script

- [#145](https://github.com/variableland/dx/pull/145) [`66f3633`](https://github.com/variableland/dx/commit/66f3633cc908eaf9fa32e47062668f76c2872e02) Thanks [@rqbazan](https://github.com/rqbazan)! - Remove test old comment

- Updated dependencies [[`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f), [`b31758e`](https://github.com/variableland/dx/commit/b31758e2d2e2e97a5f3b7b3fec73939e8003da73)]:
- @vlandoss/clibuddy@0.0.7
- @vlandoss/loggy@0.0.6

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/run-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/run-run",
"version": "0.0.14",
"version": "0.0.15",
"description": "The CLI toolbox to fullstack common scripts in Variable Land",
"homepage": "https://github.com/variableland/dx/tree/main/packages/run-run#readme",
"bugs": {
Expand Down
10 changes: 10 additions & 0 deletions packages/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vlandoss/starter

## 0.0.11

### Patch Changes

- [#144](https://github.com/variableland/dx/pull/144) [`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f) Thanks [@rqbazan](https://github.com/rqbazan)! - Add test:types script

- Updated dependencies [[`c1517b2`](https://github.com/variableland/dx/commit/c1517b2e05d5a3bf7a067ec461c7d9e789f06a2f), [`b31758e`](https://github.com/variableland/dx/commit/b31758e2d2e2e97a5f3b7b3fec73939e8003da73)]:
- @vlandoss/clibuddy@0.0.7
- @vlandoss/loggy@0.0.6

## 0.0.10

### 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.0.10",
"version": "0.0.11",
"description": "The CLI to init a new project in Variable Land",
"homepage": "https://github.com/variableland/dx/tree/main/packages/starter#readme",
"bugs": {
Expand Down