Skip to content

Commit

Permalink
v0.22.0 (#363)
Browse files Browse the repository at this point in the history
### Changes
* Remove duplicate slash in browser dynamic imports on mac/ubuntu #361
  • Loading branch information
oshi97 authored Aug 31, 2023
1 parent 508fec9 commit 9975bf3
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.21.0",
"version": "0.22.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.21.0",
"version": "0.22.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.21.0",
"@yext/studio-plugin": "0.22.0",
"autoprefixer": "^10.4.14",
"cac": "^6.7.14",
"classnames": "^2.3.2",
Expand Down

0 comments on commit 9975bf3

Please sign in to comment.