From dce1d666b930dc992885e82fd5fd73f032d1100a Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Tue, 22 Oct 2024 16:28:57 +0200 Subject: [PATCH] chore(release): publish new version 4.6.37 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/sentry/CHANGELOG.md | 4 ++++ packages/sentry/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4c3e5..089458b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.37](https://github.com/nativescript-community/sentry/compare/v4.6.36...v4.6.37) (2024-10-22) + +**Note:** Version bump only for package sentry + ## [4.6.36](https://github.com/nativescript-community/sentry/compare/v4.6.35...v4.6.36) (2024-10-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ce5f509..87c4df4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.6.36", + "version": "4.6.37", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index dccd0bc..7fdf3f8 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.37](https://github.com/nativescript-community/sentry/compare/v4.6.36...v4.6.37) (2024-10-22) + +**Note:** Version bump only for package @nativescript-community/sentry + ## [4.6.36](https://github.com/nativescript-community/sentry/compare/v4.6.35...v4.6.36) (2024-10-22) **Note:** Version bump only for package @nativescript-community/sentry diff --git a/packages/sentry/package.json b/packages/sentry/package.json index efdf534..266c38b 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/sentry", - "version": "4.6.36", + "version": "4.6.37", "description": "A cross-platform application monitoring tool, with a focus on error reporting.", "main": "./index", "typings": "./index.d.ts",