Skip to content

Commit f0b7a85

Browse files
committed
Updated OpenCode to v1.0.184
1 parent e641c08 commit f0b7a85

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

hosts/jetbrains-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "paviko.opencode"
8-
version = "25.12.16"
8+
version = "25.12.21"
99

1010
repositories {
1111
mavenCentral()

hosts/jetbrains-plugin/changelog.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<h2>OpenCode UX+ (unofficial) JetBrains Plugin Changelog</h2>
22

3+
<h3>25.12.21</h3>
4+
<ul>
5+
<li>Updated OpenCode to v1.0.184</li>
6+
</ul>
7+
38
<h3>25.12.16</h3>
49
<ul>
510
<li>Updated OpenCode to v1.0.163</li>

hosts/vscode-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the OpenCode VSCode extension will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [25.12.21] - 2025-12-21
9+
10+
- Updated OpenCode to v1.0.184
11+
812
## [25.12.16] - 2025-12-16
913

1014
- Updated OpenCode to v1.0.163

hosts/vscode-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "opencode-ux-plus",
33
"displayName": "OpenCode UX+ (unofficial)",
44
"description": "Unofficial OpenCode VSCode extension",
5-
"version": "25.12.16",
5+
"version": "25.12.21",
66
"publisher": "paviko",
77
"author": {
88
"name": "paviko"

0 commit comments

Comments
 (0)