-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:carbon-design-system/carbon
- Loading branch information
Showing
173 changed files
with
20,676 additions
and
17,660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+99.1 KB
...time-npm-7.18.3-1883c70fa6-db8526226a.zip → ...time-npm-7.18.9-28ca6b5f61-36dd736bab.zip
Binary file not shown.
Binary file added
BIN
+13.6 KB
.yarn/cache/@carbon-feature-flags-npm-0.7.0-7f192756d6-f16348fa78.zip
Binary file not shown.
Binary file added
BIN
+19.6 MB
.yarn/cache/@carbon-icons-react-npm-10.49.0-38655169d3-dd3aec2718.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.35 MB
.yarn/cache/carbon-components-react-npm-7.59.0-3db1ba9c08-7762d139df.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+31.4 KB
.yarn/cache/eslint-config-airbnb-base-npm-15.0.0-802837dd26-38626bad2c.zip
Binary file not shown.
Binary file removed
BIN
-23.4 KB
.yarn/cache/eslint-config-airbnb-npm-18.2.1-19125926b3-ea11cd0006.zip
Binary file not shown.
Binary file added
BIN
+25.4 KB
.yarn/cache/eslint-config-airbnb-npm-19.0.4-a73150c84a-253178689c.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -399,3 +399,28 @@ git checkout vX.Y.X | |
|
||
3. On success, manually create a GitHub release associated with the proper tag, | ||
and include the generated changelog. | ||
|
||
### We're getting reports of unpkg links not working | ||
|
||
Reports like | ||
[these](https://github.com/carbon-design-system/carbon/issues/12052#issuecomment-1238383908) | ||
can be the result of unpkg's default behavior of resolving | ||
`https://unpkg.com/carbon-components/*` to the version corresponding to the | ||
`latest` tag. | ||
|
||
It's likely that the `latest` tag was erroneously applied to a v11.x version, | ||
causing anyone using a non-versioned unpkg link to begin resolving to the v11 | ||
package which does not contain a compiled stylesheet. | ||
|
||
To fix, re-apply the `latest` tag to `v10.x` instead of `v11.x`. Any | ||
non-versioned unpkg links should now resolve to `[email protected]` again. | ||
|
||
```bash | ||
npm dist-tag add [email protected] latest | ||
``` | ||
|
||
Instruct users to prevent this in the future by appending `@10` to the package | ||
name to ensure unpkg resolves to the latest v10 version: | ||
|
||
`https://unpkg.com/carbon-components@10/css/carbon-components.min.css` | ||
`https://unpkg.com/carbon-components@10/scripts/carbon-components.min.js` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.