Skip to content

Commit 00f2fed

Browse files
authored
Merge pull request #2057 from pnp/v1-dev
V1 dev
2 parents 5824cf0 + 135a442 commit 00f2fed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
run: npm run build
3232

3333
- name: Publish release
34-
run: npm publish --tag v1
34+
run: npm publish --tag version1
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnp/spfx-controls-react",
33
"description": "Reusable React controls for SharePoint Framework solutions",
4-
"version": "1.21.4",
4+
"version": "1.21.5",
55
"engines": {
66
"node": ">=0.10.0"
77
},

0 commit comments

Comments
 (0)