Skip to content

Commit afc68c8

Browse files
chore: release package(s) (#90)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 86270ee commit afc68c8

7 files changed

Lines changed: 24 additions & 11 deletions

File tree

.changeset/rude-suns-pay.md

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

packages/create-vitrify/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# create-vitrify
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- 86270ee: chore: update dependencies
8+
- Updated dependencies [86270ee]
9+
- @vitrify/tools@0.2.3
10+
311
## 0.5.2
412

513
### Patch Changes

packages/create-vitrify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-vitrify",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"license": "MIT",
55
"author": "Stefan van Herwijnen",
66
"type": "module",
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/simsustech/vitrify/tree/main/packages/create-vitrify#readme",
2727
"dependencies": {
28-
"@vitrify/tools": "^0.2.2",
28+
"@vitrify/tools": "^0.2.3",
2929
"handlebars": "^4.7.8",
3030
"@inquirer/prompts": "^7.1.0",
3131
"latest-version": "^9.0.0",

packages/tools/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 86270ee: chore: update dependencies
8+
39
## 0.2.2
410

511
### Patch Changes

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitrify/tools",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"author": "Stefan van Herwijnen",
55
"type": "module",
66
"files": [

packages/vitrify/CHANGELOG.md

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

3+
## 0.16.3
4+
5+
### Patch Changes
6+
7+
- 86270ee: chore: update dependencies
8+
39
## 0.16.2
410

511
### Patch Changes

packages/vitrify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vitrify",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"license": "MIT",
55
"author": "Stefan van Herwijnen",
66
"description": "Vite as your Full Stack development tool",

0 commit comments

Comments
 (0)