Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @interweb-utils/[email protected]
 - @interweb-utils/[email protected]
  • Loading branch information
pyramation committed May 25, 2024
1 parent 61f4a45 commit 9938976
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/casing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)

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





# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)

**Note:** Version bump only for package @interweb-utils/casing
Expand Down
3 changes: 1 addition & 2 deletions packages/casing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interweb-utils/casing",
"version": "0.2.0",
"version": "0.3.0",
"author": "Dan Lynch <[email protected]>",
"description": "Interweb casing utils",
"main": "index.js",
Expand All @@ -23,7 +23,6 @@
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",

"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
Expand Down
8 changes: 8 additions & 0 deletions packages/find-pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)

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





# [0.2.0](https://github.com/cosmology-tech/interweb-utils/compare/@interweb-utils/[email protected]...@interweb-utils/[email protected]) (2024-05-25)

**Note:** Version bump only for package @interweb-utils/find-pkg
Expand Down
2 changes: 1 addition & 1 deletion packages/find-pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interweb-utils/find-pkg",
"version": "0.2.0",
"version": "0.3.0",
"author": "Dan Lynch <[email protected]>",
"description": "Find the package.json file from within a build/package",
"main": "index.js",
Expand Down

0 comments on commit 9938976

Please sign in to comment.