diff --git a/package.json b/package.json index b77f54a..a65fc6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhtml", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ diff --git a/packages/component/package.json b/packages/component/package.json index 7f1f27a..d9523de 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/component", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -18,7 +18,7 @@ }, "dependencies": { "@rxdi/lit-html": "^0.7.178", - "@rhtml/renderer": "0.0.129" + "@rhtml/renderer": "0.0.130" }, "peerDependencies": { "rxjs": "^7.8.0" diff --git a/packages/components/package.json b/packages/components/package.json index d9f3323..139808f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/components", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -14,7 +14,7 @@ }, "dependencies": { "@rxdi/lit-html": "^0.7.178", - "@rhtml/renderer": "0.0.129", + "@rhtml/renderer": "0.0.130", "rxjs": "^7.8.0", "shades": "^2.1.0" }, diff --git a/packages/custom-attributes/package.json b/packages/custom-attributes/package.json index 1bf3044..083b287 100644 --- a/packages/custom-attributes/package.json +++ b/packages/custom-attributes/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/custom-attributes", - "version": "0.0.129", + "version": "0.0.130", "description": "Custom Attribute Registry", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", diff --git a/packages/decorators/package.json b/packages/decorators/package.json index 35ac824..16e4e4e 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/decorators", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", diff --git a/packages/di/package.json b/packages/di/package.json index 417c8b5..434fdb8 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/di", - "version": "0.0.129", + "version": "0.0.130", "description": "RHTML simplest Dependency Injection", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", diff --git a/packages/experiments/package.json b/packages/experiments/package.json index 9421adf..a8a45c3 100644 --- a/packages/experiments/package.json +++ b/packages/experiments/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/experiments", - "version": "0.0.129", + "version": "0.0.130", "description": "RHTML Experiments repo", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "@rxdi/lit-html": "^0.7.178", - "@rhtml/operators": "0.0.129" + "@rhtml/operators": "0.0.130" }, "browserslist": [ "last 1 chrome versions" diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 94f9bc4..0e3b97f 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/graphql", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f4087f8..21c41e5 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/hooks", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", diff --git a/packages/modifiers/package.json b/packages/modifiers/package.json index 0479f3a..4a45ea3 100644 --- a/packages/modifiers/package.json +++ b/packages/modifiers/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/modifiers", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -17,7 +17,7 @@ "url": "git@github.com:rhtml/rhtml.git" }, "dependencies": { - "@rhtml/custom-attributes": "0.0.129" + "@rhtml/custom-attributes": "0.0.130" }, "devDependencies": {}, "author": "Kristiyan Tachev", diff --git a/packages/operators/package.json b/packages/operators/package.json index b294589..1fa745c 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/operators", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "@rxdi/lit-html": "^0.7.178", - "@rhtml/renderer": "0.0.129" + "@rhtml/renderer": "0.0.130" }, "devDependencies": {}, "browserslist": [ diff --git a/packages/renderer/package.json b/packages/renderer/package.json index b1463db..34e185d 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/renderer", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist", diff --git a/packages/schematics/package.json b/packages/schematics/package.json index e4a11a7..1ccfb1a 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/schematics", - "version": "0.0.129", + "version": "0.0.130", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples",