Browse Source

Update Announcement

Saoud Rizwan 1 year ago
parent
commit
5eb0c65419
3 changed files with 4 additions and 4 deletions
  1. 2 2
      package-lock.json
  2. 1 1
      package.json
  3. 1 1
      webview-ui/src/components/Announcement.tsx

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
   "name": "claude-dev",
   "name": "claude-dev",
-  "version": "1.0.8",
+  "version": "1.0.81",
   "lockfileVersion": 3,
   "lockfileVersion": 3,
   "requires": true,
   "requires": true,
   "packages": {
   "packages": {
     "": {
     "": {
       "name": "claude-dev",
       "name": "claude-dev",
-      "version": "1.0.8",
+      "version": "1.0.81",
       "license": "MIT",
       "license": "MIT",
       "dependencies": {
       "dependencies": {
         "@anthropic-ai/sdk": "^0.24.3",
         "@anthropic-ai/sdk": "^0.24.3",

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "claude-dev",
   "name": "claude-dev",
   "displayName": "Claude Dev",
   "displayName": "Claude Dev",
   "description": "Autonomous software engineer right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
   "description": "Autonomous software engineer right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
-  "version": "1.0.8",
+  "version": "1.0.81",
   "icon": "icon.png",
   "icon": "icon.png",
   "engines": {
   "engines": {
     "vscode": "^1.84.0"
     "vscode": "^1.84.0"

+ 1 - 1
webview-ui/src/components/Announcement.tsx

@@ -22,7 +22,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
 				style={{ position: "absolute", top: "8px", right: "8px" }}>
 				style={{ position: "absolute", top: "8px", right: "8px" }}>
 				<span className="codicon codicon-close"></span>
 				<span className="codicon codicon-close"></span>
 			</VSCodeButton>
 			</VSCodeButton>
-			<h3 style={{ margin: "0 0 8px" }}>🎉{"  "}New in v1.0.7</h3>
+			<h3 style={{ margin: "0 0 8px" }}>🎉{"  "}New in v1.0.8</h3>
 			<ul style={{ margin: "0 0 8px", paddingLeft: "20px" }}>
 			<ul style={{ margin: "0 0 8px", paddingLeft: "20px" }}>
 				<li>
 				<li>
 					Open in the editor (using{" "}
 					Open in the editor (using{" "}