diff --git a/package-lock.json b/package-lock.json index 0518d72adc8..7783b0540aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "prettier": "^3.3.3", "prettier-plugin-sh": "^0.14.0", "pretty-quick": "^4.0.0", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "typescript": "^5.0.4", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", @@ -20005,7 +20005,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "1.36.0-SNAPSHOT", + "version": "1.36.0", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/1.36.0.json b/packages/amazonq/.changes/1.36.0.json new file mode 100644 index 00000000000..0b10e6d8720 --- /dev/null +++ b/packages/amazonq/.changes/1.36.0.json @@ -0,0 +1,22 @@ +{ + "date": "2024-11-14", + "version": "1.36.0", + "entries": [ + { + "type": "Bug Fix", + "description": "Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled" + }, + { + "type": "Bug Fix", + "description": "tutorial always showing on start" + }, + { + "type": "Feature", + "description": "Enable default `@workspace` context of Amazon Q chat for certain users" + }, + { + "type": "Feature", + "description": "Amazon Q /dev: Add an action to accept individual files" + } + ] +} \ No newline at end of file diff --git a/packages/amazonq/.changes/next-release/Bug Fix-30c6bfc4-9411-4bc4-bfd1-41305859109d.json b/packages/amazonq/.changes/next-release/Bug Fix-30c6bfc4-9411-4bc4-bfd1-41305859109d.json deleted file mode 100644 index e3a0b53cb63..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-30c6bfc4-9411-4bc4-bfd1-41305859109d.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled" -} diff --git a/packages/amazonq/.changes/next-release/Bug Fix-46c5fb9b-1b36-4826-8520-ec03409bce79.json b/packages/amazonq/.changes/next-release/Bug Fix-46c5fb9b-1b36-4826-8520-ec03409bce79.json deleted file mode 100644 index f31507aa8f3..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-46c5fb9b-1b36-4826-8520-ec03409bce79.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "tutorial always showing on start" -} diff --git a/packages/amazonq/.changes/next-release/Feature-93485fee-05c0-4dc9-abde-9072590cbd45.json b/packages/amazonq/.changes/next-release/Feature-93485fee-05c0-4dc9-abde-9072590cbd45.json deleted file mode 100644 index 914121a15d4..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-93485fee-05c0-4dc9-abde-9072590cbd45.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Enable default `@workspace` context of Amazon Q chat for certain users" -} diff --git a/packages/amazonq/.changes/next-release/Feature-d18cffcd-fd30-4936-9586-587b0ba88ec9.json b/packages/amazonq/.changes/next-release/Feature-d18cffcd-fd30-4936-9586-587b0ba88ec9.json deleted file mode 100644 index ef65371cbb2..00000000000 --- a/packages/amazonq/.changes/next-release/Feature-d18cffcd-fd30-4936-9586-587b0ba88ec9.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Amazon Q /dev: Add an action to accept individual files" -} diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index 6e2157a6912..7a6a5dbbf5c 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.36.0 2024-11-14 + +- **Bug Fix** Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled +- **Bug Fix** tutorial always showing on start +- **Feature** Enable default `@workspace` context of Amazon Q chat for certain users +- **Feature** Amazon Q /dev: Add an action to accept individual files + ## 1.35.0 2024-11-11 - **Breaking Change** Change focus chat keybind to win+alt+i on Windows, cmd+alt+i on macOS, and meta+alt+i on Linux diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index a22424453d6..c75f76867be 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.", - "version": "1.36.0-SNAPSHOT", + "version": "1.36.0", "extensionKind": [ "workspace" ],