Skip to content

Commit 335df65

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 9a19ec1 commit 335df65

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.6.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
9+
### Features
10+
11+
* **consts:** add USER_PERSONA_TYPES const ([#352](https://github.com/apify/apify-shared-js/issues/352)) ([9a19ec1](https://github.com/apify/apify-shared-js/commit/9a19ec13bfc4089f3de5df4ac9036b790d3d2f11))
12+
13+
14+
15+
16+
617
# [2.5.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-10-31)
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.5.0",
3+
"version": "2.6.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.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
# [3.3.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-11-09)
715

816

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.0",
3+
"version": "3.3.1",
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.5.0",
46+
"@apify/consts": "^2.6.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.4](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.1.3](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-11-18)
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.3",
3+
"version": "1.1.4",
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.2",
43-
"@apify/utilities": "^2.2.4",
42+
"@apify/log": "^2.2.3",
43+
"@apify/utilities": "^2.2.5",
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.3](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
**Note:** Version bump only for package @apify/log
9+
10+
11+
12+
13+
614
## [2.2.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-10-31)
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.2",
3+
"version": "2.2.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.5.0",
46+
"@apify/consts": "^2.6.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.13](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
**Note:** Version bump only for package @apify/markdown
9+
10+
11+
12+
13+
614
## [2.0.12](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-10-31)
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.12",
3+
"version": "2.0.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.5.0",
47-
"@apify/utilities": "^2.2.4",
46+
"@apify/consts": "^2.6.0",
47+
"@apify/utilities": "^2.2.5",
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.9](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
**Note:** Version bump only for package @apify/pseudo_url
9+
10+
11+
12+
13+
614
## [2.0.8](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-10-31)
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.8",
3+
"version": "2.0.9",
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.2",
42+
"@apify/log": "^2.2.3",
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.5](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-12-01)
7+
8+
**Note:** Version bump only for package @apify/utilities
9+
10+
11+
12+
13+
614
## [2.2.4](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2022-10-31)
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.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,8 +43,8 @@
4343
"access": "public"
4444
},
4545
"dependencies": {
46-
"@apify/consts": "^2.5.0",
47-
"@apify/log": "^2.2.2"
46+
"@apify/consts": "^2.6.0",
47+
"@apify/log": "^2.2.3"
4848
},
4949
"devDependencies": {
5050
"@types/create-hmac": "^1.1.0"

0 commit comments

Comments
 (0)