Skip to content

Commit b7d5e4f

Browse files
authored
Making versions consistent and making Tree package public for release (#6300)
1 parent 0e05b7e commit b7d5e4f

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

packages/@react-aria/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-aria/test-utils",
3-
"version": "3.0.0-alpha.1",
3+
"version": "1.0.0-alpha.1",
44
"description": "Testing utils for react-aria patterns",
55
"license": "Apache-2.0",
66
"main": "dist/main.js",

packages/@react-spectrum/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-spectrum/test-utils",
3-
"version": "3.0.0-alpha.1",
3+
"version": "1.0.0-alpha.1",
44
"description": "Spectrum UI components in React",
55
"license": "Apache-2.0",
66
"main": "dist/main.js",
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/adobe/react-spectrum"
2525
},
2626
"dependencies": {
27-
"@react-aria/test-utils": "3.0.0-alpha.1",
27+
"@react-aria/test-utils": "1.0.0-alpha.1",
2828
"@swc/helpers": "^0.5.0"
2929
},
3030
"peerDependencies": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "3.0.0-alpha.1",
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
"exports": {

packages/dev/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@react-aria/ssr": "^3.0.0",
22-
"@react-spectrum/test-utils": "3.0.0-alpha.1",
22+
"@react-spectrum/test-utils": "1.0.0-alpha.1",
2323
"@swc/helpers": "^0.5.0",
2424
"resolve": "^1.17.0"
2525
},

scripts/setupTests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
// setup file
1414
import '@testing-library/jest-dom';
15-
import { configure } from '@testing-library/react';
1615

1716
// this prints a nice stack like this
1817
/**

0 commit comments

Comments
 (0)