Skip to content

Commit 1693366

Browse files
chore: release main (#129)
Co-authored-by: app-o11y-kwl-ci[bot] <181520879+app-o11y-kwl-ci[bot]@users.noreply.github.com>
1 parent 5378f74 commit 1693366

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

packages/faro-rollup/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/grafana/faro-javascript-bundler-plugins/compare/faro-rollup-plugin-v0.2.2...faro-rollup-plugin-v0.3.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* add verbose logging for sourcemaps uploaded ([#126](https://github.com/grafana/faro-javascript-bundler-plugins/issues/126)) ([0ccacdd](https://github.com/grafana/faro-javascript-bundler-plugins/commit/0ccacdd1480be4d6497874b286e8bb5ebbc3c852))
9+
10+
## Changelog

packages/faro-rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-rollup-plugin",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Upload a source map to the Faro source map API from a Rollup build pipeline",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",

packages/faro-webpack/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/grafana/faro-javascript-bundler-plugins/compare/faro-webpack-plugin-v0.2.2...faro-webpack-plugin-v0.3.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* add verbose logging for sourcemaps uploaded ([#126](https://github.com/grafana/faro-javascript-bundler-plugins/issues/126)) ([0ccacdd](https://github.com/grafana/faro-javascript-bundler-plugins/commit/0ccacdd1480be4d6497874b286e8bb5ebbc3c852))
9+
10+
## Changelog

packages/faro-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-webpack-plugin",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Upload a source map to the Faro source map API from a Webpack build pipeline ",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",

release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/faro-bundlers-shared": "0.2.2",
33
"packages/faro-cli": "0.2.2",
4-
"packages/faro-rollup": "0.2.2",
5-
"packages/faro-webpack": "0.2.2"
4+
"packages/faro-rollup": "0.3.0",
5+
"packages/faro-webpack": "0.3.0"
66
}

0 commit comments

Comments
 (0)