Skip to content

Commit

Permalink
Merge branch 'main' into add-dvclive-ref-to-experiments-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored May 23, 2023
2 parents 97e5770 + 1eaee40 commit 269d300
Show file tree
Hide file tree
Showing 7 changed files with 567 additions and 529 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.

## [0.8.19] - 2023-05-22

### 🚀 New Features and Enhancements

- Add "Get Started" section to Setup [#3943](https://github.com/iterative/vscode-dvc/pull/3943) by [@julieg18](https://github.com/julieg18)

### 🔨 Maintenance

- Remove code slider fixed height [#3936](https://github.com/iterative/vscode-dvc/pull/3936) by [@julieg18](https://github.com/julieg18)

## [0.8.18] - 2023-05-19

### 🚀 New Features and Enhancements
Expand Down
2 changes: 1 addition & 1 deletion demo
Submodule demo updated 1 files
+2 −2 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": "0.8.18",
"version": "0.8.19",
"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 { Plot } from '../../plots/webview/contract'

export const MIN_CLI_VERSION = '2.55.0'
export const LATEST_TESTED_CLI_VERSION = '2.57.2'
export const LATEST_TESTED_CLI_VERSION = '2.58.0'
export const MAX_CLI_VERSION = '3'

type ErrorContents = { type: string; msg: string }
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"svgr": "yarn workspace dvc-vscode-webview svgr"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vscode/codicons": "0.0.33",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
Expand All @@ -46,7 +46,7 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
Expand All @@ -67,7 +67,7 @@
"stylelint": "15.6.1",
"stylelint-config-standard-scss": "9.0.0",
"ts-node": "10.9.1",
"turbo": "1.9.4",
"turbo": "1.9.6",
"typescript": "5.0.4"
},
"resolutions": {
Expand Down
16 changes: 8 additions & 8 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"react-redux": "8.0.5",
"react-vega": "7.6.0",
"react-virtualized": "9.22.5",
"vega-lite": "5.9.0",
"vega-lite": "5.9.1",
"vega-util": "1.17.2"
},
"devDependencies": {
"@storybook/addon-essentials": "7.0.11",
"@storybook/addon-interactions": "7.0.11",
"@storybook/addons": "7.0.11",
"@storybook/builder-webpack5": "7.0.11",
"@storybook/addon-essentials": "7.0.12",
"@storybook/addon-interactions": "7.0.12",
"@storybook/addons": "7.0.12",
"@storybook/builder-webpack5": "7.0.12",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.0.11",
"@storybook/react-webpack5": "7.0.11",
"@storybook/react": "7.0.12",
"@storybook/react-webpack5": "7.0.12",
"@storybook/testing-library": "0.1.0",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"raw-loader": "4.0.2",
"sass": "1.62.1",
"sass-loader": "13.2.2",
"storybook": "7.0.11",
"storybook": "7.0.12",
"storybook-addon-themes": "6.1.0",
"style-loader": "3.3.2",
"ts-loader": "9.4.2",
Expand Down
Loading

0 comments on commit 269d300

Please sign in to comment.