From 078573c4795de0c2af640402cc4f3b1ed7ebe4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=B2=5F=C3=B3?= Date: Sat, 30 Dec 2023 08:51:35 +0100 Subject: [PATCH] chore: stage release 1.0.0 [skip-ci] --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed869e54..1d90a147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +# [1.0.0](https://github.com/donmahallem/lerna-label/compare/v0.2.1...v1.0.0) (2023-12-30) + + +### Bug Fixes + +* **deps:** update dependency @actions/core to ~1.10.1 ([1a2df3d](https://github.com/donmahallem/lerna-label/commit/1a2df3d94a15e37f438e2a4991766c1dbcce8f83)) +* **deps:** update dependency @lerna/project to ~6.2.0 ([11dba10](https://github.com/donmahallem/lerna-label/commit/11dba103c997205b9729ebd53f4a1f6be95b0957)) +* **deps:** update dependency @lerna/project to ~6.3.0 ([8912a8e](https://github.com/donmahallem/lerna-label/commit/8912a8e9b2c5f26cafb9c62cd24445e2c201bd2f)) +* **deps:** update dependency @lerna/project to ~6.4.0 ([d705ef4](https://github.com/donmahallem/lerna-label/commit/d705ef4460040016c9cab162e206d8f8f1186ccd)) +* **deps:** update dependency @lerna/project to ~6.4.1 ([4730113](https://github.com/donmahallem/lerna-label/commit/4730113ac734f943c0b39a520910a3462bb64d0b)) +* **deps:** update dependency @octokit/core to ~4.2.0 ([9297446](https://github.com/donmahallem/lerna-label/commit/92974465c1839da5ed8c96eaa4df44482d4fc285)) +* **deps:** update dependency @octokit/core to ~4.2.1 ([06d01f6](https://github.com/donmahallem/lerna-label/commit/06d01f65b49fa39603402c49845885fb8508c573)) +* **deps:** update dependency @octokit/core to ~4.2.4 ([3773c49](https://github.com/donmahallem/lerna-label/commit/3773c498b8217f41d1b69674f99c9fb3bceb92bc)) +* **deps:** update dependency npm-package-arg to ~11.0.1 ([2b21dec](https://github.com/donmahallem/lerna-label/commit/2b21deca805ca81d32c0eab651ca4f3bc5237e17)) +* **deps:** update dependency npm-package-arg to v11 ([040bd87](https://github.com/donmahallem/lerna-label/commit/040bd877c072d2154a49a308e0d16dc4f1bd4a79)) +* **lerna-label:** fix lot of issues ([#1122](https://github.com/donmahallem/lerna-label/issues/1122)) ([1ee5e26](https://github.com/donmahallem/lerna-label/commit/1ee5e268370085d50848caafe7e389498c9cd45c)) + + + ## [0.2.1](https://github.com/donmahallem/lerna-label/compare/v0.2.0...v0.2.1) (2022-12-09) diff --git a/package-lock.json b/package-lock.json index 6db50eea..98ac3be7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donmahallem/lerna-label", - "version": "0.2.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@donmahallem/lerna-label", - "version": "0.2.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "~1.10.1", diff --git a/package.json b/package.json index d1dc6fb9..9e78fe53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donmahallem/lerna-label", - "version": "0.2.1", + "version": "1.0.0", "description": "Tags Github Pull Requests with affected Lerna packages", "main": "dist/index.js", "types": "dist/index.d.ts",