Skip to content

Commit

Permalink
Merge branch 'version-4' of https://github.com/juliemturner/pnpjs int…
Browse files Browse the repository at this point in the history
…o version-4
  • Loading branch information
Julie Turner committed Apr 26, 2024
2 parents 324e482 + 006e9c0 commit a0153fb
Show file tree
Hide file tree
Showing 504 changed files with 815,264 additions and 93 deletions.
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
22 changes: 11 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#### Category
### Category

- [ ] Bug fix?
- [ ] New feature?
- [ ] New sample?
- [ ] Documentation update?

#### Related Issues
### Related Issues

fixes #X, mentioned in #Y

#### What's in this Pull Request?
### What's in this Pull Request?

*Please describe the changes in this PR. Simple description of the contents of this PR so folks reviewing can easily understand what it contains.*

#### Guidance

*You can delete this section when you are submitting the pull request.*
### Guidance

* Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.
* Please target your PR to "version-3" branch for v3 changes
* Please ensure you have updated any associated docs files based on your code changes
* Please ensure you have updated/added tests to cover your change.
* If you are fixing a bug include a test that would have caught the bug you are fixing
*You can delete this section when you are submitting the pull request.*

- Please update this PR information accordingly. We'll use this as part of our release notes in monthly communications.
- Please target your PR to "version-4" branch for v4 changes
- Please ensure you have updated any associated docs files based on your code changes
- Please ensure you have updated/added tests to cover your change.
- If you are fixing a bug include a test that would have caught the bug you are fixing
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,21 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
# setup nodejs
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
cache-dependency-path: package-lock.json

# Run the npm install
- run: npm ci

# Runs a set of commands using the runners shell
- name: Test - not setup
run: echo this would be the tests

# Runs a single command using the runners shell
- name: Run publishing scripts
run: |
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ 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.0.0 - 2023-Nov-11
## 4.0.1 - 2024-Apr-23

### Fixed

- graph
- Fixed issue with SPFx behavior null check #3012

## 4.0.0 - 2024-Apr-22

### Added

Expand Down
Loading

0 comments on commit a0153fb

Please sign in to comment.