Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/gatsby-remark-images…
Browse files Browse the repository at this point in the history
…-7.14.0
  • Loading branch information
alisonjoseph authored Dec 4, 2024
2 parents da27d0a + aeeb314 commit bed4cc2
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [4.1.16](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.15...v4.1.16) (2024-12-03)

## [4.1.15](https://github.com/carbon-design-system/gatsby-theme-carbon/compare/v4.1.14...v4.1.15) (2024-11-26)


Expand Down
33 changes: 33 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 4.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

_Please do not report security vulnerabilities through public GitHub issues._

Instead, report a vulnerability through GitHub's security advisory feature at
https://github.com/carbon-design-system/carbon/security/advisories/new

Please include a description of the issue, the steps you took to create the
issue, affected versions, and, if known, mitigations for the issue. Our team
aims to respond to all new vulnerability reports within 7 business days.

Additional information on reporting vulnerabilities to IBM is available at
https://www.ibm.com/trust/security-psirt

## Preferred languages

We prefer all communications to be in English.

## Comments on this policy

If you have suggestions on how this process could be improved please
[submit a pull request](https://github.com/carbon-design-system/gatsby-theme-carbon/compare)
or [file an issue](https://github.com/carbon-design-system/gatsby-theme-carbon/issues/new) to
discuss.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-theme-carbon-workspace",
"private": true,
"version": "4.1.15",
"version": "4.1.16",
"packageManager": "[email protected]",
"repository": {
"url": "[email protected]:carbon-design-system/gatsby-theme-carbon.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "4.1.15",
"version": "4.1.16",
"license": "Apache 2.0",
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@carbon/icons-react": "^11.43.0",
"gatsby": "^5.13.6",
"gatsby-theme-carbon": "^4.1.15",
"gatsby-theme-carbon": "^4.1.16",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
32 changes: 32 additions & 0 deletions packages/gatsby-theme-carbon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<h1 align="center">
Gatsby Theme Carbon
</h1>

> :exclamation: This project is maintained by community contributions. The original
> contributor, Carbon Design System, is no longer involved in maintaining this project.
[![release-it](https://github.com/carbon-design-system/gatsby-theme-carbon/actions/workflows/release.yml/badge.svg)](https://github.com/carbon-design-system/gatsby-theme-carbon/actions/workflows/release.yml)

<!-- NPM info -->

![npm (scoped)](https://img.shields.io/npm/v/gatsby-theme-carbon)
![npm](https://img.shields.io/npm/dt/gatsby-theme-carbon)
![npm](https://img.shields.io/npm/dw/gatsby-theme-carbon)

<!-- GitHub -->

![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/carbon-design-system/gatsby-theme-carbon)
![GitHub Repo stars](https://img.shields.io/github/stars/carbon-design-system/gatsby-theme-carbon)
![GitHub watchers](https://img.shields.io/github/watchers/carbon-design-system/gatsby-theme-carbon)
![GitHub issues](https://img.shields.io/github/issues/carbon-design-system/gatsby-theme-carbon)

The Gatsby Carbon theme includes all the configuration you need to build a beautiful site inspired by the [Carbon Design System](https://www.carbondesignsystem.com).

## Resources

- [Contribution guidelines](.github/CONTRIBUTING.md)
- [Getting Started](https://gatsby.carbondesignsystem.com/getting-started)
- [Guides](https://gatsby.carbondesignsystem.com/guides/configuration)
- [Components](https://gatsby.carbondesignsystem.com/components/markdown)
- [Demo](https://gatsby.carbondesignsystem.com/demo)
- [Gallery](https://gatsby.carbondesignsystem.com/gallery)
2 changes: 1 addition & 1 deletion packages/gatsby-theme-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-theme-carbon",
"version": "4.1.15",
"version": "4.1.16",
"main": "index.js",
"author": "vpicone <[email protected]> (@vpicone)",
"repository": {
Expand Down

0 comments on commit bed4cc2

Please sign in to comment.