Skip to content

Commit a5c2cf7

Browse files
authored
v0.2.3
2 parents 063f12f + 29ef3ac commit a5c2cf7

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
references:
2-
workspace_root: &workspace_root
3-
/home/circleci/design-system
1+
workspace_root: &workspace_root
2+
/home/circleci/design-system
43

5-
attach_workspace: &attach_workspace
6-
attach_workspace:
7-
at: *workspace_root
4+
attach_workspace: &attach_workspace
5+
attach_workspace:
6+
at: *workspace_root
87

98
defaults: &defaults
109
resource_class: large

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/design-system",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Design System by Channel",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)