Skip to content

Commit

Permalink
Update Studio and Studio Plugin to v0.21.0. (#360)
Browse files Browse the repository at this point in the history
## Changes
- Studio's startup time is now considerably faster. This is due to an
improvement in the logic for parsing Component and Template files.
(#357)
- The Studio Plugin is now a direct, explicit dependency of Studio. That
means users only have to install `@yext/studio`. They don't need to
worry about manually installing `@yext/studio-plugin` as well. (#355)
  • Loading branch information
tmeyer2115 authored Aug 31, 2023
1 parent d7b3262 commit 8b57ea5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/studio-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/studio-plugin",
"version": "0.20.0",
"version": "0.21.0",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/studio",
"version": "0.20.0",
"version": "0.21.0",
"types": "./lib/types.d.ts",
"type": "module",
"bin": {
Expand All @@ -20,7 +20,7 @@
"@minoru/react-dnd-treeview": "^3.4.1",
"@restart/ui": "^1.5.2",
"@vitejs/plugin-react": "^4.0.4",
"@yext/studio-plugin": "0.20.0",
"@yext/studio-plugin": "0.21.0",
"autoprefixer": "^10.4.14",
"cac": "^6.7.14",
"classnames": "^2.3.2",
Expand Down

0 comments on commit 8b57ea5

Please sign in to comment.