Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wasmcloud-automation-app[bot] authored and lachieh committed Jan 14, 2025
1 parent 2873f9b commit 4dc49c8
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/few-dancers-obey.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/washboard-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# washboard-ui

## 0.6.2

### Patch Changes

- [#38](https://github.com/wasmCloud/typescript/pull/38) [`91f77e7`](https://github.com/wasmCloud/typescript/commit/91f77e70ba521faa7117d4ad5487dbbbf82ed089) Thanks [@lachieh](https://github.com/lachieh)! - Update dependencies

- Updated dependencies [[`91f77e7`](https://github.com/wasmCloud/typescript/commit/91f77e70ba521faa7117d4ad5487dbbbf82ed089)]:
- @wasmcloud/lattice-client-react@0.5.2

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/washboard-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "washboard-ui",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @wasmcloud/eslint-config

## 0.0.1

### Patch Changes

- [#38](https://github.com/wasmCloud/typescript/pull/38) [`91f77e7`](https://github.com/wasmCloud/typescript/commit/91f77e70ba521faa7117d4ad5487dbbbf82ed089) Thanks [@lachieh](https://github.com/lachieh)! - Update dependencies
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wasmcloud/eslint-config",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"license": "MIT",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/lattice-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wasmcloud/lattice-client-core

## 0.5.2

### Patch Changes

- [#38](https://github.com/wasmCloud/typescript/pull/38) [`91f77e7`](https://github.com/wasmCloud/typescript/commit/91f77e70ba521faa7117d4ad5487dbbbf82ed089) Thanks [@lachieh](https://github.com/lachieh)! - Update dependencies

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lattice-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wasmcloud/lattice-client-core",
"license": "Apache-2.0",
"version": "0.5.1",
"version": "0.5.2",
"description": "Framework-agnostic core package for the wasmCloud Lattice Client",
"author": "wasmCloud",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/lattice-client-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wasmcloud/lattice-client-react

## 0.5.2

### Patch Changes

- [#38](https://github.com/wasmCloud/typescript/pull/38) [`91f77e7`](https://github.com/wasmCloud/typescript/commit/91f77e70ba521faa7117d4ad5487dbbbf82ed089) Thanks [@lachieh](https://github.com/lachieh)! - Update dependencies

- Updated dependencies [[`91f77e7`](https://github.com/wasmCloud/typescript/commit/91f77e70ba521faa7117d4ad5487dbbbf82ed089)]:
- @wasmcloud/lattice-client-core@0.5.2

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lattice-client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wasmcloud/lattice-client-react",
"license": "Apache-2.0",
"version": "0.5.1",
"version": "0.5.2",
"description": "React specific package for the wasmCloud Lattice Client",
"author": "wasmCloud",
"repository": {
Expand Down

0 comments on commit 4dc49c8

Please sign in to comment.