Skip to content

Commit 7e9588f

Browse files
authored
Merge pull request #377 from puppetlabs/development
2 parents 875329b + db4c728 commit 7e9588f

File tree

7 files changed

+53
-8
lines changed

7 files changed

+53
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# react-components 5.26.2 (2021-01-27)
2+
3+
- [Logo] Add Puppet Connect logo (by [@chrisleicester](https://github.com/chrisleicester) in [#376](https://github.com/puppetlabs/design-system/pull/376))
4+
- [security] Bump ini from 1.3.5 to 1.3.8 in /packages/react-layouts (by [@dependabot](https://github.com/apps/dependabot) in [#376](https://github.com/puppetlabs/design-system/pull/370))
5+
- [security] Bump ini from 1.3.5 to 1.3.8 in /packages/sass-variables (by [@dependabot](https://github.com/apps/dependabot) in [#371](https://github.com/puppetlabs/design-system/pull/371))
6+
17
# react-components 5.26.1 (2021-01-08)
28

39
- [Icon] Add new plus minus icon +/- (by [@Lukeaber](https://github.com/Lukeaber) in [#374](https://github.com/puppetlabs/design-system/pull/374))

packages/react-components/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puppet/react-components",
3-
"version": "5.26.1",
3+
"version": "5.26.2",
44
"author": "Puppet, Inc.",
55
"license": "Apache-2.0",
66
"main": "build/library.js",

packages/react-components/source/react/library/logo/Logo.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The standard style variation exists for light backgrounds.
2323
<Logo product="remediate" style={{ margin: 5 }} />
2424
<Logo product="relay" style={{ margin: 5 }} />
2525
<Logo product="comply" style={{ margin: 5 }} />
26+
<Logo product="connect" style={{ margin: 5 }} />
2627
<Logo product="My Product" style={{ margin: 5 }} />
2728
</div>
2829
```
@@ -49,6 +50,7 @@ This style variation exists for dark backgrounds, where the Puppet logo uses whi
4950
<Logo inverted product="remediate" style={{ margin: 5 }} />
5051
<Logo inverted product="relay" style={{ margin: 5 }} />
5152
<Logo inverted product="comply" style={{ margin: 5 }} />
53+
<Logo inverted product="connect" style={{ margin: 5 }} />
5254
<Logo inverted product="My Product" style={{ margin: 5 }} />
5355
</div>
5456
```
@@ -67,6 +69,7 @@ There are times when you might need to use only the graphical icon for a Puppet
6769
<Logo type="bug" product="remediate" style={{ margin: 5 }} />
6870
<Logo type="bug" product="relay" style={{ margin: 5 }} />
6971
<Logo type="bug" product="comply" style={{ margin: 5 }} />
72+
<Logo type="bug" product="connect" style={{ margin: 5 }} />
7073
<Logo type="bug" product="My Product" style={{ margin: 5 }} />
7174
</div>
7275
```

packages/react-components/source/react/library/logo/logos.js

+36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-layouts/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sass-variables/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)