Skip to content

Commit

Permalink
0.0.129
Browse files Browse the repository at this point in the history
  • Loading branch information
Stradivario committed Mar 7, 2024
1 parent 279d29e commit 72aee4e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rhtml",
"version": "0.0.128",
"version": "0.0.129",
"description": "Reactive HyperText Markup Language",
"bolt": {
"workspaces": [
Expand Down Expand Up @@ -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"
}
}
}
6 changes: 3 additions & 3 deletions packages/component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -33,4 +33,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand All @@ -31,4 +31,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/custom-attributes/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -27,4 +27,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -27,4 +27,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -38,4 +38,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/experiments/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -30,4 +30,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -35,4 +35,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -29,4 +29,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/modifiers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +17,7 @@
"url": "[email protected]:rhtml/rhtml.git"
},
"dependencies": {
"@rhtml/custom-attributes": "0.0.128"
"@rhtml/custom-attributes": "0.0.129"
},
"devDependencies": {},
"author": "Kristiyan Tachev",
Expand All @@ -29,4 +29,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
6 changes: 3 additions & 3 deletions packages/operators/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand All @@ -30,4 +30,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,4 +31,4 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/schematics/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -35,4 +35,4 @@
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"schematics": "./collection.json"
}
}

0 comments on commit 72aee4e

Please sign in to comment.