Skip to content

Commit 987f61c

Browse files
committed
1 parent d28d0d8 commit 987f61c

File tree

25 files changed

+5093
-2517
lines changed

25 files changed

+5093
-2517
lines changed

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

812
**Note:** Version bump only for package @interweb/casing

packages/casing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb/casing",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Interweb casing utils",
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.2](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-23)
7+
8+
**Note:** Version bump only for package @interweb/fetch-api-client
9+
610
## [0.7.1](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-23)
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.1",
3+
"version": "0.7.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Node.js API Client",
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.2](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-23)
7+
8+
**Note:** Version bump only for package @interweb/find-pkg
9+
610
## [0.6.1](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-23)
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.1",
3+
"version": "0.6.2",
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.2](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-23)
7+
8+
**Note:** Version bump only for package @interweb/http-errors
9+
610
## [0.2.1](https://github.com/hyperweb-io/dev-utils/compare/@interweb/[email protected]...@interweb/[email protected]) (2025-11-23)
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.1",
3+
"version": "0.2.2",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "http errors",
66
"main": "index.js",

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

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

packages/jsonld-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonldjs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "JSON-LD Tooling",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/hyperweb-io/dev-utils",

0 commit comments

Comments
 (0)