Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit dd6c1ed

Browse files
authored
Merge pull request #173 from citizensadvice/release/1.0.3
Release/1.0.3-patch
2 parents 0b7f7d4 + 263c077 commit dd6c1ed

53 files changed

Lines changed: 150 additions & 150 deletions

File tree

Some content is hidden

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.1",
5+
"version": "1.0.3",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/background-colors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/background-colors",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/background-position/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/background-position",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/background-size/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/background-size",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/border-colors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/border-colors",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/border-radius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/border-radius",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/border-style/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/border-style",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/border-width/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/border-width",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/borders/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/borders",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

packages/box-sizing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@citizensadvice/box-sizing",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"license": "MIT",
55
"cads": {
66
"package_type": "utility"
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@citizensadvice/support": "^1.0.1"
17+
"@citizensadvice/support": "^1.0.3"
1818
},
1919
"scripts": {
2020
"build": "npm-run-all -p buildcss:expanded buildcss:compressed",

0 commit comments

Comments
 (0)