Skip to content

Commit

Permalink
Patch version add package main
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Jan 14, 2024
1 parent 2cf54e3 commit 4343da0
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.4.1",
"version": "5.4.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.2",
"version": "2.0.3",
"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.2",
"version": "3.0.3",
"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.3.0",
"version": "4.3.1",
"description": "Transform a string into title case following English rules",
"keywords": [
"title",
Expand Down

0 comments on commit 4343da0

Please sign in to comment.