Skip to content

Commit 74a0c6c

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]
1 parent 4755107 commit 74a0c6c

15 files changed

+100
-41
lines changed

package-lock.json

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/consts/CHANGELOG.md

+11
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.24.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-12-06)
7+
8+
9+
### Features
10+
11+
* **consts:** add `STANDBY` meta origin ([#426](https://github.com/apify/apify-shared-js/issues/426)) ([4755107](https://github.com/apify/apify-shared-js/commit/4755107f094ea7273be1508c35da0d5336c0e9f6))
12+
13+
14+
15+
16+
617
# [2.23.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-10-06)
718

819

packages/consts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/consts",
3-
"version": "2.23.0",
3+
"version": "2.24.0",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/input_schema/CHANGELOG.md

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

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

packages/input_schema/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_schema",
3-
"version": "3.5.8",
3+
"version": "3.5.9",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -43,7 +43,7 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@apify/consts": "^2.23.0",
46+
"@apify/consts": "^2.24.0",
4747
"countries-list": "^2.6.1",
4848
"escaya": "^0.0.61"
4949
},

packages/input_secrets/CHANGELOG.md

+8
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.1.41](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-12-06)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.1.40](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-11-24)
715

816

packages/input_secrets/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/input_secrets",
3-
"version": "1.1.40",
3+
"version": "1.1.41",
44
"description": "Package to encrypt and decrypt apify actor input secrets.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -39,8 +39,8 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@apify/log": "^2.4.3",
43-
"@apify/utilities": "^2.9.3",
42+
"@apify/log": "^2.4.4",
43+
"@apify/utilities": "^2.9.4",
4444
"ow": "^0.28.2"
4545
}
4646
}

packages/log/CHANGELOG.md

+8
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.4.4](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-12-06)
7+
8+
**Note:** Version bump only for package @apify/log
9+
10+
11+
12+
13+
614
## [2.4.3](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-10-06)
715

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

packages/log/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/log",
3-
"version": "2.4.3",
3+
"version": "2.4.4",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -43,7 +43,7 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@apify/consts": "^2.23.0",
46+
"@apify/consts": "^2.24.0",
4747
"ansi-colors": "^4.1.1"
4848
}
4949
}

packages/markdown/CHANGELOG.md

+8
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.1.13](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-12-06)
7+
8+
**Note:** Version bump only for package @apify/markdown
9+
10+
11+
12+
13+
614
## [2.1.12](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-10-06)
715

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

packages/markdown/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/markdown",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -43,8 +43,8 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@apify/consts": "^2.23.0",
47-
"@apify/utilities": "^2.9.3",
46+
"@apify/consts": "^2.24.0",
47+
"@apify/utilities": "^2.9.4",
4848
"marked": "^3.0.2",
4949
"match-all": "^1.2.6"
5050
}

packages/pseudo_url/CHANGELOG.md

+8
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.0.34](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-12-06)
7+
8+
**Note:** Version bump only for package @apify/pseudo_url
9+
10+
11+
12+
13+
614
## [2.0.33](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-10-06)
715

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

packages/pseudo_url/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/pseudo_url",
3-
"version": "2.0.33",
3+
"version": "2.0.34",
44
"description": "Tool to find the matching URLs on a page (or html document) by providing a URL pattern.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@apify/log": "^2.4.3",
42+
"@apify/log": "^2.4.4",
4343
"@sapphire/shapeshift": "^3.6.0"
4444
}
4545
}

packages/utilities/CHANGELOG.md

+8
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.9.4](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-12-06)
7+
8+
**Note:** Version bump only for package @apify/utilities
9+
10+
11+
12+
13+
614
## [2.9.3](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2023-10-06)
715

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

packages/utilities/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/utilities",
3-
"version": "2.9.3",
3+
"version": "2.9.4",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -43,8 +43,8 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@apify/consts": "^2.23.0",
47-
"@apify/log": "^2.4.3"
46+
"@apify/consts": "^2.24.0",
47+
"@apify/log": "^2.4.4"
4848
},
4949
"devDependencies": {
5050
"@types/create-hmac": "^1.1.0"

0 commit comments

Comments
 (0)