Skip to content

Commit a8c235f

Browse files
chore: update versions
1 parent 61054f3 commit a8c235f

File tree

10 files changed

+40
-19
lines changed

10 files changed

+40
-19
lines changed

.changeset/dependabot-2767cd3.md

-7
This file was deleted.

.changeset/dependabot-d4eab13.md

-8
This file was deleted.

apps/washboard-ui/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# washboard-ui
22

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com./wasmCloud/typescript/pull/165) [`c537875`](https://github.com./wasmCloud/typescript/commit/c5378759ba4994ef5f45cc292cf9bfac5671875d) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps): bump `the` prod-dependencies group with 7 updates
8+
9+
- [#164](https://github.com./wasmCloud/typescript/pull/164) [`61054f3`](https://github.com./wasmCloud/typescript/commit/61054f3cf376a44d60e588952de6fa830ac4f334) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
10+
11+
- Updated dependencies [[`61054f3`](https://github.com./wasmCloud/typescript/commit/61054f3cf376a44d60e588952de6fa830ac4f334)]:
12+
- @wasmcloud/lattice-client-react@0.5.5
13+
314
## 0.7.1
415

516
### Patch Changes

apps/washboard-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "washboard-ui",
33
"private": true,
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",

packages/eslint-config/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wasmcloud/eslint-config
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com./wasmCloud/typescript/pull/165) [`c537875`](https://github.com./wasmCloud/typescript/commit/c5378759ba4994ef5f45cc292cf9bfac5671875d) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps): bump `the` prod-dependencies group with 7 updates
8+
9+
- [#164](https://github.com./wasmCloud/typescript/pull/164) [`61054f3`](https://github.com./wasmCloud/typescript/commit/61054f3cf376a44d60e588952de6fa830ac4f334) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
10+
311
## 0.0.3
412

513
### Patch Changes

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wasmcloud/eslint-config",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"license": "MIT",
66
"devDependencies": {

packages/lattice-client-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wasmcloud/lattice-client-core
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com./wasmCloud/typescript/pull/165) [`c537875`](https://github.com./wasmCloud/typescript/commit/c5378759ba4994ef5f45cc292cf9bfac5671875d) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps): bump `the` prod-dependencies group with 7 updates
8+
9+
- [#164](https://github.com./wasmCloud/typescript/pull/164) [`61054f3`](https://github.com./wasmCloud/typescript/commit/61054f3cf376a44d60e588952de6fa830ac4f334) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
10+
311
## 0.5.4
412

513
### Patch Changes

packages/lattice-client-core/package.json

+1-1
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.4",
4+
"version": "0.5.5",
55
"description": "Framework-agnostic core package for the wasmCloud Lattice Client",
66
"author": "wasmCloud",
77
"repository": {

packages/lattice-client-react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @wasmcloud/lattice-client-react
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- [#164](https://github.com./wasmCloud/typescript/pull/164) [`61054f3`](https://github.com./wasmCloud/typescript/commit/61054f3cf376a44d60e588952de6fa830ac4f334) Thanks [@dependabot](https://github.com./apps/dependabot)! - chore(deps-dev): bump `the` dev-dependencies group with 3 updates
8+
9+
- Updated dependencies [[`c537875`](https://github.com./wasmCloud/typescript/commit/c5378759ba4994ef5f45cc292cf9bfac5671875d), [`61054f3`](https://github.com./wasmCloud/typescript/commit/61054f3cf376a44d60e588952de6fa830ac4f334)]:
10+
- @wasmcloud/lattice-client-core@0.5.5
11+
312
## 0.5.4
413

514
### Patch Changes

packages/lattice-client-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wasmcloud/lattice-client-react",
33
"license": "Apache-2.0",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"description": "React specific package for the wasmCloud Lattice Client",
66
"author": "wasmCloud",
77
"repository": {

0 commit comments

Comments
 (0)