Skip to content

Commit 3a63054

Browse files
committed
chore(version): theme-pack-v0.1.1
1 parent 5d13b29 commit 3a63054

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/theme-pack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## theme-pack-v0.1.1 - 2025-10-20
6+
7+
- - -
8+
59
## theme-pack-v0.1.0 - 2025-10-20
610
#### Features
711
- publish theme pack as a python package (#1239) - (d99913d) - Don

plugins/theme-pack/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-theme-pack
33
description = Deephaven Theme Pack Plugin
44
long_description = file: src/js/README.md
55
long_description_content_type = text/markdown
6-
version = 0.1.0.dev0
6+
version = 0.1.1
77
url = https://github.com/deephaven/deephaven-plugins
88
project_urls =
99
Source Code = https://github.com/deephaven/deephaven-plugins

plugins/theme-pack/src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/js-plugin-theme-pack",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)