Skip to content

Commit

Permalink
Adds changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kalow committed Nov 22, 2021
1 parent e7a551d commit bdb50f6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/angry-nails-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@hashicorp/platform-code-highlighting': minor
'@hashicorp/platform-docs-mdx': minor
'@hashicorp/platform-markdown-utils': minor
---

Migrate to latest unified and mdx dependencies, update to ship as ESM
7 changes: 7 additions & 0 deletions .changeset/little-llamas-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@hashicorp/platform-nextjs-plugin': major
'@hashicorp/next-optimized-images': patch
---

- Update export to a default export for nextjs-plugin, this may require change in usage to specify `.default` when requiring.
- Add config attribute from next-optimized-images for easier testing.
5 changes: 5 additions & 0 deletions .changeset/nine-emus-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hashicorp/platform-cli': patch
---

Use cjs import from platform-cms
5 changes: 5 additions & 0 deletions .changeset/red-planets-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hashicorp/platform-cms': minor
---

Convert source to TS, expose esm by default, with optional cjs entry points.

0 comments on commit bdb50f6

Please sign in to comment.