Skip to content

Commit

Permalink
Making versions consistent and making Tree package public for release (
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDanLu committed May 1, 2024
1 parent 0e05b7e commit b7d5e4f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/@react-aria/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-aria/test-utils",
"version": "3.0.0-alpha.1",
"version": "1.0.0-alpha.1",
"description": "Testing utils for react-aria patterns",
"license": "Apache-2.0",
"main": "dist/main.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-spectrum/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-spectrum/test-utils",
"version": "3.0.0-alpha.1",
"version": "1.0.0-alpha.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/test-utils": "3.0.0-alpha.1",
"@react-aria/test-utils": "1.0.0-alpha.1",
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/@react-spectrum/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "3.0.0-alpha.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"private": true,
"main": "dist/main.js",
"module": "dist/module.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@react-aria/ssr": "^3.0.0",
"@react-spectrum/test-utils": "3.0.0-alpha.1",
"@react-spectrum/test-utils": "1.0.0-alpha.1",
"@swc/helpers": "^0.5.0",
"resolve": "^1.17.0"
},
Expand Down
1 change: 0 additions & 1 deletion scripts/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

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

// this prints a nice stack like this
/**
Expand Down

1 comment on commit b7d5e4f

@rspbot
Copy link

@rspbot rspbot commented on b7d5e4f May 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.