Skip to content

Commit

Permalink
New major version
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Sep 30, 2023
1 parent 6fb11b1 commit 93908ce
Show file tree
Hide file tree
Showing 22 changed files with 262 additions and 42 deletions.
262 changes: 241 additions & 21 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/camel-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camel-case",
"version": "4.1.2",
"version": "5.0.0",
"description": "Transform into a string with the separator denoted by the next word capitalized",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/capital-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capital-case",
"version": "1.0.4",
"version": "2.0.0",
"description": "Transform into a space separated string with each word capitalized",
"type": "module",
"files": [
Expand Down
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": "4.1.2",
"version": "5.0.0",
"description": "Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/constant-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constant-case",
"version": "3.0.4",
"version": "4.0.0",
"description": "Transform into upper case string with an underscore between words",
"type": "module",
"files": [
Expand Down
Loading

0 comments on commit 93908ce

Please sign in to comment.