Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apify Release Bot committed Jan 21, 2025
1 parent b114d33 commit 4374574
Show file tree
Hide file tree
Showing 15 changed files with 94 additions and 32 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/consts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.37.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)


### Features

* add support for SOCKS to PROXY_URL_REGEX ([#498](https://github.com/apify/apify-shared-js/issues/498)) ([b114d33](https://github.com/apify/apify-shared-js/commit/b114d3320520f2165e53ff32a27eef35d08a7a67))





# [2.36.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/consts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/consts",
"version": "2.36.0",
"version": "2.37.0",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/input_schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.13.0](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)


### Features

* add support for SOCKS to PROXY_URL_REGEX ([#498](https://github.com/apify/apify-shared-js/issues/498)) ([b114d33](https://github.com/apify/apify-shared-js/commit/b114d3320520f2165e53ff32a27eef35d08a7a67))





## [3.12.4](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)

**Note:** Version bump only for package @apify/input_schema
Expand Down
4 changes: 2 additions & 2 deletions packages/input_schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/input_schema",
"version": "3.12.4",
"version": "3.13.0",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"dependencies": {
"@apify/consts": "^2.36.0",
"@apify/consts": "^2.37.0",
"acorn-loose": "^8.4.0",
"countries-list": "^3.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/input_secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.63](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)

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





## [1.1.62](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)

**Note:** Version bump only for package @apify/input_secrets
Expand Down
6 changes: 3 additions & 3 deletions packages/input_secrets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/input_secrets",
"version": "1.1.62",
"version": "1.1.63",
"description": "Package to encrypt and decrypt apify actor input secrets.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -44,8 +44,8 @@
"access": "public"
},
"dependencies": {
"@apify/log": "^2.5.12",
"@apify/utilities": "^2.12.1",
"@apify/log": "^2.5.13",
"@apify/utilities": "^2.12.2",
"ow": "^0.28.2"
}
}
8 changes: 8 additions & 0 deletions packages/log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.13](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)

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





## [2.5.12](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)

**Note:** Version bump only for package @apify/log
Expand Down
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/log",
"version": "2.5.12",
"version": "2.5.13",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"dependencies": {
"@apify/consts": "^2.36.0",
"@apify/consts": "^2.37.0",
"ansi-colors": "^4.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.12](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)

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





## [3.0.11](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)

**Note:** Version bump only for package @apify/markdown
Expand Down
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/markdown",
"version": "3.0.11",
"version": "3.0.12",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -48,8 +48,8 @@
"access": "public"
},
"dependencies": {
"@apify/consts": "^2.36.0",
"@apify/utilities": "^2.12.1",
"@apify/consts": "^2.37.0",
"@apify/utilities": "^2.12.2",
"marked": "^15.0.0",
"match-all": "^1.2.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/pseudo_url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.54](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)

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





## [2.0.53](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)

**Note:** Version bump only for package @apify/pseudo_url
Expand Down
4 changes: 2 additions & 2 deletions packages/pseudo_url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/pseudo_url",
"version": "2.0.53",
"version": "2.0.54",
"description": "Tool to find the matching URLs on a page (or html document) by providing a URL pattern.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -44,6 +44,6 @@
"access": "public"
},
"dependencies": {
"@apify/log": "^2.5.12"
"@apify/log": "^2.5.13"
}
}
8 changes: 8 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.2](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-21)

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





## [2.12.1](https://github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) (2025-01-03)

**Note:** Version bump only for package @apify/utilities
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/utilities",
"version": "2.12.1",
"version": "2.12.2",
"description": "Tools and constants shared across Apify projects.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
Expand Down Expand Up @@ -48,8 +48,8 @@
"access": "public"
},
"dependencies": {
"@apify/consts": "^2.36.0",
"@apify/log": "^2.5.12"
"@apify/consts": "^2.37.0",
"@apify/log": "^2.5.13"
},
"devDependencies": {
"@types/create-hmac": "^1.1.0"
Expand Down

0 comments on commit 4374574

Please sign in to comment.