Skip to content

Commit a5801db

Browse files
authored
Merge pull request #313 from primer/release-9.3.0
Release primer-css@9.3.0
2 parents e95394b + de460cc commit a5801db

File tree

50 files changed

+3388
-211
lines changed

Some content is hidden

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

50 files changed

+3388
-211
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ node_modules
44
*.log
55
build
66
_site
7-
docs
87
*.lerna_backup

CHANGELOG.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
modules/primer-css/CHANGELOG.md

modules/primer-alerts/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"name": "primer-alerts",
44
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "index.scss",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "product",
12+
"module_type": "components"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -23,7 +27,7 @@
2327
"test": "npm-run-all -s build lint"
2428
},
2529
"dependencies": {
26-
"primer-support": "^4.2.0"
30+
"primer-support": "4.3.0"
2731
},
2832
"keywords": [
2933
"alerts",

modules/primer-avatars/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.3.0",
33
"name": "primer-avatars",
44
"description": "Basic styles for user profile avatars.",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "index.scss",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "product",
12+
"module_type": "components"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -23,7 +27,7 @@
2327
"test": "npm-run-all -s build lint"
2428
},
2529
"dependencies": {
26-
"primer-support": "^4.2.0"
30+
"primer-support": "4.3.0"
2731
},
2832
"keywords": [
2933
"avatars",

modules/primer-base/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "1.3.0",
2+
"version": "1.4.0",
33
"name": "primer-base",
44
"description": "CSS to reset the browsers default styles",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "index.scss",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "core",
12+
"module_type": "support"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -23,7 +27,7 @@
2327
"test": "npm-run-all -s build lint"
2428
},
2529
"dependencies": {
26-
"primer-support": "^4.2.0"
30+
"primer-support": "4.3.0"
2731
},
2832
"keywords": [
2933
"primer",

modules/primer-blankslate/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.3.0",
33
"name": "primer-blankslate",
44
"description": "Blankslates are for when there is a lack of content within a page or section.",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "index.scss",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "product",
12+
"module_type": "components"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -23,7 +27,7 @@
2327
"test": "npm-run-all -s build lint"
2428
},
2529
"dependencies": {
26-
"primer-support": "^4.2.0"
30+
"primer-support": "4.3.0"
2731
},
2832
"keywords": [
2933
"primer",

modules/primer-box/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "2.3.0",
2+
"version": "2.4.0",
33
"name": "primer-box",
44
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "index.scss",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "core",
12+
"module_type": "components"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -23,7 +27,7 @@
2327
"test": "npm-run-all -s build lint"
2428
},
2529
"dependencies": {
26-
"primer-support": "^4.2.0"
30+
"primer-support": "4.3.0"
2731
},
2832
"keywords": [
2933
"primer",

modules/primer-breadcrumb/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.3.0",
33
"name": "primer-breadcrumb",
44
"description": "Breadcrumb navigation for pages with parents / grandparents.",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "build/build.css",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "marketing",
12+
"module_type": "components"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -24,8 +28,8 @@
2428
"test": "npm-run-all -s build lint test-docs"
2529
},
2630
"dependencies": {
27-
"primer-marketing-support": "^1.2.0",
28-
"primer-support": "^4.2.0"
31+
"primer-marketing-support": "1.3.0",
32+
"primer-support": "4.3.0"
2933
},
3034
"keywords": [
3135
"breadcrumb",

modules/primer-buttons/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.3.0",
33
"name": "primer-buttons",
44
"description": "A collection of buttons used for primary and secondary actions.",
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
88
"style": "index.scss",
99
"main": "build/index.js",
10+
"primer": {
11+
"category": "core",
12+
"module_type": "components"
13+
},
1014
"files": [
1115
"index.scss",
1216
"lib",
@@ -23,7 +27,7 @@
2327
"test": "npm-run-all -s build lint"
2428
},
2529
"dependencies": {
26-
"primer-support": "^4.2.0"
30+
"primer-support": "4.3.0"
2731
},
2832
"keywords": [
2933
"primer",

0 commit comments

Comments
 (0)