diff --git a/.changeset/cool-pans-sing copy.md b/.changeset/cool-pans-sing copy.md new file mode 100644 index 0000000000..6f081d00fc --- /dev/null +++ b/.changeset/cool-pans-sing copy.md @@ -0,0 +1,5 @@ +--- +'@builder.io/react': major +--- + +Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in https://github.com/BuilderIO/builder/pull/3681, which was included in the 5.0.0 release. diff --git a/.changeset/cool-pans-sing.md b/.changeset/cool-pans-sing.md deleted file mode 100644 index 0ec332a281..0000000000 --- a/.changeset/cool-pans-sing.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@builder.io/sdk': major -'@builder.io/react': major ---- - -Breaking Change: Use `/query` instead of `/content` for API calls. This reverts https://github.com/BuilderIO/builder/pull/3681, which introduced a bug in how symbols are rendered. - -With this current breaking change, symbols are rendered correctly again. diff --git a/.changeset/mild-pans-sing.md b/.changeset/mild-pans-sing.md new file mode 100644 index 0000000000..472c369309 --- /dev/null +++ b/.changeset/mild-pans-sing.md @@ -0,0 +1,5 @@ +--- +'@builder.io/sdk': major +--- + +Breaking Change: Use `/query` instead of `/content` for API calls. This change fixes a symbol rendering issue introduced in https://github.com/BuilderIO/builder/pull/3681, which was included in the 4.0.0 release.