Skip to content

Commit

Permalink
Merge branch 'main' into update-studio-text-to-dvc-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored Dec 22, 2023
2 parents e691e9a + 4b73c79 commit 2c626de
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [1.2.4] - 2023-12-20

### 🚀 New Features and Enhancements

- Update "Studio" to "DVC Studio" in titles [#5131](https://github.com/iterative/vscode-dvc/pull/5131) by [@julieg18](https://github.com/julieg18)

### 🐛 Bug Fixes

- Fix "Add Plot" breaking dvc.yaml when there is no list indentation [#5126](https://github.com/iterative/vscode-dvc/pull/5126) by [@julieg18](https://github.com/julieg18)

## [1.2.3] - 2023-12-15

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion demo
Submodule demo updated 1 files
+4 −4 requirements.txt
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
"version": "1.2.3",
"version": "1.2.4",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion extension/src/cli/dvc/contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { TopLevelSpec } from 'vega-lite'

export const MIN_CLI_VERSION = '3.33.3'
export const LATEST_TESTED_CLI_VERSION = '3.33.4'
export const LATEST_TESTED_CLI_VERSION = '3.35.0'

export const PLOT_TEMPLATES = [
'simple',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-standard": "17.1.0",
"eslint-plugin-check-file": "2.6.2",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.4.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8727,10 +8727,10 @@ [email protected]:
tslib "^2.0.0"
tsutils "^3.0.0"

[email protected].0:
version "2.29.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
[email protected].1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
dependencies:
array-includes "^3.1.7"
array.prototype.findlastindex "^1.2.3"
Expand All @@ -8748,7 +8748,7 @@ [email protected]:
object.groupby "^1.0.1"
object.values "^1.1.7"
semver "^6.3.1"
tsconfig-paths "^3.14.2"
tsconfig-paths "^3.15.0"

[email protected]:
version "27.6.0"
Expand Down Expand Up @@ -17149,10 +17149,10 @@ [email protected]:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tsconfig-paths@^3.14.2:
version "3.14.2"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
tsconfig-paths@^3.15.0:
version "3.15.0"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
dependencies:
"@types/json5" "^0.0.29"
json5 "^1.0.2"
Expand Down

0 comments on commit 2c626de

Please sign in to comment.