Skip to content

Commit

Permalink
chore(release): publish 0.0.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlomoh committed Aug 27, 2024
1 parent fd3a78f commit 6894585
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.0.3-0 (2024-08-27)


### 🩹 Fixes

- **official-website/Dockerfile:** use `npm install` instead of `npm ci` ([fd3a78f](https://github.com/Vectreal/vectreal-core/commit/fd3a78f))

### ❤️ Thank You

- Moritz Becker

## 0.0.2 (2024-08-27)

This was a version bump only, there were no code changes.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vctrl/hooks",
"version": "0.0.2",
"version": "0.0.3-0",
"main": "./index.cjs.js",
"module": "./index.es.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vctrl/viewer",
"version": "0.0.2",
"version": "0.0.3-0",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
Expand Down

0 comments on commit 6894585

Please sign in to comment.