Skip to content

Commit 6c79c86

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/actor-memory-expression@0.1.6 - @apify/consts@2.50.0 - @apify/input_schema@3.25.11 - @apify/input_secrets@1.2.24 - @apify/json_schemas@0.12.2 - @apify/log@2.5.31 - @apify/markdown@3.0.48 - @apify/pseudo_url@2.0.72 - @apify/utilities@2.25.3
1 parent c417cf0 commit 6c79c86

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.6](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.5...@apify/actor-memory-expression@0.1.6) (2026-02-02)
7+
8+
**Note:** Version bump only for package @apify/actor-memory-expression
9+
10+
11+
12+
13+
614
## [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)
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.5",
3+
"version": "0.1.6",
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.49.0",
52-
"@apify/log": "^2.5.30",
51+
"@apify/consts": "^2.50.0",
52+
"@apify/log": "^2.5.31",
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.50.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.49.0...@apify/consts@2.50.0) (2026-02-02)
7+
8+
9+
### Features
10+
11+
* add STORAGE_OWNERSHIP_FILTER to consts ([#590](https://github.com/apify/apify-shared-js/issues/590)) ([c417cf0](https://github.com/apify/apify-shared-js/commit/c417cf0fe10f0a4c406250759baa28b86c4f14b0))
12+
13+
14+
15+
16+
617
# [2.49.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.48.1...@apify/consts@2.49.0) (2026-01-27)
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.49.0",
3+
"version": "2.50.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.11](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.10...@apify/input_schema@3.25.11) (2026-02-02)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [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)
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.10",
3+
"version": "3.25.11",
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.49.0",
52-
"@apify/input_secrets": "^1.2.23",
53-
"@apify/json_schemas": "^0.12.1",
51+
"@apify/consts": "^2.50.0",
52+
"@apify/input_secrets": "^1.2.24",
53+
"@apify/json_schemas": "^0.12.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.24](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.23...@apify/input_secrets@1.2.24) (2026-02-02)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [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)
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.23",
3+
"version": "1.2.24",
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.30",
48-
"@apify/utilities": "^2.25.2",
47+
"@apify/log": "^2.5.31",
48+
"@apify/utilities": "^2.25.3",
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.2](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.12.1...@apify/json_schemas@0.12.2) (2026-02-02)
7+
8+
**Note:** Version bump only for package @apify/json_schemas
9+
10+
11+
12+
13+
614
## [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)
715

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

0 commit comments

Comments
 (0)