Skip to content

Commit

Permalink
[release] v6.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Jan 18, 2024
1 parent 86b9647 commit 0a0d308
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/docs",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "examples-shared",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/shared",
"license": "MIT",
"type": "module",
Expand Down
12 changes: 6 additions & 6 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-todo",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/todo",
"license": "MIT",
"type": "module",
Expand All @@ -13,12 +13,12 @@
},
"dependencies": {
"@vitejs/plugin-react": "4.2.0",
"examples-shared": "6.0.0-beta.12",
"examples-shared": "6.0.0-beta.13",
"react": "18.2.0",
"react-cosmos": "6.0.0-beta.12",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.12",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.12",
"react-cosmos-plugin-vite": "6.0.0-beta.12",
"react-cosmos": "6.0.0-beta.13",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.13",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.13",
"react-cosmos-plugin-vite": "6.0.0-beta.13",
"react-dom": "18.2.0",
"vite": "5.0.4"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-vite",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/vite",
"license": "MIT",
"type": "module",
Expand All @@ -14,12 +14,12 @@
"dependencies": {
"@mdx-js/rollup": "3.0.0",
"@vitejs/plugin-react": "4.2.0",
"examples-shared": "6.0.0-beta.12",
"examples-shared": "6.0.0-beta.13",
"react": "18.2.0",
"react-cosmos": "6.0.0-beta.12",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.12",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.12",
"react-cosmos-plugin-vite": "6.0.0-beta.12",
"react-cosmos": "6.0.0-beta.13",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.13",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.13",
"react-cosmos-plugin-vite": "6.0.0-beta.13",
"react-dom": "18.2.0",
"vite": "5.0.4"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-webpack",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/webpack",
"license": "MIT",
"type": "module",
Expand All @@ -17,12 +17,12 @@
"@babel/preset-typescript": "7.23.3",
"@mdx-js/loader": "3.0.0",
"babel-loader": "9.1.3",
"examples-shared": "6.0.0-beta.12",
"examples-shared": "6.0.0-beta.13",
"react": "18.2.0",
"react-cosmos": "6.0.0-beta.12",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.12",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.12",
"react-cosmos-plugin-webpack": "6.0.0-beta.12",
"react-cosmos": "6.0.0-beta.13",
"react-cosmos-plugin-boolean-input": "6.0.0-beta.13",
"react-cosmos-plugin-open-fixture": "6.0.0-beta.13",
"react-cosmos-plugin-webpack": "6.0.0-beta.13",
"react-dom": "18.2.0",
"webpack": "5.89.0"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cosmos-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-core",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos Core",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-core",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-cosmos-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-dom",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos DOM",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-dom",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"lodash-es": "4.17.21",
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-renderer": "6.0.0-beta.12"
"react-cosmos-core": "6.0.0-beta.13",
"react-cosmos-renderer": "6.0.0-beta.13"
}
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-native/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-native",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos Native",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-native",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-renderer": "6.0.0-beta.12"
"react-cosmos-core": "6.0.0-beta.13",
"react-cosmos-renderer": "6.0.0-beta.13"
}
}
8 changes: 4 additions & 4 deletions packages/react-cosmos-next/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "react-cosmos-next",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "Next.js API for React Cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-next",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"lodash-es": "4.17.21",
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-dom": "6.0.0-beta.12",
"react-cosmos-renderer": "6.0.0-beta.12",
"react-cosmos-core": "6.0.0-beta.13",
"react-cosmos-dom": "6.0.0-beta.13",
"react-cosmos-renderer": "6.0.0-beta.13",
"react-is": "18.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-plugin-boolean-input/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-plugin-boolean-input",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos plugin for turning boolean control inputs into checkboxes",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-boolean-input",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"devDependencies": {
"react-cosmos-ui": "6.0.0-beta.12",
"react-cosmos-ui": "6.0.0-beta.13",
"react-plugin": "3.0.0-alpha.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-plugin-open-fixture/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-plugin-open-fixture",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos plugin for opening fixture source files",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-open-fixture",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"devDependencies": {
"react-cosmos-ui": "6.0.0-beta.12",
"react-cosmos-ui": "6.0.0-beta.13",
"react-plugin": "3.0.0-alpha.4"
}
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-plugin-vite",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "Vite plugin for React Cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-vite",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"dependencies": {
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-dom": "6.0.0-beta.12"
"react-cosmos-core": "6.0.0-beta.13",
"react-cosmos-dom": "6.0.0-beta.13"
},
"peerDependencies": {
"vite": "*"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-cosmos-plugin-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "react-cosmos-plugin-webpack",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "Webpack plugin for React Cosmos",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-webpack",
"license": "MIT",
"type": "module",
"main": "cosmos.plugin.json",
"dependencies": {
"lodash-es": "4.17.21",
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-dom": "6.0.0-beta.12",
"react-cosmos-core": "6.0.0-beta.13",
"react-cosmos-dom": "6.0.0-beta.13",
"react-error-overlay": "6.0.9",
"webpack-dev-middleware": "6.1.1",
"webpack-hot-middleware": "2.25.4"
},
"devDependencies": {
"react-cosmos-ui": "6.0.0-beta.12",
"react-cosmos-ui": "6.0.0-beta.13",
"react-plugin": "3.0.0-alpha.4"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-cosmos-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-renderer",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos Renderer",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-renderer",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"lodash-es": "4.17.21",
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-core": "6.0.0-beta.13",
"react-is": "18.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-ui",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "React Cosmos UI",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-ui",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"lodash-es": "4.17.21",
"react-cosmos-core": "6.0.0-beta.12"
"react-cosmos-core": "6.0.0-beta.13"
},
"devDependencies": {
"fuzzaldrin-plus": "0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cosmos",
"version": "6.0.0-beta.12",
"version": "6.0.0-beta.13",
"description": "Sandbox for developing and testing UI components in isolation",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
"open": "8.4.2",
"pem": "1.14.8",
"pkg-up": "4.0.0",
"react-cosmos-core": "6.0.0-beta.12",
"react-cosmos-renderer": "6.0.0-beta.12",
"react-cosmos-ui": "6.0.0-beta.12",
"react-cosmos-core": "6.0.0-beta.13",
"react-cosmos-renderer": "6.0.0-beta.13",
"react-cosmos-ui": "6.0.0-beta.13",
"ws": "8.14.2",
"yargs": "17.7.2"
},
Expand Down

0 comments on commit 0a0d308

Please sign in to comment.