Skip to content

Commit e8fe29c

Browse files
authored
Merge branch 'main' into skz/react-native-rendering
2 parents 5d4b670 + db12d80 commit e8fe29c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.cursor/rules/development.mdc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ alwaysApply: true
2828
```
2929
- Replace package name as needed
3030
- Running `yarn build` in individual packages won't rebuild dependencies
31+
32+
## Opening pull requests
33+
- When creating a Pull Request, always create it as a Draft Pull Request unless explicitly instructed otherwise.

.cursor/rules/testing.mdc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ alwaysApply: true
4848
- Tests should be run using `yarn workspace <package name> test`
4949
- The package name can be found in the package.json file
5050
- Unit tests should be run for any packages that have been modified
51-
52-

.sdk_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@
205205
},
206206
"userAgents": ["NodeJSAIClient"],
207207
"features": {
208-
"aiConfig": { "introduced": "0.1" },
209-
"aiMetrics": { "introduced": "0.1" },
208+
"aiCompletionConfig": { "introduced": "0.1" },
209+
"aiTrackMetrics": { "introduced": "0.1" },
210210
"contexts": { "introduced": "0.1" },
211211
"experimentation": { "introduced": "0.1" },
212212
"privateAttrs": { "introduced": "0.1" }

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ flowchart LR
164164
server-ai[sdk/server-ai]
165165
react-universal[sdk/react-universal]
166166
svelte[sdk/svelte]
167+
shopify-oxygen[sdk/shopify-oxygen]
167168

168169
%% Store packages
169170
redis[store/node-server-sdk-redis]
@@ -191,6 +192,7 @@ flowchart LR
191192

192193
sdk-server --> server-node
193194
sdk-server --> server-ai
195+
sdk-server --> shopify-oxygen
194196

195197
sdk-server-edge --> cloudflare
196198
sdk-server-edge --> fastly

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
]
124124
},
125125
"packages/tooling/jest": {
126-
"bump-minor-pre-major": true
126+
"release-as": "1.0.0"
127127
},
128128
"packages/telemetry/browser-telemetry": {},
129129
"packages/sdk/combined-browser": {

0 commit comments

Comments
 (0)