Skip to content

Commit

Permalink
v0.20.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Sep 12, 2020
1 parent 911cc30 commit 0d88e32
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 74 deletions.
12 changes: 6 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.19.3"
}
{
"packages": [
"packages/*"
],
"version": "0.20.0-beta.0"
}
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-solid",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"description": "Babel preset to transform JSX for Solid.js",
"author": "Ryan Carniato <ryansolid@gmail.com>",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/babel-preset-solid#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-solid-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-solid-state",
"description": "Auto tracking state management for modern React",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/react-solid-state#readme",
Expand All @@ -17,7 +17,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"solid-js": "^0.19.3"
"solid-js": "^0.20.0-beta.0"
},
"peerDependencies": {
"react": "^16.8.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponents wrapper for Solid",
"author": "Ryan Carniato",
"license": "MIT",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/solid-element#readme",
"main": "lib/solid-element.js",
"module": "dist/solid-element.js",
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {
"component-register": "~0.8.0",
"solid-js": "^0.19.3"
"solid-js": "^0.20.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/solid-rx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-rx",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"description": "Functionally reactive extensions for Solid.js",
"author": "Ryan Carniato <ryansolid@gmail.com>",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/solid-rx#readme",
Expand Down Expand Up @@ -29,6 +29,6 @@
"solid-js": "^0.18.0"
},
"devDependencies": {
"solid-js": "^0.19.3"
"solid-js": "^0.20.0-beta.0"
}
}
6 changes: 3 additions & 3 deletions packages/solid-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-ssr",
"description": "Patches node to work with Solid's SSR",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -24,9 +24,9 @@
"start:example:stream": "node examples/stream/lib/index.js"
},
"devDependencies": {
"babel-preset-solid": "^0.19.3",
"babel-preset-solid": "^0.20.0-beta.0",
"express": "^4.17.1",
"solid-js": "^0.19.3"
"solid-js": "^0.20.0-beta.0"
},
"peerDependencies": {
"solid-js": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-styled-components",
"description": "Solid wrapper for Styled JSX",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"solid-js": "^0.18.0"
},
"devDependencies": {
"solid-js": "^0.19.3"
"solid-js": "^0.20.0-beta.0"
}
}
4 changes: 2 additions & 2 deletions packages/solid-styled-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-styled-jsx",
"description": "Solid wrapper for Styled JSX",
"version": "0.19.3",
"version": "0.20.0-beta.0",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -23,6 +23,6 @@
"styled-jsx": "^3.2.5"
},
"devDependencies": {
"solid-js": "^0.19.3"
"solid-js": "^0.20.0-beta.0"
}
}
108 changes: 54 additions & 54 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "0.19.3",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/ryansolid/solid#readme",
"main": "lib/index.js",
"module": "dist/index.js",
"types": "types/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"dom",
"h",
"html",
"server",
"lib",
"types"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./lib/index.js"
},
"./dom": {
"import": "./dist/dom/index.js",
"require": "./lib/dom/index.js"
},
"./h": {
"import": "./dist/dom/h.js",
"require": "./lib/dom/h.js"
},
"./html": {
"import": "./dist/dom/html.js",
"require": "./lib/dom/html.js"
},
"./server": {
"import": "./dist/server/index.js",
"require": "./lib/server/index.js"
}
},
"scripts": {
"prebuild": "rimraf dist/* lib/* types/*",
"build": "npm-run-all -cnl build:*",
"build:js": "rollup -c",
"build:types": "tsc",
"bench": "node --allow-natives-syntax bench/bench.js",
"test": "jest && npm run test:types",
"test:coverage": "jest --coverage && npm run test:types",
"test:types": "tsc --project tsconfig.test.json",
"report:coverage": "cat ./coverage/lcov.info | ../../node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}
}
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "0.20.0-beta.0",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/ryansolid/solid#readme",
"main": "lib/index.js",
"module": "dist/index.js",
"types": "types/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"dom",
"h",
"html",
"server",
"lib",
"types"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./lib/index.js"
},
"./dom": {
"import": "./dist/dom/index.js",
"require": "./lib/dom/index.js"
},
"./h": {
"import": "./dist/dom/h.js",
"require": "./lib/dom/h.js"
},
"./html": {
"import": "./dist/dom/html.js",
"require": "./lib/dom/html.js"
},
"./server": {
"import": "./dist/server/index.js",
"require": "./lib/server/index.js"
}
},
"scripts": {
"prebuild": "rimraf dist/* lib/* types/*",
"build": "npm-run-all -cnl build:*",
"build:js": "rollup -c",
"build:types": "tsc",
"bench": "node --allow-natives-syntax bench/bench.js",
"test": "jest && npm run test:types",
"test:coverage": "jest --coverage && npm run test:types",
"test:types": "tsc --project tsconfig.test.json",
"report:coverage": "cat ./coverage/lcov.info | ../../node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
}
}

0 comments on commit 0d88e32

Please sign in to comment.