chore(release): prepare v0.1.0 release for main #16

Merged
Ninosaurier merged 90 commits from dev into main 2026-08-05 15:57:47 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 82cfca4215 - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"timestamp": "2026-07-22T21:49:28", "timestamp": "2026-08-01T23:02:04",
"compiler": { "compiler": {
"name": "@stencil/core", "name": "@stencil/core",
"version": "4.43.5", "version": "4.43.5",
@@ -8,10 +8,10 @@
## Properties ## Properties
| Property | Attribute | Description | Type | Default | | Property | Attribute | Description | Type | Default |
| -------- | --------- | --------------- | -------- | ----------- | | -------- | --------- | --------------- | --------------------- | ----------- |
| `first` | `first` | The first name | `string` | `undefined` | | `first` | `first` | The first name | `string \| undefined` | `undefined` |
| `last` | `last` | The last name | `string` | `undefined` | | `last` | `last` | The last name | `string \| undefined` | `undefined` |
| `middle` | `middle` | The middle name | `string` | `undefined` | | `middle` | `middle` | The middle name | `string \| undefined` | `undefined` |
---------------------------------------------- ----------------------------------------------