Skip to content

Commit 25da5c0

Browse files
committed
chore(version): theme-pack-v0.1.0
1 parent 84f1124 commit 25da5c0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

plugins/theme-pack/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## theme-pack-v0.1.0 - 2025-10-20
6+
#### Features
7+
- publish theme pack as a python package (#1239) - (d99913d) - Don
8+
#### Build system
9+
- Update TypeScript to v5 (#1247) - (e98edd9) - mofojed
10+
11+
- - -
12+
13+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

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

0 commit comments

Comments
 (0)