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] #1170

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 26, 2024

⚠ NEVER add commits to this pull request.

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

🧐 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/css package was v6.12.0. Merging this pull request will release v6.12.1. 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/css/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/css/css-overflow-4.json packages/css/css-overflow-4.json
--- webref/node_modules/@webref/css/css-overflow-4.json
+++ packages/css/css-overflow-4.json
@@ -291,7 +291,7 @@
     {
       "name": "line-clamp",
       "href": "https://drafts.csswg.org/css-overflow-4/#propdef-line-clamp",
-      "value": "none | <integer [1,∞]>? <'block-ellipsis'>?",
+      "value": "none | <integer [1,∞]> || <'block-ellipsis'>",
       "initial": "none",
       "appliesTo": "see individual properties",
       "inherited": "see individual properties",
@@ -308,11 +308,17 @@
           "value": "none"
         },
         {
-          "name": "<integer [1,∞]> <block-ellipsis>?",
-          "prose": "Sets max-lines to the specified <integer> or to none if omitted, continue to discard, and the block-ellipsis property to second component of the value or to auto if omitted.",
-          "href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp-integer-1--block-ellipsis",
+          "name": "<integer [1,∞]>",
+          "prose": "Sets continue to discard if either or both values ares specified. Sets max-lines to the specified <integer> or to none if omitted, and block-ellipsis to other component of the value if specified or to auto if omitted.",
+          "href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp-integer-1",
           "type": "value",
-          "value": "<integer [1,∞]> <block-ellipsis>?"
+          "value": "<integer [1,∞]>"
+        },
+        {
+          "name": "<block-ellipsis>",
+          "href": "https://drafts.csswg.org/css-overflow-4/#valdef-line-clamp-block-ellipsis",
+          "type": "value",
+          "value": "<block-ellipsis>"
         }
       ],
       "styleDeclaration": [

@github-actions github-actions bot force-pushed the release-css-20240226063517546 branch 8 times, most recently from 816396f to ebd670c Compare February 28, 2024 06:36
@github-actions github-actions bot force-pushed the release-css-20240226063517546 branch from ebd670c to cd8190d Compare February 28, 2024 12:39
@tidoust tidoust merged commit c96091a into main Feb 28, 2024
@tidoust tidoust deleted the release-css-20240226063517546 branch February 28, 2024 12:57
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