Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .changeset/polite-lines-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@pulse-editor/react-api": patch
"@pulse-editor/shared-utils": patch
---

Update IMC signals
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"large-moose-tap",
"lazy-zebras-mate",
"mighty-ghosts-crash",
"polite-lines-dance",
"polite-worms-fix",
"real-knives-rest",
"rude-ducks-design",
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Pulse Editor
</h1>

Pulse Editor is a modular, cross-platform, AI-powered creativity platform with federated app collaboration and extensible workflows.

> [!IMPORTANT]
> Pulse Editor is still in its early development stage. We are trying hard to make sure everything works as expected for all different platforms. See [Beta Release Roadmap](#beta-release-roadmap) below.

Expand All @@ -22,7 +24,6 @@ Pulse Editor
<span style="font-size: 16px;">

- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Beta Release Roadmap](#beta-release-roadmap)
- [Major Beta Release 1 (June 2025):](#major-beta-release-1-june-2025)
- [Major Beta Release 2 (planned for 2025 Q3)](#major-beta-release-2-planned-for-2025-q3)
Expand All @@ -43,16 +44,12 @@ Pulse Editor
- [Mobile Development](#mobile-development)
- [Desktop Development](#desktop-development)
- [VSCode Extension Development](#vscode-extension-development)
- [Pulse Editor Extension Development](#pulse-editor-extension-development)
- [Pulse Editor App Development](#pulse-editor-app-development)
- [Pulse Editor NPM libraries development](#pulse-editor-npm-libraries-development)
- [Versioning](#versioning)

</span>

# Introduction

Pulse Editor is a cross-platform tool built to make AI-powered creation and development feel intuitive and seamless.

# Beta Release Roadmap

🎉🎉Pulse Editor is now in beta.
Expand Down Expand Up @@ -236,7 +233,7 @@ Pulse Editor uses VSCode Webview API to create a VSCode Extension. To develop VS

Note that you will also need to run the Nextjs server locally during development.

## Pulse Editor Extension Development
## Pulse Editor App Development

Pulse Editor uses [Modular Federation](https://module-federation.io/) to deliver its modular extensions.
For guides on how to start developing and using extensions locally, check out our [React template repository](https://github.com/ClayPulse/pulse-editor-extension-template).
Expand Down
8 changes: 8 additions & 0 deletions npm-packages/react-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pulse-editor/react-api

## 0.1.1-alpha.25

### Patch Changes

- Update IMC signals
- Updated dependencies
- @pulse-editor/[email protected]

## 0.1.1-alpha.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions npm-packages/react-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulse-editor/react-api",
"version": "0.1.1-alpha.24",
"version": "0.1.1-alpha.25",
"main": "dist/main.js",
"files": [
"dist"
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript-eslint": "^8.30.1"
},
"peerDependencies": {
"@pulse-editor/shared-utils": "0.1.1-alpha.24",
"@pulse-editor/shared-utils": "0.1.1-alpha.25",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions npm-packages/shared-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pulse-editor/shared-utils

## 0.1.1-alpha.25

### Patch Changes

- Update IMC signals

## 0.1.1-alpha.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion npm-packages/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulse-editor/shared-utils",
"version": "0.1.1-alpha.24",
"version": "0.1.1-alpha.25",
"main": "dist/main.js",
"files": [
"dist"
Expand Down