Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add entry for plugin-e2e v1.0.0 in changelogs #861

Merged
merged 1 commit into from
Apr 5, 2024
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# (Fri Apr 05 2024)

#### 💥 Breaking Change

- `@grafana/[email protected]`
- Plugin E2E: Remove custom selector engine [#859](https://github.com/grafana/plugin-tools/pull/859) ([@sunker](https://github.com/sunker))

#### Authors: 1

- Erik Sundell ([@sunker](https://github.com/sunker))

---

# (Fri Apr 05 2024)

#### 🚀 Enhancement

- `@grafana/[email protected]`
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.0.0 (Fri Apr 05 2024)

#### 💥 Breaking Change

- Plugin E2E: Remove custom selector engine [#859](https://github.com/grafana/plugin-tools/pull/859) ([@sunker](https://github.com/sunker))

#### Authors: 1

- Erik Sundell ([@sunker](https://github.com/sunker))

---

# v0.27.0 (Wed Apr 03 2024)

#### 🚀 Enhancement
Expand Down
Loading