Skip to content

Commit af2ed83

Browse files
Luca ForstnerLms24
andauthored
build(webpack): Publish @sentry/webpack-plugin (#169)
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
1 parent d967ae6 commit af2ed83

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.craft.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ requireNames:
88
- /^sentry-esbuild-plugin-.*\.tgz$/
99
- /^sentry-rollup-plugin-.*\.tgz$/
1010
- /^sentry-vite-plugin-.*\.tgz$/
11-
# TODO: Comment in when we replace the webpack plugin
12-
# - /^sentry-webpack-plugin-*.tgz$/
11+
- /^sentry-webpack-plugin-*.tgz$/
1312
targets:
1413
- name: github
1514
includeNames: /^sentry-.*.tgz$/

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott
66

7+
## 2.0.0-alpha.0
8+
9+
No changes.
10+
11+
Note: This release is the first release of the `@sentry/webpack-plugin` from the [Sentry JavaScript Bundler Plugins repository](https://github.com/getsentry/sentry-javascript-bundler-plugins) with the new [unplugin-based](https://github.com/unjs/unplugin) architecture.
12+
13+
If you're updating from `@sentry/webpack-plugin` version `1.x`, please take a look at the [migration guide](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/MIGRATION.md) to learn more about breaking changes.
14+
715
## 0.4.0
816

917
This release contains breaking changes. Please refer to the [migration guide](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/MIGRATION.md) on how to update from version `0.3.x` to `0.4.x`.

packages/webpack-plugin/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
"license": "MIT",
99
"keywords": [
1010
"Sentry",
11-
"Vite",
11+
"Webpack",
1212
"bundler",
1313
"plugin"
1414
],
15-
"private": true,
1615
"publishConfig": {
17-
"access": "restricted"
16+
"access": "public"
1817
},
1918
"files": [
2019
"dist"

0 commit comments

Comments
 (0)