Skip to content

Commit 3dc101a

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 b859433 commit 3dc101a

File tree

14 files changed

+75
-16
lines changed

14 files changed

+75
-16
lines changed

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.8.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
9+
### Features
10+
11+
* **consts:** increase max length of actor job log to 10 MB ([#355](https://github.com/apify/apify-shared-js/issues/355)) ([b859433](https://github.com/apify/apify-shared-js/commit/b8594336c5d01c6e5f6a29e9316b21dce9ecab75))
12+
13+
14+
15+
16+
617
# [2.7.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
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.7.0",
3+
"version": "2.8.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.3.3](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.3.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
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.3.2",
3+
"version": "3.3.3",
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.7.0",
46+
"@apify/consts": "^2.8.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.6](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.1.5](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
715

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

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.5",
3+
"version": "1.1.6",
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.2.4",
43-
"@apify/utilities": "^2.2.6",
42+
"@apify/log": "^2.2.5",
43+
"@apify/utilities": "^2.2.7",
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.2.5](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @apify/log
9+
10+
11+
12+
13+
614
## [2.2.4](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
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.2.4",
3+
"version": "2.2.5",
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.7.0",
46+
"@apify/consts": "^2.8.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.0.15](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @apify/markdown
9+
10+
11+
12+
13+
614
## [2.0.14](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
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.0.14",
3+
"version": "2.0.15",
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.7.0",
47-
"@apify/utilities": "^2.2.6",
46+
"@apify/consts": "^2.8.0",
47+
"@apify/utilities": "^2.2.7",
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.11](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @apify/pseudo_url
9+
10+
11+
12+
13+
614
## [2.0.10](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
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.10",
3+
"version": "2.0.11",
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.2.4",
42+
"@apify/log": "^2.2.5",
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.2.7](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-21)
7+
8+
**Note:** Version bump only for package @apify/utilities
9+
10+
11+
12+
13+
614
## [2.2.6](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-13)
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.2.6",
3+
"version": "2.2.7",
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.7.0",
47-
"@apify/log": "^2.2.4"
46+
"@apify/consts": "^2.8.0",
47+
"@apify/log": "^2.2.5"
4848
},
4949
"devDependencies": {
5050
"@types/create-hmac": "^1.1.0"

0 commit comments

Comments
 (0)