Skip to content

Commit 125a1ef

Browse files
authored
Revert "meta(changelog): Update package versions (#26)" (#28)
This reverts commit 3914106.
1 parent 8a1bbe9 commit 125a1ef

27 files changed

+53
-225
lines changed

.changeset/khaki-timers-prove.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"@debugids/rolldown": minor
3+
"@debugids/browser": minor
4+
"@debugids/esbuild": minor
5+
"@debugids/webpack": minor
6+
"@debugids/common": minor
7+
"@debugids/parcel-optimizer-debugids": minor
8+
"@debugids/rollup": minor
9+
"@debugids/rspack": minor
10+
"@debugids/node": minor
11+
"@debugids/vite": minor
12+
"@debugids/cli": minor
13+
---
14+
15+
Initial Publish of Debug ID packages
16+
17+
This is an initial release of JavaScript polyfills, bundler plugins and utils
18+
for the [TC39 Debug ID
19+
proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md).

packages/browser/CHANGELOG.md

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

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.1.0",
3+
"version": "0.0.1",
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.1.0"
28+
"@debugids/common": "0.0.1"
2929
},
3030
"publishConfig": {
3131
"access": "public",

packages/cli/CHANGELOG.md

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

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.1.0",
3+
"version": "0.0.1",
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.1.0"
19+
"@debugids/common": "0.0.1"
2020
},
2121
"publishConfig": {
2222
"access": "public",

packages/common/CHANGELOG.md

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

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.1.0",
3+
"version": "0.0.1",
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: 0 additions & 16 deletions
This file was deleted.

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.1.0",
3+
"version": "0.0.1",
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.1.0"
27+
"@debugids/common": "0.0.1"
2828
},
2929
"publishConfig": {
3030
"access": "public",

packages/node/CHANGELOG.md

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

0 commit comments

Comments
 (0)