Skip to content

Commit

Permalink
fix: bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed Apr 23, 2024
1 parent 5354c21 commit 70d8a2b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion aform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/aform",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion atable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/atable",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion beam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/beam",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion code_editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/code-editor",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"author": {
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 @@ -12,7 +12,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "stonecrop",
"version": "0.2.6",
"version": "0.2.7",
"nextBump": "patch"
}
// {
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/desktop",
"version": "0.2.6",
"version": "0.2.7",
"description": "Desktop-specific components for Stonecrop UI",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/examples",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"description": "Example App(s) for the Stonecrop framework",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion graphql_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/graphql-client",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion node_editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/node-editor",
"version": "0.2.6",
"version": "0.2.7",
"description": "Node editor UI for Stonecrop",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion stonecrop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/stonecrop",
"version": "0.2.6",
"version": "0.2.7",
"description": "schema helper",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/themes",
"version": "0.2.6",
"version": "0.2.7",
"type": "module",
"author": {
"name": "Tyler Matteson",
Expand Down
2 changes: 1 addition & 1 deletion utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonecrop/utilities",
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",
"type": "module",
"author": {
Expand Down

0 comments on commit 70d8a2b

Please sign in to comment.