Skip to content

Commit da822bf

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/actor-memory-expression@0.1.9 - @apify/consts@2.51.1 - @apify/input_schema@3.25.18 - @apify/input_secrets@1.2.26 - @apify/json_schemas@0.14.2 - @apify/log@2.5.33 - @apify/markdown@3.0.50 - @apify/pseudo_url@2.0.74 - @apify/utilities@2.25.5
1 parent 2d39ebd commit da822bf

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.9](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.8...@apify/actor-memory-expression@0.1.9) (2026-02-26)
7+
8+
**Note:** Version bump only for package @apify/actor-memory-expression
9+
10+
11+
12+
13+
614
## [0.1.8](https://github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.1.7...@apify/actor-memory-expression@0.1.8) (2026-02-13)
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.8",
3+
"version": "0.1.9",
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.51.0",
52-
"@apify/log": "^2.5.32",
51+
"@apify/consts": "^2.51.1",
52+
"@apify/log": "^2.5.33",
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.51.1](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.51.0...@apify/consts@2.51.1) (2026-02-26)
7+
8+
9+
### Bug Fixes
10+
11+
* Support URL-encoded characters in LinkedIn profile regex ([#601](https://github.com/apify/apify-shared-js/issues/601)) ([2d39ebd](https://github.com/apify/apify-shared-js/commit/2d39ebdf0fbefa937400a0443599134da6ec5582))
12+
13+
14+
15+
16+
617
# [2.51.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.50.0...@apify/consts@2.51.0) (2026-02-09)
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.51.0",
3+
"version": "2.51.1",
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.18](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.17...@apify/input_schema@3.25.18) (2026-02-26)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.25.17](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.25.16...@apify/input_schema@3.25.17) (2026-02-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.17",
3+
"version": "3.25.18",
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.51.0",
52-
"@apify/input_secrets": "^1.2.25",
53-
"@apify/json_schemas": "^0.14.1",
51+
"@apify/consts": "^2.51.1",
52+
"@apify/input_secrets": "^1.2.26",
53+
"@apify/json_schemas": "^0.14.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.26](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.25...@apify/input_secrets@1.2.26) (2026-02-26)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.2.25](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.2.24...@apify/input_secrets@1.2.25) (2026-02-09)
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.25",
3+
"version": "1.2.26",
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.32",
48-
"@apify/utilities": "^2.25.4",
47+
"@apify/log": "^2.5.33",
48+
"@apify/utilities": "^2.25.5",
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.14.2](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.14.1...@apify/json_schemas@0.14.2) (2026-02-26)
7+
8+
**Note:** Version bump only for package @apify/json_schemas
9+
10+
11+
12+
13+
614
## [0.14.1](https://github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.14.0...@apify/json_schemas@0.14.1) (2026-02-26)
715

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

0 commit comments

Comments
 (0)