diff --git a/.changeset/four-paws-raise.md b/.changeset/four-paws-raise.md deleted file mode 100644 index 68578b1..0000000 --- a/.changeset/four-paws-raise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"soteams-sdk-docs": patch -"@stackoverflow/teams-sdk": patch ---- - -Leftover changes from the update in naming conventions to Stack Overflow Internal diff --git a/.changeset/huge-breads-design.md b/.changeset/huge-breads-design.md deleted file mode 100644 index d243aa7..0000000 --- a/.changeset/huge-breads-design.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"soteams-sdk-docs": minor -"@stackoverflow/teams-sdk": minor ---- - -Changed naming conventions from "Stack Overflow for Teams" and "Stack Overflow Enterprise" to "Stack Overflow Internal" and "Stack Internal Enterprise" diff --git a/.changeset/tired-papers-sleep.md b/.changeset/tired-papers-sleep.md deleted file mode 100644 index 08e8939..0000000 --- a/.changeset/tired-papers-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"soteams-sdk-docs": minor ---- - -Changed site URL to sdk.stackoverflow.help diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 769c222..232a4bc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # soteams-sdk-docs +## 0.2.0 + +### Minor Changes + +- 0fcf078: Changed naming conventions from "Stack Overflow for Teams" and "Stack Overflow Enterprise" to "Stack Overflow Internal" and "Stack Internal Enterprise" +- d818d36: Changed site URL to sdk.stackoverflow.help + +### Patch Changes + +- 0fcf078: Leftover changes from the update in naming conventions to Stack Overflow Internal + ## 0.1.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index 252bae8..54dff91 100644 --- a/docs/package.json +++ b/docs/package.json @@ -2,7 +2,7 @@ "name": "soteams-sdk-docs", "type": "module", "private": true, - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 1ad693c..7197845 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # @stackoverflow/teams-sdk +## 1.4.0 + +### Minor Changes + +- 0fcf078: Changed naming conventions from "Stack Overflow for Teams" and "Stack Overflow Enterprise" to "Stack Overflow Internal" and "Stack Internal Enterprise" + +### Patch Changes + +- 0fcf078: Leftover changes from the update in naming conventions to Stack Overflow Internal + ## 1.3.0 ### Minor Changes diff --git a/sdk/package.json b/sdk/package.json index f08343d..672578f 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stackoverflow/teams-sdk", - "version": "1.3.0", + "version": "1.4.0", "description": "SDK for the Stack Overflow Teams API", "main": "./dist/index.js", "types": "./dist/index.d.ts",