Skip to content

Commit 361c37c

Browse files
committed
1 parent 32582e8 commit 361c37c

File tree

23 files changed

+5128
-2517
lines changed

23 files changed

+5128
-2517
lines changed

packages/casing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.7.0](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

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.6.0",
3+
"version": "0.7.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Interweb casing utils",
66
"main": "index.js",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.7.0](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

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.6.1",
3+
"version": "0.7.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Node.js API Client",
66
"main": "index.js",

packages/find-pkg/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.6.0](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

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.5.0",
3+
"version": "0.6.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](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

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.1.1",
3+
"version": "0.2.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "http errors",
66
"main": "index.js",

packages/jsonld-tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.2.0](https://github.com/hyperweb-io/dev-utils/compare/[email protected]@0.2.0) (2025-11-23)
7+
8+
**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.1.2",
3+
"version": "0.2.0",
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)