Skip to content

Commit 9938976

Browse files
committed
chore(release): publish
- @interweb-utils/[email protected] - @interweb-utils/[email protected]
1 parent 61f4a45 commit 9938976

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

packages/casing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
7+
8+
**Note:** Version bump only for package @interweb-utils/casing
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
715

816
**Note:** Version bump only for package @interweb-utils/casing

packages/casing/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interweb-utils/casing",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Interweb casing utils",
66
"main": "index.js",
@@ -23,7 +23,6 @@
2323
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
2424
"clean": "rimraf dist/**",
2525
"prepare": "npm run build",
26-
2726
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
2827
"lint": "eslint . --fix",
2928
"test": "jest",

packages/find-pkg/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
7+
8+
**Note:** Version bump only for package @interweb-utils/find-pkg
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)
715

816
**Note:** Version bump only for package @interweb-utils/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-utils/find-pkg",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Find the package.json file from within a build/package",
66
"main": "index.js",

0 commit comments

Comments
 (0)