Skip to content

Commit f2d7dfc

Browse files
authored
chore: version packages (#130)
1 parent 8efa1e5 commit f2d7dfc

37 files changed

Lines changed: 266 additions & 86 deletions

File tree

.changeset/fresh-deps.md

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

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
fetch-depth: 0
2626
persist-credentials: false
2727

28-
- name: Set up git for pushing with PAT
28+
- name: Set up git for pushing
2929
env:
30-
GH_PAT: ${{ secrets.GH_PAT_TRANSLOADIT_BOT_KICK_PRS }}
30+
GITHUB_TOKEN: ${{ github.token }}
3131
run: |
32-
git remote set-url origin https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}
32+
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}
3333
git config --global user.name "transloadit-bot"
3434
git config --global user.email "bot@transloadit.com"
3535
@@ -60,4 +60,4 @@ jobs:
6060
title: "chore: version packages"
6161
commit: "chore: version packages"
6262
env:
63-
GITHUB_TOKEN: ${{ secrets.GH_PAT_TRANSLOADIT_BOT_KICK_PRS }}
63+
GITHUB_TOKEN: ${{ github.token }}

packages/abbr/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @transloadit/abbr
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8efa1e5: Move monolib packages to ESM-only output and refresh dependencies.
8+
9+
This is a breaking change for CommonJS consumers: import these packages from ESM code or use dynamic import from CommonJS.
10+
The supported Node.js floor is now 22, package exports are explicit, and TypeScript checks are stricter.
11+
312
## 1.0.0
413

514
### Major Changes

packages/abbr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/abbr",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/transloadit/monolib.git",

packages/analyze-step/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @transloadit/analyze-step
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8efa1e5: Move monolib packages to ESM-only output and refresh dependencies.
8+
9+
This is a breaking change for CommonJS consumers: import these packages from ESM code or use dynamic import from CommonJS.
10+
The supported Node.js floor is now 22, package exports are explicit, and TypeScript checks are stricter.
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [8efa1e5]
15+
- @transloadit/format-duration-ms@2.0.0
16+
- @transloadit/prettier-bytes@2.0.0
17+
318
## 1.0.1
419

520
### Patch Changes

packages/analyze-step/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/analyze-step",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/transloadit/monolib.git",
@@ -20,8 +20,8 @@
2020
"test:watch": "node --test --enable-source-maps --watch"
2121
},
2222
"dependencies": {
23-
"@transloadit/format-duration-ms": "^1.0.0",
24-
"@transloadit/prettier-bytes": "^1.0.0",
23+
"@transloadit/format-duration-ms": "^2.0.0",
24+
"@transloadit/prettier-bytes": "^2.0.0",
2525
"inflection": "^3.0.2",
2626
"jsonpath-plus": "^10.4.0",
2727
"lodash": "^4.18.1"

packages/file-exists/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @transloadit/file-exists
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8efa1e5: Move monolib packages to ESM-only output and refresh dependencies.
8+
9+
This is a breaking change for CommonJS consumers: import these packages from ESM code or use dynamic import from CommonJS.
10+
The supported Node.js floor is now 22, package exports are explicit, and TypeScript checks are stricter.
11+
312
## 1.0.0
413

514
### Major Changes

packages/file-exists/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/file-exists",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/transloadit/monolib.git",

packages/format-duration-ms/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @transloadit/format-duration-ms
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8efa1e5: Move monolib packages to ESM-only output and refresh dependencies.
8+
9+
This is a breaking change for CommonJS consumers: import these packages from ESM code or use dynamic import from CommonJS.
10+
The supported Node.js floor is now 22, package exports are explicit, and TypeScript checks are stricter.
11+
312
## 1.0.0
413

514
### Major Changes

packages/format-duration-ms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transloadit/format-duration-ms",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/transloadit/monolib.git",

0 commit comments

Comments
 (0)