Skip to content

Commit

Permalink
Merge pull request #3 from aeciorc/publish
Browse files Browse the repository at this point in the history
Update versions for publishing
  • Loading branch information
aeciorc authored May 2, 2024
2 parents aa4e9e7 + f81e749 commit f57a94a
Show file tree
Hide file tree
Showing 7 changed files with 285 additions and 13 deletions.
92 changes: 89 additions & 3 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-repository",
"private": true,
"name": "uniforms-react18",
"version": "0.0.2",
"scripts": {
"build": "tsc --build --incremental tsconfig.build.json",
"clean": "tsc --build --clean tsconfig.build.json && rimraf coverage",
Expand Down
6 changes: 3 additions & 3 deletions packages/uniforms-bridge-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-bridge-graphql",
"version": "4.0.0-alpha.5",
"name": "uniforms-react18-bridge-graphql",
"version": "0.0.2",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"tslib": "^2.2.0",
"uniforms": "^4.0.0-alpha.5"
"uniforms-react18-core": "^0.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/uniforms-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms-mui",
"version": "4.0.0-alpha.5",
"name": "uniforms-react18-material-ui",
"version": "0.0.2",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
"invariant": "^2.0.0",
"lodash": "^4.0.0",
"tslib": "^2.2.0",
"uniforms": "^4.0.0-alpha.5"
"uniforms-react18-core": "^0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/uniforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uniforms",
"version": "4.0.0-alpha.5",
"name": "uniforms-react18-core",
"version": "0.0.2",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
Expand Down
93 changes: 93 additions & 0 deletions reproductions/package-lock.json

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

93 changes: 93 additions & 0 deletions website/package-lock.json

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

0 comments on commit f57a94a

Please sign in to comment.