Skip to content

Commit a036d28

Browse files
committed
chore: bump all package versions to 0.2.7 after rollback to stable commit
1 parent dd687ab commit a036d28

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"markdown-it": "^14.1.0",
20-
"rari": "^0.2.1",
20+
"rari": "^0.2.7",
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1",
2323
"shiki": "^3.9.2"

packages/rari-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-darwin-arm64",
3-
"version": "0.2.0",
3+
"version": "0.2.7",
44
"description": "Runtime Accelerated Rendering Infrastructure (macOS ARM64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-darwin-x64",
3-
"version": "0.2.0",
3+
"version": "0.2.7",
44
"description": "Runtime Accelerated Rendering Infrastructure (macOS x64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-linux-arm64",
3-
"version": "0.2.0",
3+
"version": "0.2.7",
44
"description": "Runtime Accelerated Rendering Infrastructure (Linux ARM64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-linux-x64",
3-
"version": "0.2.0",
3+
"version": "0.2.7",
44
"description": "Runtime Accelerated Rendering Infrastructure (Linux x64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rari-win32-x64",
3-
"version": "0.2.0",
3+
"version": "0.2.7",
44
"description": "Runtime Accelerated Rendering Infrastructure (Windows x64 binary)",
55
"author": "Ryan Skinner",
66
"license": "MIT",

packages/rari/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rari",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.2.7",
55
"description": "Runtime Accelerated Rendering Infrastructure (Rari)",
66
"author": "Ryan Skinner",
77
"license": "MIT",
@@ -77,11 +77,11 @@
7777
"picocolors": "^1.1.1"
7878
},
7979
"optionalDependencies": {
80-
"rari-darwin-arm64": "0.2.0",
81-
"rari-darwin-x64": "0.2.0",
82-
"rari-linux-arm64": "0.2.0",
83-
"rari-linux-x64": "0.2.0",
84-
"rari-win32-x64": "0.2.0"
80+
"rari-darwin-arm64": "0.2.7",
81+
"rari-darwin-x64": "0.2.7",
82+
"rari-linux-arm64": "0.2.7",
83+
"rari-linux-x64": "0.2.7",
84+
"rari-win32-x64": "0.2.7"
8585
},
8686
"devDependencies": {
8787
"@types/node": "^24.2.1",

0 commit comments

Comments
 (0)