Skip to content

Commit 9921817

Browse files
authored
Merge pull request #5 from grafana/v0.0.3
v0.0.3
2 parents 0b05f72 + 8fb0977 commit 9921817

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.1",
3+
"version": "0.0.3",
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.0.1",
3+
"version": "0.0.3",
44
"main": "dist/cjs/index.js",
55
"types": "dist/cjs/index.d.ts",
66
"module": "dist/esm/index.mjs",

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.0.1",
3+
"version": "0.0.3",
44
"description": "Upload a sourcemap to the Faro sourcemap API from a Rollup build pipeline",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",

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.0.1",
3+
"version": "0.0.3",
44
"description": "Upload a sourcemap to the Faro sourcemap API from a Webpack build pipeline ",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",

0 commit comments

Comments
 (0)