Skip to content

Commit

Permalink
Merge branch 'master' of github.com:simsustech/vitrify
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Feb 16, 2024
2 parents 3a13558 + 9ef4d52 commit 99a1e5b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-turtles-attend.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/create-vitrify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-vitrify

## 0.4.5

### Patch Changes

- 16256e9: Update packages
- Updated dependencies [16256e9]
- @vitrify/tools@0.1.6

## 0.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vitrify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vitrify",
"version": "0.4.4",
"version": "0.4.5",
"license": "MIT",
"author": "Stefan van Herwijnen",
"type": "module",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/simsustech/vitrify/tree/main/packages/create-vitrify#readme",
"dependencies": {
"@vitrify/tools": "^0.1.5",
"@vitrify/tools": "^0.1.6",
"handlebars": "^4.7.8",
"inquirer": "^9.2.14",
"latest-version": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vitrify/tools

## 0.1.6

### Patch Changes

- 16256e9: Update packages

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitrify/tools",
"version": "0.1.5",
"version": "0.1.6",
"author": "Stefan van Herwijnen",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/vitrify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vitrify

## 0.14.2

### Patch Changes

- 16256e9: Update packages

## 0.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitrify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitrify",
"version": "0.14.1",
"version": "0.14.2",
"license": "MIT",
"author": "Stefan van Herwijnen",
"description": "Vite as your Full Stack development tool",
Expand Down

0 comments on commit 99a1e5b

Please sign in to comment.