Skip to content

Commit 1e47d0c

Browse files
chore: update versions
1 parent 53cd4f0 commit 1e47d0c

File tree

13 files changed

+48
-35
lines changed

13 files changed

+48
-35
lines changed

.changeset/dependabot-052e5eb.md

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

.changeset/dependabot-137ff0d.md

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

.changeset/dependabot-1fa5a7d.md

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

.changeset/dependabot-88e4949.md

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

.changeset/dependabot-91ae27e.md

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

apps/washboard-ui/CHANGELOG.md

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

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#324](https://github.com/wasmCloud/typescript/pull/324) [`4cdc7c1`](https://github.com/wasmCloud/typescript/commit/4cdc7c1c60b4edbae30cecab41f4cd9e51bebb2d) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `@vitejs/plugin-react` from 4.7.0 to 5.0.0
8+
9+
- [#330](https://github.com/wasmCloud/typescript/pull/330) [`bceaead`](https://github.com/wasmCloud/typescript/commit/bceaead3e27806e85640350f2e7363a0a009e191) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group across 1 directory with 6 updates
10+
11+
- [#323](https://github.com/wasmCloud/typescript/pull/323) [`bcadf53`](https://github.com/wasmCloud/typescript/commit/bcadf5368bd751da6d20f915772dc6aacdce9950) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump `the` prod-dependencies group with 10 updates
12+
13+
- [#333](https://github.com/wasmCloud/typescript/pull/333) [`53cd4f0`](https://github.com/wasmCloud/typescript/commit/53cd4f085e61e2d6e73f277f2cd8fe1e1bd4b0c5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
14+
15+
- [#321](https://github.com/wasmCloud/typescript/pull/321) [`05e3152`](https://github.com/wasmCloud/typescript/commit/05e31520b9478200afb99d40172ba9a8411c8752) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `@vitejs/plugin-react-swc` from 3.11.0 to 4.0.0
16+
17+
- Updated dependencies [[`4cdc7c1`](https://github.com/wasmCloud/typescript/commit/4cdc7c1c60b4edbae30cecab41f4cd9e51bebb2d), [`bceaead`](https://github.com/wasmCloud/typescript/commit/bceaead3e27806e85640350f2e7363a0a009e191)]:
18+
- @wasmcloud/lattice-client-react@0.5.9
19+
320
## 0.8.1
421

522
### 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.1",
4+
"version": "0.8.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

packages/eslint-config/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#330](https://github.com/wasmCloud/typescript/pull/330) [`bceaead`](https://github.com/wasmCloud/typescript/commit/bceaead3e27806e85640350f2e7363a0a009e191) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group across 1 directory with 6 updates
8+
9+
- [#323](https://github.com/wasmCloud/typescript/pull/323) [`bcadf53`](https://github.com/wasmCloud/typescript/commit/bcadf5368bd751da6d20f915772dc6aacdce9950) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump `the` prod-dependencies group with 10 updates
10+
11+
- [#333](https://github.com/wasmCloud/typescript/pull/333) [`53cd4f0`](https://github.com/wasmCloud/typescript/commit/53cd4f085e61e2d6e73f277f2cd8fe1e1bd4b0c5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
12+
313
## 0.1.2
414

515
### 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.2",
3+
"version": "0.1.3",
44
"private": true,
55
"license": "MIT",
66
"type": "module",

packages/lattice-client-core/CHANGELOG.md

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

3+
## 0.5.9
4+
5+
### Patch Changes
6+
7+
- [#330](https://github.com/wasmCloud/typescript/pull/330) [`bceaead`](https://github.com/wasmCloud/typescript/commit/bceaead3e27806e85640350f2e7363a0a009e191) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group across 1 directory with 6 updates
8+
39
## 0.5.8
410

511
### Patch Changes

0 commit comments

Comments
 (0)