Skip to content

Commit 848b594

Browse files
chore: release package(s) (#111)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e1bc56a commit 848b594

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/healthy-grapes-explode.md

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

packages/create-vitrify/CHANGELOG.md

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

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e1bc56a]
8+
- @vitrify/tools@0.4.0
9+
310
## 0.6.4
411

512
### 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.6.4",
3+
"version": "0.6.5",
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.3.2",
28+
"@vitrify/tools": "^0.4.0",
2929
"handlebars": "^4.7.8",
3030
"@inquirer/prompts": "^7.3.1",
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.4.0
4+
5+
### Minor Changes
6+
7+
- e1bc56a: feat(tools): add scrypt password hash methods
8+
39
## 0.3.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.3.2",
3+
"version": "0.4.0",
44
"author": "Stefan van Herwijnen",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)