Skip to content

Commit 022232e

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/[email protected] - @apify/[email protected] - @apify/[email protected] - @apify/[email protected]
1 parent 598952e commit 022232e

File tree

9 files changed

+49
-14
lines changed

9 files changed

+49
-14
lines changed

package-lock.json

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

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.19.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-15)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
# [3.19.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-10)
715

816

packages/input_schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_schema",
3-
"version": "3.19.0",
3+
"version": "3.19.1",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@apify/consts": "^2.44.1",
52-
"@apify/input_secrets": "^1.2.5",
52+
"@apify/input_secrets": "^1.2.6",
5353
"acorn-loose": "^8.4.0",
5454
"countries-list": "^3.0.0"
5555
},

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.6](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-15)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.2.5](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/input_secrets

packages/input_secrets/package.json

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

packages/markdown/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.0.30](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-15)
7+
8+
**Note:** Version bump only for package @apify/markdown
9+
10+
11+
12+
13+
614
## [3.0.29](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/markdown

packages/markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/markdown",
3-
"version": "3.0.29",
3+
"version": "3.0.30",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@apify/consts": "^2.44.1",
52-
"@apify/utilities": "^2.18.2",
52+
"@apify/utilities": "^2.19.0",
5353
"marked": "^15.0.0",
5454
"match-all": "^1.2.6"
5555
},

packages/utilities/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.19.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-09-15)
7+
8+
9+
### Features
10+
11+
* create injectable regex utility function ([#536](https://github.com/apify/apify-shared-js/issues/536)) ([598952e](https://github.com/apify/apify-shared-js/commit/598952e15b108ed6e353598aa05ae3bff623f9ae)), closes [/github.com/apify/apify-shared-js/blob/master/packages/consts/src/regexs.ts#L51](https://github.com//github.com/apify/apify-shared-js/blob/master/packages/consts/src/regexs.ts/issues/L51) [/github.com/apify/apify-proxy/blob/develop/src/proxy_utils.ts#L20](https://github.com//github.com/apify/apify-proxy/blob/develop/src/proxy_utils.ts/issues/L20)
12+
13+
14+
15+
16+
617
## [2.18.2](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/utilities

packages/utilities/package.json

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

0 commit comments

Comments
 (0)