Skip to content

Commit bbbd929

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 7cce8ad commit bbbd929

File tree

15 files changed

+100
-41
lines changed

15 files changed

+100
-41
lines changed

Diff for: package-lock.json

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

Diff for: 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.26.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-18)
7+
8+
9+
### Features
10+
11+
* add issues statuses ([#435](https://github.com/apify/apify-shared-js/issues/435)) ([7cce8ad](https://github.com/apify/apify-shared-js/commit/7cce8adb74f86614e3a0ce15344a8fe9b095c4e4)), closes [apify/apify-core#13926](https://github.com/apify/apify-core/issues/13926)
12+
13+
14+
15+
16+
617
## [2.25.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-15)
718

819

Diff for: 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.25.1",
3+
"version": "2.26.0",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

Diff for: 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.14](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-18)
7+
8+
**Note:** Version bump only for package @apify/input_schema
9+
10+
11+
12+
13+
614
## [3.5.13](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-16)
715

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

Diff for: 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.13",
3+
"version": "3.5.14",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.25.1",
51+
"@apify/consts": "^2.26.0",
5252
"countries-list": "^3.0.0",
5353
"escaya": "^0.0.61"
5454
},

Diff for: 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.46](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-18)
7+
8+
**Note:** Version bump only for package @apify/input_secrets
9+
10+
11+
12+
13+
614
## [1.1.45](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-15)
715

816

Diff for: 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.45",
3+
"version": "1.1.46",
44
"description": "Package to encrypt and decrypt apify actor input secrets.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -44,8 +44,8 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@apify/log": "^2.4.8",
48-
"@apify/utilities": "^2.9.8",
47+
"@apify/log": "^2.4.9",
48+
"@apify/utilities": "^2.9.9",
4949
"ow": "^0.28.2"
5050
}
5151
}

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

816

Diff for: 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.8",
3+
"version": "2.4.9",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.25.1",
51+
"@apify/consts": "^2.26.0",
5252
"ansi-colors": "^4.1.1"
5353
}
5454
}

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

816

Diff for: 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.17",
3+
"version": "2.1.18",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,8 +48,8 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.25.1",
52-
"@apify/utilities": "^2.9.8",
51+
"@apify/consts": "^2.26.0",
52+
"@apify/utilities": "^2.9.9",
5353
"marked": "^3.0.2",
5454
"match-all": "^1.2.6"
5555
}

Diff for: 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.39](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-18)
7+
8+
**Note:** Version bump only for package @apify/pseudo_url
9+
10+
11+
12+
13+
614
## [2.0.38](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2024-01-15)
715

816

Diff for: 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.38",
3+
"version": "2.0.39",
44
"description": "Tool to find the matching URLs on a page (or html document) by providing a URL pattern.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -44,7 +44,7 @@
4444
"access": "public"
4545
},
4646
"dependencies": {
47-
"@apify/log": "^2.4.8",
47+
"@apify/log": "^2.4.9",
4848
"@sapphire/shapeshift": "^3.6.0"
4949
}
5050
}

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

816

Diff for: 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.8",
3+
"version": "2.9.9",
44
"description": "Tools and constants shared across Apify projects.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",
@@ -48,8 +48,8 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@apify/consts": "^2.25.1",
52-
"@apify/log": "^2.4.8"
51+
"@apify/consts": "^2.26.0",
52+
"@apify/log": "^2.4.9"
5353
},
5454
"devDependencies": {
5555
"@types/create-hmac": "^1.1.0"

0 commit comments

Comments
 (0)