Skip to content

Commit

Permalink
Merge pull request #3191 from juliemturner/version-4
Browse files Browse the repository at this point in the history
4.9.0 Release
  • Loading branch information
patrick-rodgers authored Jan 15, 2025
2 parents 5bd63ca + fb14fc0 commit ba1536b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 4.9.0 - 2024-Jan-15

- graph
- Added new drive endpoint to lists, which will get you drive information

## 4.8.0 - 2024-Dec-23

- graph
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "@pnp/monorepo",
"private": true,
"type": "module",
"version": "4.8.0",
"version": "4.9.0",
"description": "A JavaScript library for SharePoint & Graph development.",
"devDependencies": {
"@azure/identity": "4.5.0",
"@azure/msal-browser": "3.28.0",
"@azure/msal-browser": "3.28.1",
"@azure/msal-node": "2.16.2",
"@microsoft/microsoft-graph-types": "2.40.0",
"@pnp/buildsystem": "^4.0.1",
"@pnp/logging": "^4.5.0",
"@pnp/logging": "^4.8.0",
"@types/chai": "4.3.19",
"@types/chai-as-promised": "7.1.8",
"@types/core-js": "2.5.8",
"@types/findup-sync": "4.0.5",
"@types/mocha": "10.0.9",
"@types/mocha": "10.0.10",
"@types/node": "18.11.9",
"@types/webpack": "5.28.5",
"@types/yargs": "17.0.33",
Expand Down

0 comments on commit ba1536b

Please sign in to comment.