Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
undyingwraith committed Feb 14, 2025
1 parent 2d1c672 commit b163b66
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipmc",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipmc-core",
"main": "./dist/src/index.js",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipmc-desktop",
"version": "0.1.0",
"version": "0.2.0",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",
Expand Down
1 change: 1 addition & 0 deletions packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "ipmc-interfaces",
"main": "./dist/index.js",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "tsc --watch",
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipmc-tools",
"version": "1.0.0",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ipmc-ui",
"type": "module",
"version": "0.2.0",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ipmc-webui",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "vite",
"build": "vite build"
Expand Down

0 comments on commit b163b66

Please sign in to comment.