Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/spfx-template-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/spfx-template-api",
"description": "Library for generating SPFx solutions",
"version": "0.1.0-pre.1",
"version": "0.1.0-pre.2",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/spfx-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/spfx-cli",
"description": "Project scaffolding and other tools for SharePoint Framework (SPFx) development",
"version": "0.1.0-pre.1",
"version": "0.1.0-pre.2",
"main": "lib/index.js",
"license": "MIT",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "spfx",
"version": "0.1.0-pre.1",
"version": "0.1.0-pre.2",
"nextBump": "prerelease",
"mainProject": "@microsoft/spfx-cli"
}
Expand Down
Loading