Skip to content

File tree

35 files changed

+5177
-2538
lines changed

35 files changed

+5177
-2538
lines changed

packages/appstash/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.4](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.4) (2025-11-28)
7+
8+
**Note:** Version bump only for package appstash
9+
610
## [0.2.3](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.3) (2025-11-26)
711

812
**Note:** Version bump only for package appstash

packages/appstash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appstash",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Simple, clean application directory resolution",
66
"main": "index.js",

packages/clean-ansi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.3](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.3) (2025-11-28)
7+
8+
**Note:** Version bump only for package clean-ansi
9+
610
## [0.1.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.2) (2025-11-26)
711

812
**Note:** Version bump only for package clean-ansi

packages/clean-ansi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clean-ansi",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Remove ANSI escape codes from strings",
66
"main": "index.js",

packages/create-gen-app-test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.7) (2025-11-28)
7+
8+
**Note:** Version bump only for package create-gen-app-test
9+
610
## [0.1.6](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.6) (2025-11-26)
711

812
**Note:** Version bump only for package create-gen-app-test

packages/create-gen-app-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app-test",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Integration tests for create-gen-app with cache leveraging",
66
"main": "index.js",

packages/create-gen-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.2) (2025-11-28)
7+
8+
**Note:** Version bump only for package create-gen-app
9+
610
## [0.2.1](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.1) (2025-11-26)
711

812
**Note:** Version bump only for package create-gen-app

packages/create-gen-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gen-app",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Clone and customize template repositories with variable replacement",
66
"main": "index.js",

packages/fetch-api-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.6](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-28)
7+
8+
**Note:** Version bump only for package @interweb/fetch-api-client
9+
610
## [0.7.5](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-26)
711

812
**Note:** Version bump only for package @interweb/fetch-api-client

packages/fetch-api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/fetch-api-client",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Universal Fetch-based HTTP client for Node.js and browsers",
66
"main": "index.js",

0 commit comments

Comments
 (0)