Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .changeset/eight-shoes-dream.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @debugids/browser

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/browser",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -20,13 +20,15 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"devDependencies": {
"@debugids/common": "0.1.1"
"@debugids/common": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/cli

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/cli",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -11,13 +11,15 @@
"engines": {
"node": ">=18"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@debugids/common": "0.1.1"
"@debugids/common": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @debugids/common

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack

## 0.1.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/common",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,7 +19,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/esbuild

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/esbuild",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,13 +19,15 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@debugids/common": "0.1.1"
"@debugids/common": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/node

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/node",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,13 +19,15 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@debugids/common": "0.1.1"
"@debugids/common": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/parcel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/parcel-optimizer-debugids

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/parcel-optimizer-debugids",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,7 +19,9 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"engines": {
"parcel": "^2.0.0"
},
Expand All @@ -29,7 +31,7 @@
},
"dependencies": {
"@parcel/plugin": "^2.0.0",
"@debugids/common": "0.1.1"
"@debugids/common": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/rolldown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/rolldown

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/rolldown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/rolldown",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,13 +19,15 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@debugids/rollup": "0.1.1"
"@debugids/rollup": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/rollup

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/rollup",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,13 +19,15 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@debugids/common": "0.1.1"
"@debugids/common": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/rspack

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debugids/rspack",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"homepage": "https://getsentry.github.io/debugids/",
"repository": "git://github.com/getsentry/javascript-debug-ids.git",
Expand All @@ -19,13 +19,15 @@
}
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "rollup --config rollup.config.mjs",
"build:watch": "rollup --config rollup.config.mjs --watch"
},
"dependencies": {
"@debugids/webpack": "0.1.1"
"@debugids/webpack": "0.1.2"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @debugids/vite

## 0.1.2

### Patch Changes

- 70ed53d: Document native support for rolldown, rollup, webpack, rspack
- Updated dependencies [70ed53d]
- @debugids/[email protected]

## 0.1.1

### Patch Changes
Expand Down
Loading
Loading