Skip to content

Commit 747335e

Browse files
committed
Publish
1 parent dd5d61a commit 747335e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

packages/@react-aria/tag/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@react-aria/tag",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.0",
44
"description": "Spectrum UI components in React",
55
"license": "Apache-2.0",
6-
"private": true,
76
"main": "dist/main.js",
87
"module": "dist/module.js",
98
"types": "dist/types.d.ts",
@@ -26,7 +25,7 @@
2625
"@react-stately/grid": "^3.0.0",
2726
"@react-types/grid": "^3.0.0",
2827
"@react-types/shared": "^3.1.0",
29-
"@react-types/tag": "3.0.0-alpha.1"
28+
"@react-types/tag": "3.0.0-alpha.0"
3029
},
3130
"peerDependencies": {
3231
"react": "^16.8.0 || ^17.0.0-rc.1"

packages/@react-spectrum/tag/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@react-spectrum/tag",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.0",
44
"description": "Spectrum UI components in React",
55
"license": "Apache-2.0",
6-
"private": true,
76
"main": "dist/main.js",
87
"module": "dist/module.js",
98
"types": "dist/types.d.ts",
@@ -37,7 +36,7 @@
3736
"@react-aria/grid": "^3.0.0",
3837
"@react-aria/i18n": "^3.3.1",
3938
"@react-aria/interactions": "^3.1.0",
40-
"@react-aria/tag": "3.0.0-alpha.1",
39+
"@react-aria/tag": "3.0.0-alpha.0",
4140
"@react-aria/utils": "^3.1.0",
4241
"@react-spectrum/button": "^3.1.0",
4342
"@react-spectrum/text": "^3.1.2",
@@ -46,7 +45,7 @@
4645
"@react-stately/grid": "^3.0.0",
4746
"@react-stately/list": "^3.3.0",
4847
"@react-types/shared": "^3.1.0",
49-
"@react-types/tag": "3.0.0-alpha.1",
48+
"@react-types/tag": "3.0.0-alpha.0",
5049
"@spectrum-icons/workflow": "^3.1.0"
5150
},
5251
"devDependencies": {

packages/@react-types/tag/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@react-types/tag",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.0",
44
"description": "Spectrum UI components in React",
55
"license": "Apache-2.0",
6-
"private": true,
76
"types": "src/index.d.ts",
87
"repository": {
98
"type": "git",

0 commit comments

Comments
 (0)