Skip to content

Commit 6d72bcb

Browse files
committed
Merge branch 'master' into remove-core-bin
2 parents 506f827 + 27169ab commit 6d72bcb

File tree

43 files changed

+1174
-655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1174
-655
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,24 @@
281281
"test",
282282
"code"
283283
]
284+
},
285+
{
286+
"login": "yucho",
287+
"name": "Yucho Ho",
288+
"avatar_url": "https://avatars.githubusercontent.com/u/9959271?v=4",
289+
"profile": "https://yuchoho.com/",
290+
"contributions": [
291+
"code"
292+
]
293+
},
294+
{
295+
"login": "sugarmanz",
296+
"name": "Jeremiah Zucker",
297+
"avatar_url": "https://avatars.githubusercontent.com/u/9255651?v=4",
298+
"profile": "https://github.com/sugarmanz",
299+
"contributions": [
300+
"test"
301+
]
284302
}
285303
],
286304
"contributorsPerLine": 7

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@ jspm_packages/
6060
# next.js build output
6161
.next
6262

63+
# VSCode workspace settings
64+
.vscode
65+
6366
dist
6467
.DS_Store

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# v4.13.1 (Tue Sep 21 2021)
2+
3+
:tada: This release contains work from a new contributor! :tada:
4+
5+
Thank you, Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz)), for all your work!
6+
7+
#### 🐛 Bug Fix
8+
9+
- `@design-systems/test`
10+
- Jest 27 [#669](https://github.com/intuit/design-systems-cli/pull/669) ([@renovate-bot](https://github.com/renovate-bot) [@sugarmanz](https://github.com/sugarmanz))
11+
12+
#### 🔩 Dependency Updates
13+
14+
- `@design-systems/test`
15+
- Update jest monorepo [#550](https://github.com/intuit/design-systems-cli/pull/550) ([@renovate-bot](https://github.com/renovate-bot))
16+
17+
#### Authors: 2
18+
19+
- Jeremiah Zucker ([@sugarmanz](https://github.com/sugarmanz))
20+
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
21+
22+
---
23+
24+
# v4.13.0 (Mon Aug 16 2021)
25+
26+
#### 🚀 Enhancement
27+
28+
- `@design-systems/size`
29+
- Implement --merge-base option in size plugin [#666](https://github.com/intuit/design-systems-cli/pull/666) ([@yucho](https://github.com/yucho))
30+
31+
#### Authors: 1
32+
33+
- Yucho Ho ([@yucho](https://github.com/yucho))
34+
35+
---
36+
137
# v2.19.0 (Wed Jul 28 2021)
238

339
:tada: This release contains work from a new contributor! :tada:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ Thank you to all these wonderful people ([emoji key](https://allcontributors.org
117117
<td align="center"><a href="https://github.com/hborawski"><img src="https://avatars.githubusercontent.com/u/1325154?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Harris Borawski</b></sub></a><br /><a href="https://github.com/intuit/design-systems-cli/commits?author=hborawski" title="Code">💻</a></td>
118118
<td align="center"><a href="https://github.com/fattslug"><img src="https://avatars.githubusercontent.com/u/18297343?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Powell</b></sub></a><br /><a href="https://github.com/intuit/design-systems-cli/commits?author=fattslug" title="Code">💻</a></td>
119119
<td align="center"><a href="https://github.com/melindali255"><img src="https://avatars.githubusercontent.com/u/29384338?v=4?s=100" width="100px;" alt=""/><br /><sub><b>melindali255</b></sub></a><br /><a href="https://github.com/intuit/design-systems-cli/commits?author=melindali255" title="Documentation">📖</a> <a href="https://github.com/intuit/design-systems-cli/commits?author=melindali255" title="Tests">⚠️</a> <a href="https://github.com/intuit/design-systems-cli/commits?author=melindali255" title="Code">💻</a></td>
120+
<td align="center"><a href="https://yuchoho.com/"><img src="https://avatars.githubusercontent.com/u/9959271?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yucho Ho</b></sub></a><br /><a href="https://github.com/intuit/design-systems-cli/commits?author=yucho" title="Code">💻</a></td>
121+
</tr>
122+
<tr>
123+
<td align="center"><a href="https://github.com/sugarmanz"><img src="https://avatars.githubusercontent.com/u/9255651?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jeremiah Zucker</b></sub></a><br /><a href="https://github.com/intuit/design-systems-cli/commits?author=sugarmanz" title="Tests">⚠️</a></td>
120124
</tr>
121125
</table>
122126

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.12.0",
2+
"version": "4.13.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/babel-plugin-include-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-systems/babel-plugin-include-styles",
3-
"version": "4.12.0",
3+
"version": "4.13.1",
44
"description": "A babel plugin that automatically includes the styles for a scoped monorepo design system built with `@design-systems/cli`",
55
"main": "./dist/index.js",
66
"types": "./dist",

packages/babel-plugin-replace-styles/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-systems/babel-plugin-replace-styles",
3-
"version": "4.12.0",
3+
"version": "4.13.1",
44
"description": "A babel plugin that replaces CSS imports for a scoped monorepo design system built with `@design-systems/cli`",
55
"main": "./dist/index.js",
66
"types": "./dist",

packages/cli-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-systems/cli-utils",
3-
"version": "4.12.0",
3+
"version": "4.13.1",
44
"description": "Utility functions for the @design-systems CLI",
55
"main": "dist/index.js",
66
"author": "Adam Dierkens <[email protected]>",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-systems/cli",
3-
"version": "4.12.0",
3+
"version": "4.13.1",
44
"description": "A cli for scaffolding and building design systems",
55
"author": "Adam Dierkens <[email protected]>",
66
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-systems/core",
3-
"version": "4.12.0",
3+
"version": "4.13.1",
44
"description": "The core structure of the @design-systems CLI",
55
"author": "Adam Dierkens <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)