Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/four-paws-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/huge-breads-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-papers-sleep.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down