Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.1.0 #453

Merged
merged 9 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/redux-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.11.2",
"@metacell/geppetto-meta-client": "^1.0.6",
"@metacell/geppetto-meta-core": "^1.0.6",
"@metacell/geppetto-meta-ui": "^1.0.6",
"@metacell/geppetto-meta-client": "^1.1.0",
"@metacell/geppetto-meta-core": "^1.1.0",
"@metacell/geppetto-meta-ui": "^1.1.0",
"@nosferatu500/react-sortable-tree": "3.0.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@reduxjs/toolkit": "^1.5.1",
Expand Down Expand Up @@ -115,7 +115,7 @@
"babel-loader": "8.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-preset-react-app": "^10.0.0",
"babel-preset-react-app": "10.0.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "4.3.0",
"dotenv-cli": "^4.0.0",
Expand Down
17,915 changes: 17,915 additions & 0 deletions examples/redux-react-app/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions geppetto.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Start with this one as there are no other *geppetto-meta* dependencies needed
Update version on package.json

```
rm -rf node_modules build package-lock.json yarn.lock
rm -rf node_modules build
npm install
npm run build
cd build
Expand All @@ -50,7 +50,7 @@ Update version on package.json
Update *geppetto-meta-core* reference on package.json *peerDependencies*

```
rm -rf node_modules build package-lock.json yarn.lock
rm -rf node_modules build
npm install
npm run build
cd build
Expand All @@ -63,7 +63,7 @@ Update version on package.json
Update *geppetto-meta-core and geppetto-meta-ui* reference on package.json *peerDependencies*

```
rm -rf node_modules build package-lock.json yarn.lock
rm -rf node_modules build
npm install
npm run build
cd build
Expand Down
Loading