Skip to content

Commit

Permalink
[release] v6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Mar 11, 2024
1 parent cb0bcd0 commit f83799a
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 91 deletions.
10 changes: 5 additions & 5 deletions examples/todo/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-todo",
"version": "6.1.0",
"version": "6.1.1",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/todo",
"license": "MIT",
"type": "module",
Expand All @@ -15,10 +15,10 @@
"@vitejs/plugin-react": "4.2.1",
"examples-shared": "^6.1.0",
"react": "18.2.0",
"react-cosmos": "^6.1.0",
"react-cosmos-plugin-boolean-input": "^6.1.0",
"react-cosmos-plugin-open-fixture": "^6.1.0",
"react-cosmos-plugin-vite": "^6.1.0",
"react-cosmos": "^6.1.1",
"react-cosmos-plugin-boolean-input": "^6.1.1",
"react-cosmos-plugin-open-fixture": "^6.1.1",
"react-cosmos-plugin-vite": "^6.1.1",
"react-dom": "18.2.0",
"vite": "5.1.4"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/vite/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-vite",
"version": "6.1.0",
"version": "6.1.1",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/vite",
"license": "MIT",
"type": "module",
Expand All @@ -16,10 +16,10 @@
"@vitejs/plugin-react": "4.2.1",
"examples-shared": "^6.1.0",
"react": "18.2.0",
"react-cosmos": "^6.1.0",
"react-cosmos-plugin-boolean-input": "^6.1.0",
"react-cosmos-plugin-open-fixture": "^6.1.0",
"react-cosmos-plugin-vite": "^6.1.0",
"react-cosmos": "^6.1.1",
"react-cosmos-plugin-boolean-input": "^6.1.1",
"react-cosmos-plugin-open-fixture": "^6.1.1",
"react-cosmos-plugin-vite": "^6.1.1",
"react-dom": "18.2.0",
"vite": "5.1.4"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/webpack/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-webpack",
"version": "6.1.0",
"version": "6.1.1",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/main/examples/webpack",
"license": "MIT",
"type": "module",
Expand All @@ -19,10 +19,10 @@
"babel-loader": "9.1.3",
"examples-shared": "^6.1.0",
"react": "18.2.0",
"react-cosmos": "^6.1.0",
"react-cosmos-plugin-boolean-input": "^6.1.0",
"react-cosmos-plugin-open-fixture": "^6.1.0",
"react-cosmos-plugin-webpack": "^6.1.0",
"react-cosmos": "^6.1.1",
"react-cosmos-plugin-boolean-input": "^6.1.1",
"react-cosmos-plugin-open-fixture": "^6.1.1",
"react-cosmos-plugin-webpack": "^6.1.1",
"react-dom": "18.2.0",
"webpack": "5.89.0"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "6.1.0",
"version": "6.1.1",
"command": {
"publish": {
"registry": "https://registry.npmjs.org",
Expand Down
90 changes: 45 additions & 45 deletions 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/react-cosmos-core/package.json
@@ -1,6 +1,6 @@
{
"name": "react-cosmos-core",
"version": "6.1.0",
"version": "6.1.1",
"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
@@ -1,14 +1,14 @@
{
"name": "react-cosmos-dom",
"version": "6.1.0",
"version": "6.1.1",
"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.1.0",
"react-cosmos-renderer": "^6.1.0"
"react-cosmos-core": "^6.1.1",
"react-cosmos-renderer": "^6.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/react-cosmos-native/package.json
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-native",
"version": "6.1.0",
"version": "6.1.1",
"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.1.0",
"react-cosmos-renderer": "^6.1.0"
"react-cosmos-core": "^6.1.1",
"react-cosmos-renderer": "^6.1.1"
}
}
8 changes: 4 additions & 4 deletions packages/react-cosmos-next/package.json
@@ -1,16 +1,16 @@
{
"name": "react-cosmos-next",
"version": "6.1.0",
"version": "6.1.1",
"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.1.0",
"react-cosmos-dom": "^6.1.0",
"react-cosmos-renderer": "^6.1.0",
"react-cosmos-core": "^6.1.1",
"react-cosmos-dom": "^6.1.1",
"react-cosmos-renderer": "^6.1.1",
"react-is": "18.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-plugin-boolean-input/package.json
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-plugin-boolean-input",
"version": "6.1.0",
"version": "6.1.1",
"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.1.0",
"react-cosmos-ui": "^6.1.1",
"react-plugin": "3.0.0-alpha.4"
}
}
4 changes: 2 additions & 2 deletions packages/react-cosmos-plugin-open-fixture/package.json
@@ -1,13 +1,13 @@
{
"name": "react-cosmos-plugin-open-fixture",
"version": "6.1.0",
"version": "6.1.1",
"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.1.0",
"react-cosmos-ui": "^6.1.1",
"react-plugin": "3.0.0-alpha.4"
}
}

0 comments on commit f83799a

Please sign in to comment.