Skip to content

Commit

Permalink
📌 chore: Update package versions and set private if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Dec 5, 2023
1 parent f653b73 commit 0383982
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions examples/metamask-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "example-metamask-legacy",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"run": "tsx src/example.ts"
Expand Down
1 change: 1 addition & 0 deletions examples/new-dawn/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "example-new-dawn",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-core",
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-fixtures",
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress",
"version": "4.0.0",
"version": "3.0.0",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion wallets/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synthetixio/synpress-metamask",
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 0383982

Please sign in to comment.