Skip to content

Commit

Permalink
beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjc5 committed Oct 23, 2023
1 parent ac0190b commit 1c6068c
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 20 deletions.
8 changes: 8 additions & 0 deletions .changeset/neat-moles-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"create-hwy": patch
"@hwy-js/build": patch
"hwy": patch
"@hwy-js/dev": patch
---

Update types
8 changes: 8 additions & 0 deletions .changeset/poor-phones-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"create-hwy": patch
"@hwy-js/build": patch
"hwy": patch
"@hwy-js/dev": patch
---

Add style types
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"early-readers-rule",
"famous-adults-push",
"neat-moles-brush",
"poor-phones-lie",
"rude-kiwis-approve"
]
}
24 changes: 12 additions & 12 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@hono/node-server": "^1.2.0",
"highlight.js": "^11.9.0",
"hono": "^3.8.3",
"hwy": "0.4.2-beta.3"
"hwy": "0.4.2-beta.4"
},
"devDependencies": {
"@hwy-js/build": "0.4.2-beta.3",
"@hwy-js/dev": "0.4.2-beta.3",
"@hwy-js/build": "0.4.2-beta.4",
"@hwy-js/dev": "0.4.2-beta.4",
"@types/node": "^20.8.7",
"@types/nprogress": "^0.2.2",
"htmx.org": "^1.9.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hwy-js/build

## 0.4.2-beta.4

### Patch Changes

- Add style types

## 0.4.2-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hwy-js/build",
"version": "0.4.2-beta.3",
"version": "0.4.2-beta.4",
"author": {
"name": "Samuel J. Cook"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# hwy

## 0.4.2-beta.4

### Patch Changes

- Add style types

## 0.4.2-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hwy",
"version": "0.4.2-beta.3",
"version": "0.4.2-beta.4",
"author": {
"name": "Samuel J. Cook"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/create-hwy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-hwy

## 0.4.2-beta.4

### Patch Changes

- Add style types

## 0.4.2-beta.3

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/create-hwy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hwy",
"version": "0.4.2-beta.3",
"version": "0.4.2-beta.4",
"author": {
"name": "Samuel J. Cook"
},
Expand Down Expand Up @@ -28,6 +28,7 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@hwy-js/dev": "workspace:*",
"@types/inquirer": "^9.0.6",
"@types/node": "^20.8.7",
"@types/nprogress": "^0.2.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/create-hwy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"verbatimModuleSyntax": true,
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
"jsxImportSource": "hono/jsx",
"types": ["@hwy-js/dev"]
},
"exclude": ["node_modules", "dist"]
}
6 changes: 6 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hwy-js/dev

## 0.4.2-beta.4

### Patch Changes

- Add style types

## 0.4.2-beta.3

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions packages/dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ declare global {
dangerouslySetInnerHTML?: { __html: string };
class?: string | undefined;
children?: Child | Child[];
style?: Partial<CSSStyleDeclaration> | string | undefined;
}
>;

Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hwy-js/dev",
"version": "0.4.2-beta.3",
"version": "0.4.2-beta.4",
"author": {
"name": "Samuel J. Cook"
},
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c6068c

Please sign in to comment.