Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ecronix/base-shell@2.6.56
 - @ecronix/create-base-shell@1.0.35
 - base-shell-template@1.0.32
 - @ecronix/material-ui-shell@3.5.47
 - @ecronix/create-material-ui-shell@1.0.31
 - material-ui-shell-template@1.0.34
 - @ecronix/rmw-shell@11.2.75
 - @ecronix/create-rmw-shell@1.0.33
 - rmw-shell-template@1.0.36
  • Loading branch information
aabedraba committed Oct 27, 2024
1 parent 1884454 commit 4df7c85
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.34",
"version": "1.0.35",
"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.31"
"base-shell-template": "^1.0.32"
},
"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.31",
"version": "1.0.32",
"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.55"
"@ecronix/base-shell": "^2.6.56"
},
"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.55",
"version": "2.6.56",
"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.30",
"version": "1.0.31",
"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.33"
"material-ui-shell-template": "^1.0.34"
},
"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.33",
"version": "1.0.34",
"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.46"
"@ecronix/material-ui-shell": "^3.5.47"
},
"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.46",
"version": "3.5.47",
"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.55",
"@ecronix/base-shell": "^2.6.56",
"@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.32",
"version": "1.0.33",
"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.35"
"rmw-shell-template": "^1.0.36"
},
"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.35",
"version": "1.0.36",
"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.74"
"@ecronix/rmw-shell": "^11.2.75"
},
"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.74",
"version": "11.2.75",
"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.55",
"@ecronix/material-ui-shell": "^3.5.46",
"@ecronix/base-shell": "^2.6.56",
"@ecronix/material-ui-shell": "^3.5.47",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
Expand Down

0 comments on commit 4df7c85

Please # to comment.