Skip to content

Commit c110f57

Browse files
Version Packages
1 parent d338a50 commit c110f57

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/dark-seals-watch.md

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

packages/app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# app
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [d338a50]
8+
- @stackoverflow/backstage-plugin-stack-overflow-teams@1.6.2
9+
310
## 0.1.1
411

512
### Patch Changes

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"bundled": true,
66
"backstage": {

plugins/stack-overflow-teams/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackoverflow/backstage-plugin-stack-overflow-teams
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- d338a50: Removed unnecessary React imports
8+
39
## 1.6.1
410

511
### Patch Changes

plugins/stack-overflow-teams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackoverflow/backstage-plugin-stack-overflow-teams",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)