Skip to content

Commit 026e503

Browse files
Merge branch 'release/0.26.1'
2 parents 07957df + 317c067 commit 026e503

22 files changed

Lines changed: 29 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33
<!-- Craft will auto-populate this file -->
4+
## 0.26.1
5+
6+
### Bug Fixes 🐛
7+
8+
- (build) Normalize Windows backslash paths for sourcemap resolution by @BYK in [#714](https://github.com/getsentry/cli/pull/714)
9+
- (dashboard) Guard sort param by dataset in widget table queries by @BYK in [#715](https://github.com/getsentry/cli/pull/715)
10+
- (test) Silence "unexpected fetch call to" warnings in unit tests by @BYK in [#716](https://github.com/getsentry/cli/pull/716)
11+
412
## 0.26.0
513

614
### New Features ✨

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry",
3-
"version": "0.27.0-dev.0",
3+
"version": "0.26.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/getsentry/cli.git"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "sentry-cli",
3-
"version": "0.27.0",
3+
"version": "0.26.1",
44
"description": "Skills for using the Sentry CLI to interact with Sentry from the command line"
55
}

plugins/sentry-cli/skills/sentry-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: Guide for using the Sentry CLI to interact with Sentry from the command line. Use when the user asks about viewing issues, events, projects, organizations, making API calls, or authenticating with Sentry via CLI.
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-api
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: Make an authenticated API request
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-auth
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: Authenticate with Sentry
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-cli
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: CLI-related commands
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-dashboard
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: Manage Sentry dashboards
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-event
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: View and list Sentry events
55
requires:
66
bins: ["sentry"]

plugins/sentry-cli/skills/sentry-cli/references/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: sentry-cli-init
3-
version: 0.27.0-dev.0
3+
version: 0.26.1
44
description: Initialize Sentry in your project (experimental)
55
requires:
66
bins: ["sentry"]

0 commit comments

Comments
 (0)