Skip to content

Commit f55ee54

Browse files
authored
Merge pull request #11 from StackExchange/changeset-release/main
Version Packages
2 parents 5c131db + 1b796e2 commit f55ee54

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

.changeset/four-paws-raise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/huge-breads-design.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tired-papers-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# soteams-sdk-docs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0fcf078: Changed naming conventions from "Stack Overflow for Teams" and "Stack Overflow Enterprise" to "Stack Overflow Internal" and "Stack Internal Enterprise"
8+
- d818d36: Changed site URL to sdk.stackoverflow.help
9+
10+
### Patch Changes
11+
12+
- 0fcf078: Leftover changes from the update in naming conventions to Stack Overflow Internal
13+
314
## 0.1.0
415

516
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "soteams-sdk-docs",
33
"type": "module",
44
"private": true,
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",

sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @stackoverflow/teams-sdk
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 0fcf078: Changed naming conventions from "Stack Overflow for Teams" and "Stack Overflow Enterprise" to "Stack Overflow Internal" and "Stack Internal Enterprise"
8+
9+
### Patch Changes
10+
11+
- 0fcf078: Leftover changes from the update in naming conventions to Stack Overflow Internal
12+
313
## 1.3.0
414

515
### Minor Changes

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackoverflow/teams-sdk",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "SDK for the Stack Overflow Teams API",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)