Skip to content

Commit 867ac2b

Browse files
meta(changelog): Update package versions (#31)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b67e1a6 commit 867ac2b

28 files changed

+196
-75
lines changed

.changeset/chatty-crabs-tell.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/fuzzy-poems-press.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @debugids/browser
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b67e1a6: fix: Use correct deps
8+
- b67e1a6: feat: Use files to explictly include used files
9+
310
## 0.1.0
411

512
### Minor Changes

packages/browser/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/browser",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -20,13 +20,15 @@
2020
}
2121
}
2222
},
23-
"files": ["dist"],
23+
"files": [
24+
"dist"
25+
],
2426
"scripts": {
2527
"build": "rollup --config rollup.config.mjs",
2628
"build:watch": "rollup --config rollup.config.mjs --watch"
2729
},
2830
"devDependencies": {
29-
"@debugids/common": "0.1.0"
31+
"@debugids/common": "0.1.1"
3032
},
3133
"publishConfig": {
3234
"access": "public",

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @debugids/cli
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b67e1a6: fix: Use correct deps
8+
- b67e1a6: feat: Use files to explictly include used files
9+
- Updated dependencies [b67e1a6]
10+
- Updated dependencies [b67e1a6]
11+
- @debugids/common@0.1.1
12+
313
## 0.1.0
414

515
### Minor Changes

packages/cli/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -11,13 +11,15 @@
1111
"engines": {
1212
"node": ">=18"
1313
},
14-
"files": ["dist"],
14+
"files": [
15+
"dist"
16+
],
1517
"scripts": {
1618
"build": "rollup --config rollup.config.mjs",
1719
"build:watch": "rollup --config rollup.config.mjs --watch"
1820
},
1921
"dependencies": {
20-
"@debugids/common": "0.1.0"
22+
"@debugids/common": "0.1.1"
2123
},
2224
"publishConfig": {
2325
"access": "public",

packages/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @debugids/common
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b67e1a6: fix: Use correct deps
8+
- b67e1a6: feat: Use files to explictly include used files
9+
310
## 0.1.0
411

512
### Minor Changes

packages/common/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/common",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -19,7 +19,9 @@
1919
}
2020
}
2121
},
22-
"files": ["dist"],
22+
"files": [
23+
"dist"
24+
],
2325
"scripts": {
2426
"build": "rollup --config rollup.config.mjs"
2527
},

packages/esbuild/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @debugids/esbuild
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b67e1a6: fix: Use correct deps
8+
- b67e1a6: feat: Use files to explictly include used files
9+
- Updated dependencies [b67e1a6]
10+
- Updated dependencies [b67e1a6]
11+
- @debugids/common@0.1.1
12+
313
## 0.1.0
414

515
### Minor Changes

packages/esbuild/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/esbuild",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -19,13 +19,15 @@
1919
}
2020
}
2121
},
22-
"files": ["dist"],
22+
"files": [
23+
"dist"
24+
],
2325
"scripts": {
2426
"build": "rollup --config rollup.config.mjs",
2527
"build:watch": "rollup --config rollup.config.mjs --watch"
2628
},
2729
"dependencies": {
28-
"@debugids/common": "0.1.0"
30+
"@debugids/common": "0.1.1"
2931
},
3032
"publishConfig": {
3133
"access": "public",

0 commit comments

Comments
 (0)