Skip to content

Commit c4a8e40

Browse files
committed
v0.0.10
1 parent c9d6461 commit c4a8e40

File tree

4 files changed

+6
-6
lines changed

4 files changed

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

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.0.9",
3+
"version": "0.0.10",
44
"description": "Upload a source map to the Faro source map API from a Rollup build pipeline",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",
@@ -15,7 +15,7 @@
1515
"build": "rollup --config rollup.config.mjs"
1616
},
1717
"dependencies": {
18-
"@grafana/faro-bundlers-shared": "^0.0.9",
18+
"@grafana/faro-bundlers-shared": "^0.0.10",
1919
"cross-fetch": "^4.0.0",
2020
"magic-string": "^0.30.5"
2121
},

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.0.9",
3+
"version": "0.0.10",
44
"description": "Upload a source map to the Faro source map API from a Webpack build pipeline ",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.mjs",
@@ -15,7 +15,7 @@
1515
"build": "rollup --config rollup.config.mjs"
1616
},
1717
"dependencies": {
18-
"@grafana/faro-bundlers-shared": "^0.0.9",
18+
"@grafana/faro-bundlers-shared": "^0.0.10",
1919
"@rollup/plugin-babel": "^6.0.4",
2020
"@rollup/plugin-node-resolve": "^15.2.3",
2121
"cross-fetch": "^4.0.0",

0 commit comments

Comments
 (0)