Skip to content

Commit

Permalink
release: plugins@1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Oct 25, 2023
1 parent cb9f598 commit 523e574
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Binary file added packages/pages/yext-pages-1.0.0-rc.6-beta1.tgz
Binary file not shown.
21 changes: 21 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
#### 1.0.0-beta.6 (2023-10-25)

##### New Features

* **plugin:**
* add ts-morph for client templates (#414) (cb9f5980)
* generate templates/artifacts during build (#418) (17971e70)
* **util:**
* pass optional list of domains into isProduction (#417) (dd0820b6)
* added jstest workflow (#405) (9d125fae)
* **dev:** better error message for CLI not installed (#413) (b73cb1c6)
* **pages-plugins:** add entity type to slug manager default field (#407) (2d1da1cb)

##### Bug Fixes

* **dev/plugin:** custom _client not working with React 17 (#419) (c0f2c7be)
* **dev:**
* use Vite instead of esbuild, also Vitest (#416) (67f29ebe)
* prevent duplicate stream definitions (#408) (72302ae2)
* **plugin:** templateModule cache incorrect type (#411) (2f60f4d0)

#### 1.0.0-beta.5 (2023-09-14)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/pages-plugins",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Plugins that can be used with the Yext Pages system",
"author": "sumo@yext.com",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 523e574

Please sign in to comment.