Skip to content

Commit 1ecc256

Browse files
committed
v0.2.1
1 parent 2644172 commit 1ecc256

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/faro-bundlers-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-bundlers-shared",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "dist/cjs/index.js",
55
"types": "dist/cjs/index.d.ts",
66
"module": "dist/esm/index.mjs",

packages/faro-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "CLI for uploading sourcemaps to the Faro source map API",
55
"main": "dist/cjs/index.js",
66
"types": "dist/cjs/index.d.ts",
@@ -21,7 +21,7 @@
2121
"test:watch": "jest --watch"
2222
},
2323
"dependencies": {
24-
"@grafana/faro-bundlers-shared": "^0.2.0",
24+
"@grafana/faro-bundlers-shared": "^0.2.1",
2525
"commander": "^13.1.0",
2626
"jest": "^29.7.0",
2727
"tar": "^7.1.0"

packages/faro-rollup/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-rollup-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
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",
@@ -20,7 +20,7 @@
2020
"ava": "^3.8.1"
2121
},
2222
"dependencies": {
23-
"@grafana/faro-bundlers-shared": "^0.2.0",
23+
"@grafana/faro-bundlers-shared": "^0.2.1",
2424
"cross-fetch": "^4.0.0",
2525
"magic-string": "^0.30.5",
2626
"rollup": "^4.22.4"

packages/faro-webpack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/faro-webpack-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
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",
@@ -17,7 +17,7 @@
1717
"test": "ava src/index.test.mjs"
1818
},
1919
"dependencies": {
20-
"@grafana/faro-bundlers-shared": "^0.2.0",
20+
"@grafana/faro-bundlers-shared": "^0.2.1",
2121
"cross-fetch": "^4.0.0",
2222
"webpack": "^5.89.0"
2323
},

0 commit comments

Comments
 (0)