Skip to content

Commit

Permalink
Mark util packages as public (#3386)
Browse files Browse the repository at this point in the history
* chore: version bump

* chore: mark scoped packages as public
  • Loading branch information
darthtrevino committed Feb 7, 2022
1 parent ca8784e commit 9ea462e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/util-asap/package.json
@@ -1,6 +1,7 @@
{
"name": "@react-dnd/asap",
"version": "4.0.0",
"private": false,
"description": "High-priority task queue for Node.js and browsers",
"keywords": [
"event",
Expand Down
1 change: 1 addition & 0 deletions packages/util-invariant/package.json
@@ -1,6 +1,7 @@
{
"name": "@react-dnd/invariant",
"version": "3.0.0",
"private": false,
"description": "invariantx",
"keywords": [
"test",
Expand Down
1 change: 1 addition & 0 deletions packages/util-shallowequal/package.json
@@ -1,6 +1,7 @@
{
"name": "@react-dnd/shallowequal",
"version": "3.0.0",
"private": false,
"description": "Like lodash isEqualWith but for shallow equal.",
"keywords": [
"shallowequal",
Expand Down

0 comments on commit 9ea462e

Please sign in to comment.