Skip to content

Commit 16cb6d5

Browse files
authored
Merge pull request #53 from ClayPulse/add-remote-editor-env
Add sharing
2 parents 4f22d93 + f7018bc commit 16cb6d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+28332
-3181
lines changed

.changeset/polite-worms-fix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Add extension package visibility

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@
2828
"large-moose-tap",
2929
"lazy-zebras-mate",
3030
"mighty-ghosts-crash",
31+
"polite-worms-fix",
3132
"real-knives-rest",
3233
"rude-ducks-design",
3334
"sad-tables-join",
35+
"shiny-doodles-jump",
3436
"slick-roses-fix",
3537
"social-donkeys-cross",
3638
"stale-groups-poke",

.changeset/shiny-doodles-jump.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@pulse-editor/shared-utils": patch
3+
"@pulse-editor/react-api": patch
4+
---
5+
6+
Remove visibility in extension config

.github/workflows/build-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424

25+
# need to build this because it is symlinked to the web app, likely by changeset
2526
- name: Install shared-utils dependencies
2627
run: npm install --workspace=npm-packages/shared-utils
2728

0 commit comments

Comments
 (0)