Skip to content

Commit 361c37c

Browse files
committed
chore(release): publish
- @interweb/casing@0.7.0 - @interweb/fetch-api-client@0.7.0 - @interweb/find-pkg@0.6.0 - @interweb/http-errors@0.2.0 - jsonldjs@0.2.0 - nested-obj@0.1.0 - @interweb/node-api-client@0.8.0 - schema-sdk@0.15.0 - @schema-typescript/cli@0.5.0 - schema-typescript@0.13.0 - strfy-js@3.1.0
1 parent 32582e8 commit 361c37c

23 files changed

Lines changed: 5128 additions & 2517 deletions

File tree

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/casing@0.6.0...@interweb/casing@0.7.0) (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 <pyramation@gmail.com>",
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/fetch-api-client@0.6.1...@interweb/fetch-api-client@0.7.0) (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 <pyramation@gmail.com>",
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/find-pkg@0.5.0...@interweb/find-pkg@0.6.0) (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 <pyramation@gmail.com>",
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/http-errors@0.1.1...@interweb/http-errors@0.2.0) (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 <pyramation@gmail.com>",
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/jsonldjs@0.1.2...jsonldjs@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 <pyramation@gmail.com>",
66
"homepage": "https://github.com/hyperweb-io/dev-utils",

0 commit comments

Comments
 (0)