Skip to content

Commit

Permalink
Update package versions to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waveyboym committed Oct 1, 2024
1 parent b02b89e commit ad12f38
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/occupi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "occupi-docs",
"version": "0.0.1",
"version": "1.0.0",
"description": "Occupi documentation",
"scripts": {
"dev": "next dev",
Expand Down
Binary file modified frontend/occupi-desktop/bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion frontend/occupi-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "occupi-desktop",
"private": true,
"version": "0.2.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -97,6 +97,11 @@
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@happy-dom/global-registrator": "^14.12.3",
"@tailwindcss/forms": "^0.5.7",
"@types/bun": "^1.1.6",
"@types/dom-to-image": "^2.6.7",
"@types/express": "^4.17.21",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/occupi-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "occupi-desktop",
"version": "0.2.0"
"version": "1.0.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/occupi-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "occupi-web",
"private": true,
"version": "0.2.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development vite && HTTPS=true react-scripts dev",
Expand Down
2 changes: 1 addition & 1 deletion frontend/occupi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "occupi",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit ad12f38

Please sign in to comment.