Skip to content

Commit c9e727b

Browse files
chore: update versions (#603)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d79921 commit c9e727b

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/stale-shirts-enjoy.md

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

packages/vue-components/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect-app/vue-components
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4d79921]
8+
- @effect-app/vue@2.93.7
9+
310
## 3.0.3
411

512
### Patch Changes

packages/vue-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-app/vue-components",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"scripts": {
55
"build": "pnpm build:run",
66
"build:run": "rimraf dist && vue-tsc && vite build",

packages/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @effect-app/vue
22

3+
## 2.93.7
4+
5+
### Patch Changes
6+
7+
- 4d79921: support translation for expected numbers and integers
8+
39
## 2.93.6
410

511
### Patch Changes

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect-app/vue",
3-
"version": "2.93.6",
3+
"version": "2.93.7",
44
"license": "MIT",
55
"type": "module",
66
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",

0 commit comments

Comments
 (0)