From 72aee4e960cd318f96250301b738959a577cdd22 Mon Sep 17 00:00:00 2001 From: Kristiyan Tachev Date: Thu, 7 Mar 2024 14:45:33 +0000 Subject: [PATCH] 0.0.129 --- package.json | 4 ++-- packages/component/package.json | 6 +++--- packages/components/package.json | 6 +++--- packages/custom-attributes/package.json | 4 ++-- packages/decorators/package.json | 4 ++-- packages/di/package.json | 4 ++-- packages/experiments/package.json | 6 +++--- packages/graphql/package.json | 4 ++-- packages/hooks/package.json | 4 ++-- packages/modifiers/package.json | 6 +++--- packages/operators/package.json | 6 +++--- packages/renderer/package.json | 4 ++-- packages/schematics/package.json | 4 ++-- 13 files changed, 31 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 37f72b2..b77f54a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rhtml", - "version": "0.0.128", + "version": "0.0.129", "description": "Reactive HyperText Markup Language", "bolt": { "workspaces": [ @@ -67,4 +67,4 @@ "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0", "graphql-tag": "^2.12.6" } -} \ No newline at end of file +} diff --git a/packages/component/package.json b/packages/component/package.json index 1d020e3..7f1f27a 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/component", - "version": "0.0.128", + "version": "0.0.129", "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.128" + "@rhtml/renderer": "0.0.129" }, "peerDependencies": { "rxjs": "^7.8.0" @@ -33,4 +33,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/components/package.json b/packages/components/package.json index c0e4f80..d9f3323 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/components", - "version": "0.0.128", + "version": "0.0.129", "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.128", + "@rhtml/renderer": "0.0.129", "rxjs": "^7.8.0", "shades": "^2.1.0" }, @@ -31,4 +31,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/custom-attributes/package.json b/packages/custom-attributes/package.json index 36f8001..1bf3044 100644 --- a/packages/custom-attributes/package.json +++ b/packages/custom-attributes/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/custom-attributes", - "version": "0.0.128", + "version": "0.0.129", "description": "Custom Attribute Registry", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -27,4 +27,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/decorators/package.json b/packages/decorators/package.json index da120f4..35ac824 100644 --- a/packages/decorators/package.json +++ b/packages/decorators/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/decorators", - "version": "0.0.128", + "version": "0.0.129", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -27,4 +27,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/di/package.json b/packages/di/package.json index ec33cd9..417c8b5 100644 --- a/packages/di/package.json +++ b/packages/di/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/di", - "version": "0.0.128", + "version": "0.0.129", "description": "RHTML simplest Dependency Injection", "scripts": { "start": "npx gapi start --local --path=./example/main.ts", @@ -38,4 +38,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/experiments/package.json b/packages/experiments/package.json index 5eea239..9421adf 100644 --- a/packages/experiments/package.json +++ b/packages/experiments/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/experiments", - "version": "0.0.128", + "version": "0.0.129", "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.128" + "@rhtml/operators": "0.0.129" }, "browserslist": [ "last 1 chrome versions" @@ -30,4 +30,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/graphql/package.json b/packages/graphql/package.json index b62cb98..94f9bc4 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/graphql", - "version": "0.0.128", + "version": "0.0.129", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -35,4 +35,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 2572ddb..f4087f8 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/hooks", - "version": "0.0.128", + "version": "0.0.129", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -29,4 +29,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/modifiers/package.json b/packages/modifiers/package.json index 8c601ba..0479f3a 100644 --- a/packages/modifiers/package.json +++ b/packages/modifiers/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/modifiers", - "version": "0.0.128", + "version": "0.0.129", "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.128" + "@rhtml/custom-attributes": "0.0.129" }, "devDependencies": {}, "author": "Kristiyan Tachev", @@ -29,4 +29,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/operators/package.json b/packages/operators/package.json index 93e1732..b294589 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/operators", - "version": "0.0.128", + "version": "0.0.129", "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.128" + "@rhtml/renderer": "0.0.129" }, "devDependencies": {}, "browserslist": [ @@ -30,4 +30,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/renderer/package.json b/packages/renderer/package.json index a869d65..b1463db 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/renderer", - "version": "0.0.128", + "version": "0.0.129", "description": "Reactive HyperText Markup Language", "scripts": { "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist", @@ -31,4 +31,4 @@ "types": "./dist/index.d.ts", "module": "./dist/index.js", "typings": "./dist/index.d.ts" -} \ No newline at end of file +} diff --git a/packages/schematics/package.json b/packages/schematics/package.json index c19f829..e4a11a7 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -1,6 +1,6 @@ { "name": "@rhtml/schematics", - "version": "0.0.128", + "version": "0.0.129", "description": "Reactive HyperText Markup Language", "scripts": { "start": "npx parcel ./examples/index.html --out-dir build/examples", @@ -35,4 +35,4 @@ "module": "./dist/index.js", "typings": "./dist/index.d.ts", "schematics": "./collection.json" -} \ No newline at end of file +}