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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/core": "0.1.1",
"packages/nextjs": "0.1.1",
"packages/s3": "0.1.1",
"packages/sqlite": "0.1.0"
"packages/core": "0.1.2",
"packages/nextjs": "0.1.2",
"packages/s3": "0.1.2",
"packages/sqlite": "0.1.1"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.2](https://github.com/mathematic-inc/smapped-traces/compare/v0.1.1...v0.1.2) (2026-03-11)


### Features

* Initial commit ([710e351](https://github.com/mathematic-inc/smapped-traces/commit/710e3514a0e7f1fe266ddb1051d11618dad98c6e))


### Bug Fixes

* Migrate repository to mathematic-inc organization ([#6](https://github.com/mathematic-inc/smapped-traces/issues/6)) ([41914f3](https://github.com/mathematic-inc/smapped-traces/commit/41914f3b83a729c283a14d1fa421652a96b62c3d))
* Update outdated READMEs ([94d0eee](https://github.com/mathematic-inc/smapped-traces/commit/94d0eeef7364fa77f6122cba7d72773cc0adf197))

## [0.1.1](https://github.com/mathematic-inc/smapped-traces/compare/v0.1.0...v0.1.1) (2026-03-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smapped-traces",
"version": "0.1.1",
"version": "0.1.2",
"description": "Source map resolution for OpenTelemetry errors",
"author": "Mathematic Inc",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.2](https://github.com/mathematic-inc/smapped-traces/compare/nextjs-v0.1.1...nextjs-v0.1.2) (2026-03-11)


### Features

* Initial commit ([710e351](https://github.com/mathematic-inc/smapped-traces/commit/710e3514a0e7f1fe266ddb1051d11618dad98c6e))


### Bug Fixes

* Migrate repository to mathematic-inc organization ([#6](https://github.com/mathematic-inc/smapped-traces/issues/6)) ([41914f3](https://github.com/mathematic-inc/smapped-traces/commit/41914f3b83a729c283a14d1fa421652a96b62c3d))
* Update outdated READMEs ([94d0eee](https://github.com/mathematic-inc/smapped-traces/commit/94d0eeef7364fa77f6122cba7d72773cc0adf197))

## [0.1.1](https://github.com/mathematic-inc/smapped-traces/compare/nextjs-v0.1.0...nextjs-v0.1.1) (2026-03-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapped-traces/nextjs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Next.js source map collection for smapped-traces",
"author": "Mathematic Inc",
"license": "Apache-2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.2](https://github.com/mathematic-inc/smapped-traces/compare/s3-v0.1.1...s3-v0.1.2) (2026-03-11)


### Features

* Initial commit ([710e351](https://github.com/mathematic-inc/smapped-traces/commit/710e3514a0e7f1fe266ddb1051d11618dad98c6e))


### Bug Fixes

* Migrate repository to mathematic-inc organization ([#6](https://github.com/mathematic-inc/smapped-traces/issues/6)) ([41914f3](https://github.com/mathematic-inc/smapped-traces/commit/41914f3b83a729c283a14d1fa421652a96b62c3d))
* Update outdated READMEs ([94d0eee](https://github.com/mathematic-inc/smapped-traces/commit/94d0eeef7364fa77f6122cba7d72773cc0adf197))

## [0.1.1](https://github.com/mathematic-inc/smapped-traces/compare/s3-v0.1.0...s3-v0.1.1) (2026-03-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapped-traces/s3",
"version": "0.1.1",
"version": "0.1.2",
"description": "S3-compatible source map store for smapped-traces",
"author": "Mathematic Inc",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/mathematic-inc/smapped-traces/compare/sqlite-v0.1.0...sqlite-v0.1.1) (2026-03-11)


### Features

* Initial commit ([710e351](https://github.com/mathematic-inc/smapped-traces/commit/710e3514a0e7f1fe266ddb1051d11618dad98c6e))


### Bug Fixes

* Migrate repository to mathematic-inc organization ([#6](https://github.com/mathematic-inc/smapped-traces/issues/6)) ([41914f3](https://github.com/mathematic-inc/smapped-traces/commit/41914f3b83a729c283a14d1fa421652a96b62c3d))

## 0.1.0 (2026-03-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smapped-traces/sqlite",
"version": "0.1.0",
"version": "0.1.1",
"description": "SQLite source map store for smapped-traces",
"author": "Mathematic Inc",
"license": "Apache-2.0",
Expand Down