Skip to content

Commit

Permalink
Updates version to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Aug 30, 2024
1 parent 39e78b2 commit 48e9f7d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release v9
name: Release v10

on:
push:
branches: [v9]
branches: [v10]

jobs:
build:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
name: coverage-${{ matrix.os }}-${{ matrix.nodeRun }}
path: coverage.tar

publish_v9:
publish_v10:
if: github.repository_owner == 'pnp'
needs: test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

deploy_docker:
if: github.repository_owner == 'pnp'
needs: publish_v9
needs: publish_v10
runs-on: ubuntu-latest

steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v9 Upgrade Guidance
# v10 Upgrade Guidance

The v9 of CLI for Microsoft 365 introduces several breaking changes. To help you upgrade to the latest version of CLI for Microsoft 365, we've listed those changes along with any actions you may need to take.
The v10 of CLI for Microsoft 365 introduces several breaking changes. To help you upgrade to the latest version of CLI for Microsoft 365, we've listed those changes along with any actions you may need to take.

## App

Expand Down
2 changes: 1 addition & 1 deletion docs/src/config/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
const sidebars: SidebarsConfig = {
home: [
'index',
'v9-upgrade-guidance',
'v10-upgrade-guidance',
'v8-upgrade-guidance',
'v7-upgrade-guidance',
'v6-upgrade-guidance',
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnp/cli-microsoft365",
"version": "9.0.0",
"version": "10.0.0",
"description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
"license": "MIT",
"main": "./dist/api.js",
Expand Down

0 comments on commit 48e9f7d

Please sign in to comment.