From cd20f0c4fcf30f98664258f3ba8208b3ff4b0658 Mon Sep 17 00:00:00 2001 From: Milan Holemans <11723921+milanholemans@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:21:09 +0100 Subject: [PATCH] Updates version to v10.3 --- docs/docs/about/release-notes.mdx | 4 ++-- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/about/release-notes.mdx b/docs/docs/about/release-notes.mdx index 914f7bc4e5..34ca9ee02f 100644 --- a/docs/docs/about/release-notes.mdx +++ b/docs/docs/about/release-notes.mdx @@ -4,7 +4,7 @@ sidebar_position: 4 # Release notes -## v10.2.0 (Beta) +## [v10.2.0](https://github.com/pnp/cli-microsoft365/releases/tag/v10.2.0) ### New commands @@ -20,7 +20,7 @@ sidebar_position: 4 **SharePoint Embedded:** -- [spo container get](../cmd/spe/container/container-get.mdx) - gets a container of a specific container type [#6083](https://github.com/pnp/cli-microsoft365/issues/6083) +- [spe container get](../cmd/spe/container/container-get.mdx) - gets a container of a specific container type [#6083](https://github.com/pnp/cli-microsoft365/issues/6083) **SharePoint Premium:** diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index aea655a5e3..d74028946c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@pnp/cli-microsoft365", - "version": "10.2.0", + "version": "10.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pnp/cli-microsoft365", - "version": "10.2.0", + "version": "10.3.0", "license": "MIT", "dependencies": { "@azure/msal-common": "^14.16.0", diff --git a/package.json b/package.json index cd3e1e3d6a..42f0145253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pnp/cli-microsoft365", - "version": "10.2.0", + "version": "10.3.0", "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform", "license": "MIT", "main": "./dist/api.js",