Skip to content

Commit 86fe06d

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/[email protected] - @apify/[email protected] - @apify/[email protected] - @apify/[email protected] - @apify/[email protected] - @apify/[email protected] - @apify/[email protected] - @apify/[email protected]
1 parent cf68ed8 commit 86fe06d

File tree

17 files changed

+107
-40
lines changed

17 files changed

+107
-40
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/consts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.45.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-24)
7+
8+
9+
### Features
10+
11+
* add new pricing info env vars ([#541](https://github.com/apify/apify-shared-js/issues/541)) ([cf68ed8](https://github.com/apify/apify-shared-js/commit/cf68ed86033ad6a240b3ca272709b7eda2f66d0e))
12+
13+
14+
15+
16+
617
## [2.44.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-08-11)
718

819
**Note:** Version bump only for package @apify/consts

packages/consts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/consts",
3-
"version": "2.44.1",
3+
"version": "2.45.0",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

packages/input_schema/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.20.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-24)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.20.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-22)
715

816
**Note:** Version bump only for package @apify/input_schema

packages/input_schema/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_schema",
3-
"version": "3.20.1",
3+
"version": "3.20.2",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,9 +48,9 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.44.1",
52-
"@apify/input_secrets": "^1.2.6",
53-
"@apify/json_schemas": "^0.2.1",
51+
"@apify/consts": "^2.45.0",
52+
"@apify/input_secrets": "^1.2.7",
53+
"@apify/json_schemas": "^0.2.2",
5454
"acorn-loose": "^8.4.0",
5555
"countries-list": "^3.0.0"
5656
},

packages/input_secrets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.7](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-24)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.2.6](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-15)
715

816
**Note:** Version bump only for package @apify/input_secrets

packages/input_secrets/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_secrets",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Package to encrypt and decrypt apify actor input secrets.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -44,8 +44,8 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@apify/log": "^2.5.22",
48-
"@apify/utilities": "^2.19.0",
47+
"@apify/log": "^2.5.23",
48+
"@apify/utilities": "^2.19.1",
4949
"ow": "^0.28.2"
5050
}
5151
}

packages/json_schemas/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-24)
7+
8+
**Note:** Version bump only for package @apify/json_schemas
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-22)
715

816

packages/json_schemas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/json_schemas",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Publicly available JSON schemas for Apify platform",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@apify/consts": "^2.44.1",
49+
"@apify/consts": "^2.45.0",
5050
"ajv": "^8.17.1"
5151
}
5252
}

packages/log/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.23](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-24)
7+
8+
**Note:** Version bump only for package @apify/log
9+
10+
11+
12+
13+
614
## [2.5.22](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-08-11)
715

816
**Note:** Version bump only for package @apify/log

0 commit comments

Comments
 (0)