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
5 changes: 0 additions & 5 deletions .changeset/young-seas-sit.md

This file was deleted.

370 changes: 178 additions & 192 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,9 +16,9 @@
"ci:publish": "changeset publish && bun scripts/publish-proguard-plugin.ts"
},
"devDependencies": {
"@types/node": "^25.9.4",
"@types/node": "^25.9.5",
"@biomejs/biome": "2.5.2",
"turbo": "^2.10.0",
"turbo": "^2.10.12",
"typescript": "6.0.3",
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/proguard-plugin/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# @faststats/proguard-mappings-upload-plugin

## 0.1.2

### Patch Changes

- [`ec289ba`](https://github.com/faststats-dev/sourcemaps/commit/ec289ba7d1d5bcaa3bb9fc61a597ce4172e4ce3d) Thanks [@NonSwag](https://github.com/NonSwag)! - Fixed gradle plugin publication

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/proguard-plugin/gradle.properties
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
version=0.1.1
version=0.1.2
2 changes: 1 addition & 1 deletion packages/proguard-plugin/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@faststats/proguard-mappings-upload-plugin",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"build": "./gradlew build"
Expand Down