Skip to content

Commit

Permalink
chore: set version 0.0.0 for all apps
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 783b641 commit 7ad02c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/native",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/next",
"version": "1.0.0",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/rollup-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktaytest/rollup-react",
"version": "1.0.0",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/rspack-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oktaytest/rspack-react",
"private": true,
"version": "1.0.0",
"version": "0.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development rspack serve",
"build": "cross-env NODE_ENV=production rspack build"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oktaytest/vite-react",
"private": true,
"version": "1.0.0",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 7ad02c4

Please sign in to comment.