Skip to content

Commit

Permalink
release: 3.0.3 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanStandel authored Feb 2, 2024
1 parent 5d21c3e commit b774116
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 20 deletions.
16 changes: 12 additions & 4 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"extends": ["@commitlint/config-conventional"],
"extends": [
"@commitlint/config-conventional"
],
"formatter": "@commitlint/format",
"rules": {
"scope-enum": [
2, "always", [ "client" ]
"type-enum": [
2,
"always",
[
"release"
]
],
"header-max-length": [
0, "always", 256
0,
"always",
256
]
}
}
46 changes: 36 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deepsignal/core",
"private": false,
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -49,4 +49,4 @@
"signals"
],
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deepsignal/preact",
"private": false,
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -55,4 +55,4 @@
"signals"
],
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deepsignal/react",
"private": false,
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -56,4 +56,4 @@
"signals"
],
"license": "MIT"
}
}

0 comments on commit b774116

Please sign in to comment.