Skip to content

Commit 33ecad8

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/actor-memory-expression@0.1.5 - @apify/consts@2.49.0 - @apify/input_schema@3.25.10 - @apify/input_secrets@1.2.23 - @apify/json_schemas@0.12.1 - @apify/log@2.5.30 - @apify/markdown@3.0.47 - @apify/pseudo_url@2.0.71 - @apify/utilities@2.25.2
1 parent 0297a58 commit 33ecad8

19 files changed

Lines changed: 121 additions & 46 deletions

File tree

package-lock.json

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

packages/actor-memory-expression/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.1.5](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.4...@apify/actor-memory-expression@0.1.5) (2026-01-27)
7+
8+
**Note:** Version bump only for package @apify/actor-memory-expression
9+
10+
11+
12+
13+
614
## [0.1.4](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.3...@apify/actor-memory-expression@0.1.4) (2026-01-20)
715

816
**Note:** Version bump only for package @apify/actor-memory-expression

packages/actor-memory-expression/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actor-memory-expression",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Utility to evaluate dynamic memory expressions for Apify actors.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,8 +48,8 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.48.1",
52-
"@apify/log": "^2.5.29",
51+
"@apify/consts": "^2.49.0",
52+
"@apify/log": "^2.5.30",
5353
"mathjs": "^15.1.0"
5454
}
5555
}

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.49.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.48.1...@apify/consts@2.49.0) (2026-01-27)
7+
8+
9+
### Features
10+
11+
* added ACTOR_STORAGE_IDS env var, JSON_ENCODED_ENV_VARS group ([#589](https://github.com/apify/apify-shared-js/issues/589)) ([0297a58](https://github.com/apify/apify-shared-js/commit/0297a5891d70cf4a568ecbb64bd740e4d32224f8))
12+
13+
14+
15+
16+
617
## [2.48.1](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.48.0...@apify/consts@2.48.1) (2026-01-20)
718

819

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.48.1",
3+
"version": "2.49.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.25.10](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.9...@apify/input_schema@3.25.10) (2026-01-27)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.25.9](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.8...@apify/input_schema@3.25.9) (2026-01-26)
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.25.9",
3+
"version": "3.25.10",
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.48.1",
52-
"@apify/input_secrets": "^1.2.22",
53-
"@apify/json_schemas": "^0.12.0",
51+
"@apify/consts": "^2.49.0",
52+
"@apify/input_secrets": "^1.2.23",
53+
"@apify/json_schemas": "^0.12.1",
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.23](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.22...@apify/input_secrets@1.2.23) (2026-01-27)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.2.22](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.21...@apify/input_secrets@1.2.22) (2026-01-20)
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.22",
3+
"version": "1.2.23",
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.29",
48-
"@apify/utilities": "^2.25.1",
47+
"@apify/log": "^2.5.30",
48+
"@apify/utilities": "^2.25.2",
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.12.1](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.12.0...@apify/json_schemas@0.12.1) (2026-01-27)
7+
8+
**Note:** Version bump only for package @apify/json_schemas
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.11.1...@apify/json_schemas@0.12.0) (2026-01-26)
715

816

0 commit comments

Comments
 (0)