From 470a72a98d641edebdfd6ef620d4869f97965415 Mon Sep 17 00:00:00 2001 From: david-yz-liu Date: Fri, 6 Dec 2024 15:29:11 -0500 Subject: [PATCH] Release v0.5.0-rc.0 --- CHANGELOG.md | 15 ++++++++++++--- memory-viz/package.json | 2 +- package-lock.json | 3 +-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35f9fa..71bc796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,24 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### ✨ Enhancements -- Added a batch mode to allow multiple snapshots as inputs to `draw` function - ### 🐛 Bug fixes ### 📚 Documentation and demo website changes ### 🔧 Internal changes +## [0.5.0-rc.0] - 2024-12-06 + +### ✨ Enhancements + +- Added a batch mode to allow multiple snapshots as inputs to `draw` function + +### 📚 Documentation and demo website changes + +- Updated project READMEs. + +### 🔧 Internal changes + - Added a GitHub workflow for automatically publishing memory-viz to npm. - Added `prepare` script to `memory-viz/package.json`. @@ -44,7 +54,6 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Disabled download buttons when there is no input/output. - Added a dialog to the file input section. - Made improvements to the dark mode version of the website. -- Updated project READMEs. ### 🔧 Internal changes diff --git a/memory-viz/package.json b/memory-viz/package.json index 175f5de..d7dcaa0 100644 --- a/memory-viz/package.json +++ b/memory-viz/package.json @@ -1,6 +1,6 @@ { "name": "memory-viz", - "version": "0.4.0", + "version": "0.5.0-rc.0", "description": "Library for creating beginner-friendly memory model diagrams.", "main": "dist/memory-viz.bundle.js", "homepage": "https://www.cs.toronto.edu/~david/memory-viz", diff --git a/package-lock.json b/package-lock.json index 97b6cdf..7c23447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,6 @@ "requires": true, "packages": { "": { - "name": "memory-viz", "workspaces": [ "memory-viz", "demo", @@ -79,7 +78,7 @@ } }, "memory-viz": { - "version": "0.4.0", + "version": "0.5.0-rc.0", "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.10",