Skip to content

Commit 9ae9b44

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/consts@2.10.0 - @apify/input_schema@3.3.5 - @apify/input_secrets@1.1.9 - @apify/log@2.2.7 - @apify/markdown@2.0.18 - @apify/pseudo_url@2.0.13 - @apify/utilities@2.3.1
1 parent 7fe15fc commit 9ae9b44

15 files changed

Lines changed: 100 additions & 41 deletions

File tree

package-lock.json

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

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.10.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.9.0...@apify/consts@2.10.0) (2023-03-07)
7+
8+
9+
### Features
10+
11+
* add max items to env variable names ([#363](https://github.com/apify/apify-shared-js/issues/363)) ([7fe15fc](https://github.com/apify/apify-shared-js/commit/7fe15fce9fef6e988161620300cd3f3f3e6564e9))
12+
13+
14+
15+
16+
617
# [2.9.0](https://github.com/apify/apify-shared-js/compare/@apify/consts@2.8.0...@apify/consts@2.9.0) (2023-01-31)
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.9.0",
3+
"version": "2.10.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

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.3.5](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.3.4...@apify/input_schema@3.3.5) (2023-03-07)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.3.4](https://github.com/apify/apify-shared-js/compare/@apify/input_schema@3.3.3...@apify/input_schema@3.3.4) (2023-01-31)
715

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

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.3.4",
3+
"version": "3.3.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.9.0",
46+
"@apify/consts": "^2.10.0",
4747
"countries-list": "^2.6.1",
4848
"escaya": "^0.0.61"
4949
},

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.1.9](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.1.8...@apify/input_secrets@1.1.9) (2023-03-07)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.1.8](https://github.com/apify/apify-shared-js/compare/@apify/input_secrets@1.1.7...@apify/input_secrets@1.1.8) (2023-02-13)
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.1.8",
3+
"version": "1.1.9",
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.6",
43-
"@apify/utilities": "^2.3.0",
42+
"@apify/log": "^2.2.7",
43+
"@apify/utilities": "^2.3.1",
4444
"ow": "^0.28.2"
4545
}
4646
}

packages/log/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+
## [2.2.7](https://github.com/apify/apify-shared-js/compare/@apify/log@2.2.6...@apify/log@2.2.7) (2023-03-07)
7+
8+
**Note:** Version bump only for package @apify/log
9+
10+
11+
12+
13+
614
## [2.2.6](https://github.com/apify/apify-shared-js/compare/@apify/log@2.2.5...@apify/log@2.2.6) (2023-01-31)
715

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

packages/log/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/log",
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,7 +43,7 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@apify/consts": "^2.9.0",
46+
"@apify/consts": "^2.10.0",
4747
"ansi-colors": "^4.1.1"
4848
}
4949
}

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+
## [2.0.18](https://github.com/apify/apify-shared-js/compare/@apify/markdown@2.0.17...@apify/markdown@2.0.18) (2023-03-07)
7+
8+
**Note:** Version bump only for package @apify/markdown
9+
10+
11+
12+
13+
614
## [2.0.17](https://github.com/apify/apify-shared-js/compare/@apify/markdown@2.0.16...@apify/markdown@2.0.17) (2023-02-13)
715

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

0 commit comments

Comments
 (0)