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

πŸ“¦ Release @webref/[email protected] #1316

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 19, 2024

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/events changes triggered by curated data at d9be031.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/events package was v1.11.5. Merging this pull request will release v1.12.0. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/events/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/events/events.json packages/events/events.json
--- webref/node_modules/@webref/events/events.json
+++ packages/events/events.json
@@ -5026,6 +5026,18 @@
     "interface": "SpeechSynthesisEvent"
   },
   {
+    "type": "payerdetailchange",
+    "targets": [
+      {
+        "target": "PaymentResponse"
+      }
+    ],
+    "src": {
+      "format": "IDL eventHandler"
+    },
+    "interface": "PaymentRequestUpdateEvent"
+  },
+  {
     "src": {
       "format": "fire an event phrasing",
       "href": "https://w3c.github.io/payment-request/#payment-method-changed-algorithm"
@@ -6378,6 +6390,30 @@
     "interface": "Event"
   },
   {
+    "type": "shippingaddresschange",
+    "targets": [
+      {
+        "target": "PaymentRequest"
+      }
+    ],
+    "src": {
+      "format": "IDL eventHandler"
+    },
+    "interface": "PaymentRequestUpdateEvent"
+  },
+  {
+    "type": "shippingoptionchange",
+    "targets": [
+      {
+        "target": "PaymentRequest"
+      }
+    ],
+    "src": {
+      "format": "IDL eventHandler"
+    },
+    "interface": "PaymentRequestUpdateEvent"
+  },
+  {
     "src": {
       "format": "fire an event phrasing",
       "href": "https://notifications.spec.whatwg.org/#ref-for-concept-event-fire"

@github-actions github-actions bot force-pushed the release-events-20240819100309534 branch from 552f952 to cde9ca3 Compare August 19, 2024 12:49
@tidoust tidoust merged commit a607036 into main Aug 19, 2024
@tidoust tidoust deleted the release-events-20240819100309534 branch August 19, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant