Skip to content

Commit 328735e

Browse files
committed
chore(version): theme-pack-v0.1.2
1 parent 539806c commit 328735e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.2 - 2025-10-21
6+
#### Bug Fixes
7+
- Add repository information for theme-pack plugin (#1252) - (539806c) - mofojed
8+
9+
- - -
10+
511
## theme-pack-v0.1.1 - 2025-10-20
612

713
- - -

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.1.dev0
6+
version = 0.1.2
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.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)