Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Oct 27, 2024
1 parent 62035ee commit 81d5bb8
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/base-shell/create-base-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ecronix/create-base-shell",
"version": "1.0.36",
"version": "1.0.37",
"description": "A template to create new projects based on @ecronix/base-shell",
"bin": {
"create-my-template": "index.js"
},
"main": "index.js",
"devDependencies": {
"base-shell-template": "^1.0.33"
"base-shell-template": "^1.0.34"
},
"scripts": {
"start": "node index.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/base-shell/create-base-shell/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-shell-template",
"version": "1.0.33",
"version": "1.0.34",
"description": "This project was bootstrapped with [@ecronix/base-shell](https://github.com/ecronix/react-most-wanted)",
"private": "true",
"type": "module",
Expand All @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@ecronix/base-shell": "^2.6.57"
"@ecronix/base-shell": "^2.6.58"
},
"devDependencies": {
"@vitejs/plugin-react": "^4",
Expand Down
4 changes: 2 additions & 2 deletions packages/base-shell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/base-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecronix/base-shell",
"version": "2.6.57",
"version": "2.6.58",
"description": "base-shell React component",
"type": "module",
"files": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ecronix/create-material-ui-shell",
"version": "1.0.32",
"version": "1.0.33",
"description": "A template to create new projects based on @ecronix/material-ui-shell",
"bin": {
"create-my-template": "index.js"
},
"main": "index.js",
"devDependencies": {
"material-ui-shell-template": "^1.0.35"
"material-ui-shell-template": "^1.0.36"
},
"scripts": {
"start": "node index.js"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-shell-template",
"version": "1.0.35",
"version": "1.0.36",
"description": "This project was bootstrapped with [@ecronix/material-ui](https://github.com/ecronix/react-most-wanted)",
"type": "module",
"private": "true",
Expand All @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@ecronix/material-ui-shell": "^3.5.48"
"@ecronix/material-ui-shell": "^3.5.49"
},
"devDependencies": {
"@vitejs/plugin-react": "^4",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-shell/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/material-ui-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecronix/material-ui-shell",
"version": "3.5.48",
"version": "3.5.49",
"description": "material-ui-shell React component",
"type": "module",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-window": "1.x"
},
"devDependencies": {
"@ecronix/base-shell": "^2.6.57",
"@ecronix/base-shell": "^2.6.58",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rmw-shell/create-rmw-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ecronix/create-rmw-shell",
"version": "1.0.34",
"version": "1.0.35",
"description": "A template to create new projects based on @ecronix/rmw-shell",
"bin": {
"create-my-template": "index.js"
},
"main": "index.js",
"devDependencies": {
"rmw-shell-template": "^1.0.37"
"rmw-shell-template": "^1.0.38"
},
"scripts": {
"start": "node index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/rmw-shell/create-rmw-shell/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmw-shell-template",
"version": "1.0.37",
"version": "1.0.38",
"description": "This project was bootstrapped with [@ecronix/rmw-shell](https://github.com/ecronix/react-most-wanted)",
"private": "true",
"type": "module",
Expand All @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@ecronix/rmw-shell": "^11.2.76"
"@ecronix/rmw-shell": "^11.2.77"
},
"devDependencies": {
"@vitejs/plugin-react": "^4",
Expand Down
6 changes: 3 additions & 3 deletions packages/rmw-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecronix/rmw-shell",
"version": "11.2.76",
"version": "11.2.77",
"description": "React template with Material UI, Firebase, routing...",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -63,8 +63,8 @@
"react-window": "1.x"
},
"devDependencies": {
"@ecronix/base-shell": "^2.6.57",
"@ecronix/material-ui-shell": "^3.5.48",
"@ecronix/base-shell": "^2.6.58",
"@ecronix/material-ui-shell": "^3.5.49",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
Expand Down

0 comments on commit 81d5bb8

Please sign in to comment.