Skip to content

Commit 1d52c98

Browse files

File tree

31 files changed

+5080
-2506
lines changed

31 files changed

+5080
-2506
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.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.2) (2025-11-24)
7+
8+
**Note:** Version bump only for package appstash
9+
610
## [0.2.1](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.1) (2025-11-24)
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.1",
3+
"version": "0.2.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Simple, clean application directory resolution",
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.1.3](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.3) (2025-11-24)
7+
8+
**Note:** Version bump only for package create-gen-app
9+
610
## [0.1.2](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.1.2) (2025-11-24)
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.1.2",
3+
"version": "0.1.3",
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.4](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-24)
7+
8+
**Note:** Version bump only for package @interweb/fetch-api-client
9+
610
## [0.7.3](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-24)
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.3",
3+
"version": "0.7.4",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Universal Fetch-based HTTP client for Node.js and browsers",
66
"main": "index.js",

packages/find-pkg/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.6.5](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-24)
7+
8+
**Note:** Version bump only for package @interweb/find-pkg
9+
610
## [0.6.4](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-24)
711

812
**Note:** Version bump only for package @interweb/find-pkg

packages/find-pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/find-pkg",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Find the package.json file from within a build/package",
66
"main": "index.js",

packages/http-errors/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/@interweb/[email protected]...@interweb/[email protected]) (2025-11-24)
7+
8+
**Note:** Version bump only for package @interweb/http-errors
9+
610
## [0.2.3](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-24)
711

812
**Note:** Version bump only for package @interweb/http-errors

packages/http-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/http-errors",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "HTTP error handling utilities for API clients",
66
"main": "index.js",

0 commit comments

Comments
 (0)