Skip to content

Commit 40094d7

Browse files
committed
chore(release): publish
- inflekt@0.1.0
1 parent ae969bf commit 40094d7

3 files changed

Lines changed: 5242 additions & 2606 deletions

File tree

packages/inflection/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.1.0 (2026-01-07)
7+
8+
### Features
9+
10+
- add @interweb/inflection library for PostGraphile-compatible pluralization ([3dce373](https://github.com/constructive-io/dev-utils/commit/3dce373f11e1bfdf8c6fd986eb82bcf1a0159e01))
11+
- add camelize and underscore exports to @interweb/inflection ([50809e5](https://github.com/constructive-io/dev-utils/commit/50809e512de479bbd9428c2f404e900f81abd964))

packages/inflection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inflekt",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Inflection utilities for pluralization and singularization with PostGraphile-compatible Latin suffix handling",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/dev-utils",

0 commit comments

Comments
 (0)