Skip to content

Commit

Permalink
chore: version packages (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
transloadit-bot and github-actions[bot] authored Nov 13, 2024
1 parent c861a65 commit 417570b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-apples-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-cherries-vanish.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/pr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @transloadit/pr

## 0.4.0

### Minor Changes

- c861a65: Trial release
- b12044a: Trial release

## 0.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transloadit/pr",
"version": "0.3.5",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git://github.com/transloadit/monolib.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/prd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @transloadit/prd

## 0.3.5

### Patch Changes

- Updated dependencies [c861a65]
- Updated dependencies [b12044a]
- @transloadit/pr@0.4.0

## 0.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/prd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transloadit/prd",
"version": "0.3.4",
"version": "0.3.5",
"repository": {
"type": "git",
"url": "git://github.com/transloadit/monolib.git",
Expand All @@ -16,7 +16,7 @@
"test:watch": "tsx --test --watch src/**/*.test.ts"
},
"dependencies": {
"@transloadit/pr": "^0.3.4"
"@transloadit/pr": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 417570b

Please sign in to comment.