diff --git a/.changeset/late-pugs-do.md b/.changeset/late-pugs-do.md deleted file mode 100644 index 93ec22afc94..00000000000 --- a/.changeset/late-pugs-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@builder.io/react": patch ---- - -feat: allow symbols to be edited in the context of a parent entry diff --git a/.changeset/odd-pandas-look.md b/.changeset/odd-pandas-look.md deleted file mode 100644 index 3d211a41fbb..00000000000 --- a/.changeset/odd-pandas-look.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@builder.io/sdk-angular': minor -'@builder.io/sdk-react-nextjs': minor -'@builder.io/sdk-qwik': minor -'@builder.io/sdk-react': major -'@builder.io/sdk-react-native': major -'@builder.io/sdk-solid': major -'@builder.io/sdk-svelte': major -'@builder.io/sdk-vue': major ---- - -Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. - -Previously, both functions would swallow all errors and return `null`. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c46504e364d..b32cdd656d2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @builder.io/react +## 7.0.1 + +### Patch Changes + +- bf8d783: feat: allow symbols to be edited in the context of a parent entry + ## 7.0.0 ### Major Changes diff --git a/packages/react/package.json b/packages/react/package.json index 31f8a1461f0..b487e433e61 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/react", - "version": "7.0.0", + "version": "7.0.1", "description": "", "keywords": [], "main": "dist/builder-react.cjs.js", diff --git a/packages/sdks/output/angular/CHANGELOG.md b/packages/sdks/output/angular/CHANGELOG.md index d5d457fc5bf..e4f3cf50fbb 100644 --- a/packages/sdks/output/angular/CHANGELOG.md +++ b/packages/sdks/output/angular/CHANGELOG.md @@ -1,5 +1,13 @@ # @builder.io/sdk-angular +## 0.17.0 + +### Minor Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 0.2.27 ### Patch Changes diff --git a/packages/sdks/output/angular/package.json b/packages/sdks/output/angular/package.json index cac57b40f80..635aada2296 100644 --- a/packages/sdks/output/angular/package.json +++ b/packages/sdks/output/angular/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/sdk-angular", - "version": "0.2.27", + "version": "0.17.0", "files": [ "lib" ], diff --git a/packages/sdks/output/nextjs/CHANGELOG.md b/packages/sdks/output/nextjs/CHANGELOG.md index 2b3a808790c..47688ef0220 100644 --- a/packages/sdks/output/nextjs/CHANGELOG.md +++ b/packages/sdks/output/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io Next.js SDK Changelog (@builder.io/sdk-react-nextjs) +## 0.17.0 + +### Minor Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 0.16.24 ### Patch Changes diff --git a/packages/sdks/output/nextjs/package.json b/packages/sdks/output/nextjs/package.json index 66b7f2756ba..272624ac2ab 100644 --- a/packages/sdks/output/nextjs/package.json +++ b/packages/sdks/output/nextjs/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-react-nextjs", "description": "Builder.io RSC SDK for NextJS App Directory", - "version": "0.16.24", + "version": "0.17.0", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs", "repository": { "type": "git", diff --git a/packages/sdks/output/qwik/CHANGELOG.md b/packages/sdks/output/qwik/CHANGELOG.md index 2e2a4ad4bc8..8d221eed04a 100644 --- a/packages/sdks/output/qwik/CHANGELOG.md +++ b/packages/sdks/output/qwik/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io Qwik SDK Changelog (@builder.io/sdk-qwik) +## 0.17.0 + +### Minor Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 0.16.24 ### Patch Changes diff --git a/packages/sdks/output/qwik/package.json b/packages/sdks/output/qwik/package.json index e1020d02800..6d2929c06d5 100644 --- a/packages/sdks/output/qwik/package.json +++ b/packages/sdks/output/qwik/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/sdk-qwik", - "version": "0.16.24", + "version": "0.17.0", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/qwik", "repository": { "type": "git", diff --git a/packages/sdks/output/react-native/CHANGELOG.md b/packages/sdks/output/react-native/CHANGELOG.md index ab3b6f683d2..c8f9b2e6a68 100644 --- a/packages/sdks/output/react-native/CHANGELOG.md +++ b/packages/sdks/output/react-native/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io React Native SDK Changelog (@builder.io/sdk-react-native) +## 3.0.0 + +### Major Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 2.0.31 ### Patch Changes diff --git a/packages/sdks/output/react-native/package.json b/packages/sdks/output/react-native/package.json index c05843f5481..08ac57ed87e 100644 --- a/packages/sdks/output/react-native/package.json +++ b/packages/sdks/output/react-native/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-react-native", "description": "Builder.io SDK for React Native", - "version": "2.0.31", + "version": "3.0.0", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react-native", "repository": { "type": "git", diff --git a/packages/sdks/output/react/CHANGELOG.md b/packages/sdks/output/react/CHANGELOG.md index 3f55b3cda73..8b886ba441a 100644 --- a/packages/sdks/output/react/CHANGELOG.md +++ b/packages/sdks/output/react/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io React SDK Changelog (@builder.io/sdk-react) +## 3.0.0 + +### Major Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 2.0.31 ### Patch Changes diff --git a/packages/sdks/output/react/package.json b/packages/sdks/output/react/package.json index 14a332a45aa..e18f05b78c3 100644 --- a/packages/sdks/output/react/package.json +++ b/packages/sdks/output/react/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-react", "description": "Builder.io SDK for React", - "version": "2.0.31", + "version": "3.0.0", "homepage": "https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/react", "type": "module", "repository": { diff --git a/packages/sdks/output/solid/CHANGELOG.md b/packages/sdks/output/solid/CHANGELOG.md index be83915b30e..9c8978d0048 100644 --- a/packages/sdks/output/solid/CHANGELOG.md +++ b/packages/sdks/output/solid/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io Solid SDK Changelog (@builder.io/sdk-solid) +## 3.0.0 + +### Major Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 2.0.31 ### Patch Changes diff --git a/packages/sdks/output/solid/package.json b/packages/sdks/output/solid/package.json index 0bbf4e75155..2858572652a 100644 --- a/packages/sdks/output/solid/package.json +++ b/packages/sdks/output/solid/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/sdk-solid", - "version": "2.0.31", + "version": "3.0.0", "description": "", "files": [ "dist", diff --git a/packages/sdks/output/svelte/CHANGELOG.md b/packages/sdks/output/svelte/CHANGELOG.md index 5781a545f6f..9afc4878247 100644 --- a/packages/sdks/output/svelte/CHANGELOG.md +++ b/packages/sdks/output/svelte/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io Svelte SDK Changelog (@builder.io/sdk-svelte) +## 3.0.0 + +### Major Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 2.0.31 ### Patch Changes diff --git a/packages/sdks/output/svelte/package.json b/packages/sdks/output/svelte/package.json index de72bca5aba..05394f508ae 100644 --- a/packages/sdks/output/svelte/package.json +++ b/packages/sdks/output/svelte/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-svelte", "description": "Builder.io SDK for Svelte", - "version": "2.0.31", + "version": "3.0.0", "type": "module", "files": [ "lib", diff --git a/packages/sdks/output/vue/CHANGELOG.md b/packages/sdks/output/vue/CHANGELOG.md index 1cc31417d6f..109fa37a643 100644 --- a/packages/sdks/output/vue/CHANGELOG.md +++ b/packages/sdks/output/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # Builder.io Vue SDK Changelog (@builder.io/sdk-vue) +## 3.0.0 + +### Major Changes + +- 78b8e5d: Breaking Change 🧨: `fetchEntries` and `fetchOneEntry` calls will now throw any errors thrown by `fetch`, or any non-success response returned from the Builder API. + + Previously, both functions would swallow all errors and return `null`. + ## 2.0.31 ### Patch Changes diff --git a/packages/sdks/output/vue/package.json b/packages/sdks/output/vue/package.json index 0a67c382fd1..0174c3bddf5 100644 --- a/packages/sdks/output/vue/package.json +++ b/packages/sdks/output/vue/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/sdk-vue", "description": "Builder.io SDK for Vue", - "version": "2.0.31", + "version": "3.0.0", "main": "./lib/node/index.cjs", "module": "./lib/node/index.mjs", "type": "module",