Skip to content

Commit

Permalink
Patch release for types field
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 20, 2023
1 parent 105bf38 commit 907cf6f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/change-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "change-case",
"version": "5.1.1",
"version": "5.1.2",
"description": "Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others",
"keywords": [
"change",
Expand Down
2 changes: 1 addition & 1 deletion packages/sponge-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sponge-case",
"version": "2.0.1",
"version": "2.0.2",
"description": "Transform into a string with random capitalization applied",
"keywords": [
"random",
Expand Down
2 changes: 1 addition & 1 deletion packages/swap-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swap-case",
"version": "3.0.1",
"version": "3.0.2",
"description": "Transform a string by swapping every character from upper to lower case, or lower to upper case",
"keywords": [
"swap",
Expand Down
2 changes: 1 addition & 1 deletion packages/title-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "title-case",
"version": "4.1.1",
"version": "4.1.2",
"description": "Transform a string into title case following English rules",
"keywords": [
"title",
Expand Down

0 comments on commit 907cf6f

Please sign in to comment.