diff --git a/.changeset/bumpy-moles-listen.md b/.changeset/bumpy-moles-listen.md deleted file mode 100644 index 85f1f9f..0000000 --- a/.changeset/bumpy-moles-listen.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@vlandoss/localproxy": patch -"@vlandoss/clibuddy": patch -"@vlandoss/run-run": patch -"@vlandoss/starter": patch -"@vlandoss/loggy": patch ---- - -Add test:types script diff --git a/.changeset/strong-ways-tan.md b/.changeset/strong-ways-tan.md deleted file mode 100644 index 4697f16..0000000 --- a/.changeset/strong-ways-tan.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@vlandoss/localproxy": patch -"@vlandoss/clibuddy": patch -"@vlandoss/loggy": patch ---- - -Stop using tsup diff --git a/.changeset/two-impalas-decide.md b/.changeset/two-impalas-decide.md deleted file mode 100644 index 6d3fac8..0000000 --- a/.changeset/two-impalas-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vlandoss/run-run": patch ---- - -Remove test old comment diff --git a/packages/clibuddy/CHANGELOG.md b/packages/clibuddy/CHANGELOG.md index 547568c..660f09a 100644 --- a/packages/clibuddy/CHANGELOG.md +++ b/packages/clibuddy/CHANGELOG.md @@ -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 diff --git a/packages/clibuddy/package.json b/packages/clibuddy/package.json index fd2921f..589bd07 100644 --- a/packages/clibuddy/package.json +++ b/packages/clibuddy/package.json @@ -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": { diff --git a/packages/localproxy/CHANGELOG.md b/packages/localproxy/CHANGELOG.md index c87a4e0..5202d16 100644 --- a/packages/localproxy/CHANGELOG.md +++ b/packages/localproxy/CHANGELOG.md @@ -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 diff --git a/packages/localproxy/package.json b/packages/localproxy/package.json index 63e8d86..23b0f2b 100644 --- a/packages/localproxy/package.json +++ b/packages/localproxy/package.json @@ -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": { diff --git a/packages/loggy/CHANGELOG.md b/packages/loggy/CHANGELOG.md index 180b7ab..c386d0d 100644 --- a/packages/loggy/CHANGELOG.md +++ b/packages/loggy/CHANGELOG.md @@ -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 diff --git a/packages/loggy/package.json b/packages/loggy/package.json index b9d899b..1ef5bd9 100644 --- a/packages/loggy/package.json +++ b/packages/loggy/package.json @@ -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": { diff --git a/packages/run-run/CHANGELOG.md b/packages/run-run/CHANGELOG.md index 58abff9..1b6c526 100644 --- a/packages/run-run/CHANGELOG.md +++ b/packages/run-run/CHANGELOG.md @@ -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 diff --git a/packages/run-run/package.json b/packages/run-run/package.json index 043b7dd..f104918 100644 --- a/packages/run-run/package.json +++ b/packages/run-run/package.json @@ -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": { diff --git a/packages/starter/CHANGELOG.md b/packages/starter/CHANGELOG.md index 57319c9..b19bbeb 100644 --- a/packages/starter/CHANGELOG.md +++ b/packages/starter/CHANGELOG.md @@ -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 diff --git a/packages/starter/package.json b/packages/starter/package.json index 10f666c..99ca1bd 100644 --- a/packages/starter/package.json +++ b/packages/starter/package.json @@ -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": {