Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: starting version 2 of documentation website #43

Merged
merged 14 commits into from
Mar 12, 2025
Merged
Changes from 1 commit
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: 2 additions & 0 deletions packages/create-rasengan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.2.0-beta.5 (2025-03-04)

## 1.2.0-beta.4 (2025-03-03)

## 1.2.0-beta.3 (2025-02-28)
2 changes: 1 addition & 1 deletion packages/create-rasengan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rasengan",
"version": "1.2.0-beta.4",
"version": "1.2.0-beta.5",
"description": "The Rasengan.js CLI tool to generate a new project with a simple template",
"main": "/dist/main.js",
"type": "module",
2 changes: 1 addition & 1 deletion packages/create-rasengan/src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ export const Versions: {
beta: string;
} = {
stable: null,
beta: '1.0.0-beta.56',
beta: '1.0.0-beta.57',
};

/**
Loading