Skip to content

Commit dd74b4e

Browse files
chore: update versions
1 parent 5dbfd2d commit dd74b4e

File tree

12 files changed

+44
-29
lines changed

12 files changed

+44
-29
lines changed

.changeset/dependabot-30b6318.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/dependabot-6135107.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependabot-706bfce.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/dependabot-8343a63.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/washboard-ui/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# washboard-ui
22

3+
## 0.8.5
4+
5+
### Patch Changes
6+
7+
- [#420](https://github.com/wasmCloud/typescript/pull/420) [`74f79bd`](https://github.com/wasmCloud/typescript/commit/74f79bdf6a41a6250291c4c9791414b8dcb389cc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
8+
9+
- [#427](https://github.com/wasmCloud/typescript/pull/427) [`c042afd`](https://github.com/wasmCloud/typescript/commit/c042afdef4c81b60b4a31ffc2e6d89e50c944d8f) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump `lucide-react` in the prod-dependencies group
10+
11+
- [#426](https://github.com/wasmCloud/typescript/pull/426) [`d1ca66d`](https://github.com/wasmCloud/typescript/commit/d1ca66de7be2edf6abc940c92cd94030dd84e6cf) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
12+
13+
- [#424](https://github.com/wasmCloud/typescript/pull/424) [`f07b91f`](https://github.com/wasmCloud/typescript/commit/f07b91f12d34d1d5fcc11a85d8b8e35540d49cbc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump `the` prod-dependencies group across 1 directory with 9 updates
14+
15+
- Updated dependencies [[`d1ca66d`](https://github.com/wasmCloud/typescript/commit/d1ca66de7be2edf6abc940c92cd94030dd84e6cf)]:
16+
- @wasmcloud/lattice-client-react@0.5.11
17+
318
## 0.8.4
419

520
### Patch Changes

apps/washboard-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "washboard-ui",
33
"private": true,
4-
"version": "0.8.4",
4+
"version": "0.8.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

packages/eslint-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wasmcloud/eslint-config
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- [#420](https://github.com/wasmCloud/typescript/pull/420) [`74f79bd`](https://github.com/wasmCloud/typescript/commit/74f79bdf6a41a6250291c4c9791414b8dcb389cc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
8+
9+
- [#424](https://github.com/wasmCloud/typescript/pull/424) [`f07b91f`](https://github.com/wasmCloud/typescript/commit/f07b91f12d34d1d5fcc11a85d8b8e35540d49cbc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump `the` prod-dependencies group across 1 directory with 9 updates
10+
311
## 0.1.5
412

513
### Patch Changes

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wasmcloud/eslint-config",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/lattice-client-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wasmcloud/lattice-client-core
22

3+
## 0.5.11
4+
5+
### Patch Changes
6+
7+
- [#426](https://github.com/wasmCloud/typescript/pull/426) [`d1ca66d`](https://github.com/wasmCloud/typescript/commit/d1ca66de7be2edf6abc940c92cd94030dd84e6cf) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
8+
9+
- [#424](https://github.com/wasmCloud/typescript/pull/424) [`f07b91f`](https://github.com/wasmCloud/typescript/commit/f07b91f12d34d1d5fcc11a85d8b8e35540d49cbc) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump `the` prod-dependencies group across 1 directory with 9 updates
10+
311
## 0.5.10
412

513
### Patch Changes

packages/lattice-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wasmcloud/lattice-client-core",
33
"license": "Apache-2.0",
4-
"version": "0.5.10",
4+
"version": "0.5.11",
55
"description": "Framework-agnostic core package for the wasmCloud Lattice Client",
66
"author": "wasmCloud",
77
"repository": {

0 commit comments

Comments
 (0)