Skip to content

Commit 1b54dac

Browse files
meta(changelog): Update package versions (#29)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 125a1ef commit 1b54dac

27 files changed

+225
-53
lines changed

.changeset/khaki-timers-prove.md

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

packages/browser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @debugids/browser
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 125a1ef: Initial Publish of Debug ID packages
8+
9+
This is an initial release of JavaScript polyfills, bundler plugins and utils
10+
for the [TC39 Debug ID
11+
proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md).

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/browser",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -25,7 +25,7 @@
2525
"build:watch": "rollup --config rollup.config.mjs --watch"
2626
},
2727
"devDependencies": {
28-
"@debugids/common": "0.0.1"
28+
"@debugids/common": "0.1.0"
2929
},
3030
"publishConfig": {
3131
"access": "public",

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @debugids/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 125a1ef: Initial Publish of Debug ID packages
8+
9+
This is an initial release of JavaScript polyfills, bundler plugins and utils
10+
for the [TC39 Debug ID
11+
proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md).
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [125a1ef]
16+
- @debugids/common@0.1.0

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/cli",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -16,7 +16,7 @@
1616
"build:watch": "rollup --config rollup.config.mjs --watch"
1717
},
1818
"dependencies": {
19-
"@debugids/common": "0.0.1"
19+
"@debugids/common": "0.1.0"
2020
},
2121
"publishConfig": {
2222
"access": "public",

packages/common/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @debugids/common
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 125a1ef: Initial Publish of Debug ID packages
8+
9+
This is an initial release of JavaScript polyfills, bundler plugins and utils
10+
for the [TC39 Debug ID
11+
proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md).

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/common",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",

packages/esbuild/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @debugids/esbuild
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 125a1ef: Initial Publish of Debug ID packages
8+
9+
This is an initial release of JavaScript polyfills, bundler plugins and utils
10+
for the [TC39 Debug ID
11+
proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md).
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [125a1ef]
16+
- @debugids/common@0.1.0

packages/esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@debugids/esbuild",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"homepage": "https://getsentry.github.io/debugids/",
66
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
@@ -24,7 +24,7 @@
2424
"build:watch": "rollup --config rollup.config.mjs --watch"
2525
},
2626
"dependencies": {
27-
"@debugids/common": "0.0.1"
27+
"@debugids/common": "0.1.0"
2828
},
2929
"publishConfig": {
3030
"access": "public",

packages/node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @debugids/node
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 125a1ef: Initial Publish of Debug ID packages
8+
9+
This is an initial release of JavaScript polyfills, bundler plugins and utils
10+
for the [TC39 Debug ID
11+
proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md).
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [125a1ef]
16+
- @debugids/common@0.1.0

0 commit comments

Comments
 (0)