From 62d743d323f45890a79dac1e4d33b4a47b3a425f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:51:25 +0000 Subject: [PATCH] chore: Release 1.0.0-alpha.9 --- .github/.release-please-manifest.json | 22 ++++++++++----------- CHANGELOG.md | 16 +++++++++++++++ analyze/CHANGELOG.md | 19 ++++++++++++++++++ analyze/package.json | 10 +++++----- arcjet-next/CHANGELOG.md | 20 +++++++++++++++++++ arcjet-next/package.json | 12 ++++++------ arcjet/CHANGELOG.md | 28 +++++++++++++++++++++++++++ arcjet/package.json | 16 +++++++-------- duration/CHANGELOG.md | 17 ++++++++++++++++ duration/package.json | 8 ++++---- eslint-config/CHANGELOG.md | 7 +++++++ eslint-config/package.json | 2 +- ip/CHANGELOG.md | 17 ++++++++++++++++ ip/package.json | 8 ++++---- logger/CHANGELOG.md | 17 ++++++++++++++++ logger/package.json | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- protocol/CHANGELOG.md | 19 ++++++++++++++++++ protocol/package.json | 10 +++++----- rollup-config/CHANGELOG.md | 16 +++++++++++++++ rollup-config/package.json | 6 +++--- tsconfig/CHANGELOG.md | 7 +++++++ tsconfig/package.json | 2 +- 24 files changed, 238 insertions(+), 55 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 104cecf6c..d86386c4b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,13 +1,13 @@ { - ".": "1.0.0-alpha.8", - "analyze": "1.0.0-alpha.8", - "arcjet": "1.0.0-alpha.8", - "arcjet-next": "1.0.0-alpha.8", - "duration": "1.0.0-alpha.8", - "eslint-config": "1.0.0-alpha.8", - "ip": "1.0.0-alpha.8", - "logger": "1.0.0-alpha.8", - "protocol": "1.0.0-alpha.8", - "rollup-config": "1.0.0-alpha.8", - "tsconfig": "1.0.0-alpha.8" + ".": "1.0.0-alpha.9", + "analyze": "1.0.0-alpha.9", + "arcjet": "1.0.0-alpha.9", + "arcjet-next": "1.0.0-alpha.9", + "duration": "1.0.0-alpha.9", + "eslint-config": "1.0.0-alpha.9", + "ip": "1.0.0-alpha.9", + "logger": "1.0.0-alpha.9", + "protocol": "1.0.0-alpha.9", + "rollup-config": "1.0.0-alpha.9", + "tsconfig": "1.0.0-alpha.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 89de3cfdb..a85ceb89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @edge-runtime/jest-environment from 2.3.9 to 2.3.10 ([#229](https://github.com/arcjet/arcjet-js/issues/229)) ([6f3a070](https://github.com/arcjet/arcjet-js/commit/6f3a0706ccd7cc9c3fd80f554b4229f4b11767cb)) +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) +* **example:** Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 1 update ([#239](https://github.com/arcjet/arcjet-js/issues/239)) ([dce121f](https://github.com/arcjet/arcjet-js/commit/dce121fdda0c26cca8dbb0c524db46e17bcdc7eb)) + + +### ๐Ÿ“ Documentation + +* **examples:** Expanded AI example with rate limit by user ID ([#221](https://github.com/arcjet/arcjet-js/issues/221)) ([915d3fc](https://github.com/arcjet/arcjet-js/commit/915d3fcdd03c6b2e8a125239fae8b2a1d0474d1a)) +* Update HTTP version ([#227](https://github.com/arcjet/arcjet-js/issues/227)) ([c102c64](https://github.com/arcjet/arcjet-js/commit/c102c64246020cfa247327fe646c62e36a43a62f)) + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2024-02-09) diff --git a/analyze/CHANGELOG.md b/analyze/CHANGELOG.md index b1f49a658..6c901d1a7 100644 --- a/analyze/CHANGELOG.md +++ b/analyze/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/analyze-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/analyze-v1.0.0-alpha.8) (2024-02-09) diff --git a/analyze/package.json b/analyze/package.json index e89506ec8..7e42cc283 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/analyze", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Arcjet local analysis engine", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -35,12 +35,12 @@ "./wasm/arcjet_analyze_js_req_bg.js" ], "dependencies": { - "@arcjet/logger": "1.0.0-alpha.8" + "@arcjet/logger": "1.0.0-alpha.9" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.0", "@types/node": "18.18.0", diff --git a/arcjet-next/CHANGELOG.md b/arcjet-next/CHANGELOG.md index b2007be34..56435f648 100644 --- a/arcjet-next/CHANGELOG.md +++ b/arcjet-next/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/next-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/ip bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * arcjet bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/next-v1.0.0-alpha.8) (2024-02-09) diff --git a/arcjet-next/package.json b/arcjet-next/package.json index d843de62c..5555685ca 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/next", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Arcjet SDK for the Next.js framework", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -31,15 +31,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests" }, "dependencies": { - "@arcjet/ip": "1.0.0-alpha.8", + "@arcjet/ip": "1.0.0-alpha.9", "@connectrpc/connect-web": "1.3.0", - "arcjet": "1.0.0-alpha.8", + "arcjet": "1.0.0-alpha.9", "next": "14.1.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.12.0", diff --git a/arcjet/CHANGELOG.md b/arcjet/CHANGELOG.md index 7dfbe1f37..f29c4f69e 100644 --- a/arcjet/CHANGELOG.md +++ b/arcjet/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...arcjet-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @edge-runtime/jest-environment from 2.3.9 to 2.3.10 ([#229](https://github.com/arcjet/arcjet-js/issues/229)) ([6f3a070](https://github.com/arcjet/arcjet-js/commit/6f3a0706ccd7cc9c3fd80f554b4229f4b11767cb)) +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### ๐Ÿ“ Documentation + +* Update HTTP version ([#227](https://github.com/arcjet/arcjet-js/issues/227)) ([c102c64](https://github.com/arcjet/arcjet-js/commit/c102c64246020cfa247327fe646c62e36a43a62f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/analyze bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/duration bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/logger bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/protocol bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...arcjet-v1.0.0-alpha.8) (2024-02-09) diff --git a/arcjet/package.json b/arcjet/package.json index d9f507506..21c8889b2 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -1,6 +1,6 @@ { "name": "arcjet", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Arcjet TypeScript and JavaScript SDK core", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -31,15 +31,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/analyze": "1.0.0-alpha.8", - "@arcjet/duration": "1.0.0-alpha.8", - "@arcjet/logger": "1.0.0-alpha.8", - "@arcjet/protocol": "1.0.0-alpha.8" + "@arcjet/analyze": "1.0.0-alpha.9", + "@arcjet/duration": "1.0.0-alpha.9", + "@arcjet/logger": "1.0.0-alpha.9", + "@arcjet/protocol": "1.0.0-alpha.9" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@edge-runtime/jest-environment": "2.3.10", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.0", diff --git a/duration/CHANGELOG.md b/duration/CHANGELOG.md index fcc2fc02b..3c5ffd426 100644 --- a/duration/CHANGELOG.md +++ b/duration/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/duration-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/duration-v1.0.0-alpha.8) (2024-02-09) diff --git a/duration/package.json b/duration/package.json index 44725fbca..6d1c24894 100644 --- a/duration/package.json +++ b/duration/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/duration", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Arcjet utilities for parsing duration strings", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,9 +32,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.0", "@types/node": "18.18.0", diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index 7138791bf..0b78d7b50 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/eslint-config-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿงน Miscellaneous Chores + +* **@arcjet/eslint-config:** Synchronize arcjet-js versions + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/eslint-config-v1.0.0-alpha.8) (2024-02-09) diff --git a/eslint-config/package.json b/eslint-config/package.json index 9d24b2fdd..07e20a469 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/eslint-config", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Custom eslint config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", diff --git a/ip/CHANGELOG.md b/ip/CHANGELOG.md index a6e8e1905..6eb353b50 100644 --- a/ip/CHANGELOG.md +++ b/ip/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/ip-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/ip-v1.0.0-alpha.8) (2024-02-09) diff --git a/ip/package.json b/ip/package.json index 9b2e514fa..86bf7b6eb 100644 --- a/ip/package.json +++ b/ip/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/ip", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Arcjet utilities for finding the originating IP of a request", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,9 +32,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.0", "@types/node": "18.18.0", diff --git a/logger/CHANGELOG.md b/logger/CHANGELOG.md index 56bf2ee08..4abffb3cd 100644 --- a/logger/CHANGELOG.md +++ b/logger/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/logger-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/logger-v1.0.0-alpha.8) (2024-02-09) diff --git a/logger/package.json b/logger/package.json index fb3a4b88e..ecf68e54c 100644 --- a/logger/package.json +++ b/logger/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/logger", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Arcjet logging interface which mirrors the console interface but allows log levels", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,9 +32,9 @@ }, "dependencies": {}, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.0", "@types/node": "18.18.0", diff --git a/package-lock.json b/package-lock.json index 2d167832a..a353a9020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcjet-js", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "workspaces": [ "*" ], diff --git a/package.json b/package.json index a52891b8d..263b61832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arcjet-js", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "private": true, "engines": { "node": ">=18" diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index de000a3ad..96ed9f26a 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/protocol-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @arcjet/logger bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/rollup-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/protocol-v1.0.0-alpha.8) (2024-02-09) diff --git a/protocol/package.json b/protocol/package.json index 9b1252f4b..d0144a035 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/protocol", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "The TypeScript & JavaScript interface into the Arcjet protocol", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -32,15 +32,15 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "dependencies": { - "@arcjet/logger": "1.0.0-alpha.8", + "@arcjet/logger": "1.0.0-alpha.9", "@bufbuild/protobuf": "1.7.2", "@connectrpc/connect": "1.3.0", "typeid-js": "0.5.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/rollup-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/rollup-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.12.0", "@types/node": "18.18.0", diff --git a/rollup-config/CHANGELOG.md b/rollup-config/CHANGELOG.md index 5c015a2d4..7b82a8857 100644 --- a/rollup-config/CHANGELOG.md +++ b/rollup-config/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/rollup-config-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿ“ฆ Dependencies + +* **dev:** Bump @rollup/wasm-node from 4.10.0 to 4.12.0 ([#235](https://github.com/arcjet/arcjet-js/issues/235)) ([cf7ffc2](https://github.com/arcjet/arcjet-js/commit/cf7ffc2ae35d75884a04c88818f8c780ca7af223)) +* **dev:** Bump @rollup/wasm-node from 4.9.6 to 4.10.0 ([#223](https://github.com/arcjet/arcjet-js/issues/223)) ([47c24b4](https://github.com/arcjet/arcjet-js/commit/47c24b40a8419f1dabcf8607c90dfcb97f6a4195)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @arcjet/eslint-config bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + * @arcjet/tsconfig bumped from 1.0.0-alpha.8 to 1.0.0-alpha.9 + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/rollup-config-v1.0.0-alpha.8) (2024-02-09) diff --git a/rollup-config/package.json b/rollup-config/package.json index c31606ff5..026f26ad6 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/rollup-config", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Custom rollup config for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com", @@ -35,8 +35,8 @@ "@rollup/wasm-node": "^4" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.8", - "@arcjet/tsconfig": "1.0.0-alpha.8", + "@arcjet/eslint-config": "1.0.0-alpha.9", + "@arcjet/tsconfig": "1.0.0-alpha.9", "@jest/globals": "29.7.0", "@types/node": "18.18.0", "@rollup/wasm-node": "4.12.0", diff --git a/tsconfig/CHANGELOG.md b/tsconfig/CHANGELOG.md index 126bdae8e..d2a11e8d1 100644 --- a/tsconfig/CHANGELOG.md +++ b/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.9](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.8...@arcjet/tsconfig-v1.0.0-alpha.9) (2024-02-20) + + +### ๐Ÿงน Miscellaneous Chores + +* **@arcjet/tsconfig:** Synchronize arcjet-js versions + ## [1.0.0-alpha.8](https://github.com/arcjet/arcjet-js/compare/v1.0.0-alpha.7...@arcjet/tsconfig-v1.0.0-alpha.8) (2024-02-09) diff --git a/tsconfig/package.json b/tsconfig/package.json index 220fa245b..b4ca956c3 100644 --- a/tsconfig/package.json +++ b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@arcjet/tsconfig", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Custom tsconfig for Arcjet projects", "license": "Apache-2.0", "homepage": "https://arcjet.com",