Skip to content

Commit 981d46d

Browse files
meta(changelog): Update package versions (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f7b4a7 commit 981d46d

28 files changed

+198
-77
lines changed

.changeset/pink-guests-brake.md

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

.changeset/purple-students-refuse.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.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
310
## 0.1.2
411

512
### Patch 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.2",
3+
"version": "0.1.3",
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.2"
31+
"@debugids/common": "0.1.3"
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.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/common@0.1.3
12+
313
## 0.1.2
414

515
### Patch 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.2",
3+
"version": "0.1.3",
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.2"
22+
"@debugids/common": "0.1.3"
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.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
310
## 0.1.2
411

512
### Patch 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.2",
3+
"version": "0.1.3",
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.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/common@0.1.3
12+
313
## 0.1.2
414

515
### Patch 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.2",
3+
"version": "0.1.3",
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.2"
30+
"@debugids/common": "0.1.3"
2931
},
3032
"publishConfig": {
3133
"access": "public",

packages/node/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/common@0.1.3
12+
313
## 0.1.2
414

515
### Patch Changes

packages/node/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/node",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
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.2"
30+
"@debugids/common": "0.1.3"
2931
},
3032
"publishConfig": {
3133
"access": "public",

packages/parcel/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/common@0.1.3
12+
313
## 0.1.2
414

515
### Patch Changes

packages/parcel/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/parcel-optimizer-debugids",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
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
"engines": {
2426
"parcel": "^2.0.0"
2527
},
@@ -29,7 +31,7 @@
2931
},
3032
"dependencies": {
3133
"@parcel/plugin": "^2.0.0",
32-
"@debugids/common": "0.1.2"
34+
"@debugids/common": "0.1.3"
3335
},
3436
"publishConfig": {
3537
"access": "public",

packages/rolldown/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/rollup@0.1.3
12+
313
## 0.1.2
414

515
### Patch Changes

packages/rolldown/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/rolldown",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
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/rollup": "0.1.2"
30+
"@debugids/rollup": "0.1.3"
2931
},
3032
"publishConfig": {
3133
"access": "public",

packages/rollup/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/common@0.1.3
12+
313
## 0.1.2
414

515
### Patch Changes

packages/rollup/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/rollup",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
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.2"
30+
"@debugids/common": "0.1.3"
2931
},
3032
"publishConfig": {
3133
"access": "public",

packages/rspack/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 09d89b2: Document native support for vite
8+
- dca163e: Update MIT LICENSE date range to 2025
9+
- Updated dependencies [09d89b2]
10+
- Updated dependencies [dca163e]
11+
- @debugids/webpack@0.1.3
12+
313
## 0.1.2
414

515
### Patch Changes

0 commit comments

Comments
 (0)