Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Nov 20, 2024
1 parent cedd094 commit d35f9c4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#### 1.1.5 (2024-11-20)

##### Chores

* update actions (#554) (e3321415)

##### Documentation Changes

* add vitepress setup (#555) (cedd094e)

##### New Features

* **dev/plugin:** build without templates directory (#552) (9073f4cc)
* **plugin:** render using code_template if it exists (#551) (0ab2f771)

##### Bug Fixes

* **modules:** update scaffold tailwind (#553) (daa62b0b)

#### 1.1.4 (2024-11-07)

##### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/pages",
"version": "1.1.4",
"version": "1.1.5",
"description": "The default React development toolchain provided by Yext",
"author": "[email protected]",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -117,4 +117,4 @@
"react-dom": "^17.0.2 || ^18.2.0",
"vite": "^4.3.0 || ^5.0.2"
}
}
}

0 comments on commit d35f9c4

Please sign in to comment.