Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aabedraba committed Nov 28, 2024
1 parent 551a75e commit 4d2a0b2
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 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.39",
"version": "1.0.40",
"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.36"
"base-shell-template": "^1.0.37"
},
"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.36",
"version": "1.0.37",
"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.60"
"@ecronix/base-shell": "^2.6.61"
},
"devDependencies": {
"@vitejs/plugin-react": "^4",
Expand Down
6 changes: 3 additions & 3 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.60",
"version": "2.6.61",
"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.35",
"version": "1.0.36",
"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.38"
"material-ui-shell-template": "^1.0.39"
},
"scripts": {
"start": "node index.js"
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-ui-shell-template",
"version": "1.0.38",
"version": "1.0.39",
"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.51"
"@ecronix/material-ui-shell": "^3.5.52"
},
"devDependencies": {
"@vitejs/plugin-react": "^4",
Expand Down
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.51",
"version": "3.5.52",
"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.60",
"@ecronix/base-shell": "^2.6.61",
"@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.37",
"version": "1.0.38",
"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.40"
"rmw-shell-template": "^1.0.41"
},
"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.40",
"version": "1.0.41",
"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.79"
"@ecronix/rmw-shell": "^11.2.80"
},
"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.79",
"version": "11.2.80",
"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.60",
"@ecronix/material-ui-shell": "^3.5.51",
"@ecronix/base-shell": "^2.6.61",
"@ecronix/material-ui-shell": "^3.5.52",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
Expand Down

0 comments on commit 4d2a0b2

Please sign in to comment.