@phillips/seldon 1.17.2 → 1.17.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +6 -33
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Easel Design System 🎨 by Phillips Auction House
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
[](https://github.com/semantic-release/semantic-release)
|
|
3
5
|
[](https://app.netlify.com/sites/snazzy-liger-5606f7/deploys)
|
|
4
6
|
|
|
5
7
|
Seldon is the source for design guidelines, component documentation, and resources for building apps with the Phillips.com Design System.
|
package/package.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phillips/seldon",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.3",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/PhillipsAuctionHouse/seldon"
|
|
7
|
+
},
|
|
4
8
|
"type": "module",
|
|
5
9
|
"main": "./dist/index.js",
|
|
6
10
|
"module": "./dist/index.js",
|
|
@@ -44,6 +48,7 @@
|
|
|
44
48
|
"@commitlint/config-conventional": "^17.6.6",
|
|
45
49
|
"@semantic-release/changelog": "^6.0.3",
|
|
46
50
|
"@semantic-release/git": "^10.0.1",
|
|
51
|
+
"@semantic-release/github": "^10.0.3",
|
|
47
52
|
"@storybook/addon-essentials": "^7.0.22",
|
|
48
53
|
"@storybook/addon-interactions": "^7.0.22",
|
|
49
54
|
"@storybook/addon-links": "^7.0.22",
|
|
@@ -92,37 +97,5 @@
|
|
|
92
97
|
"peerDependencies": {
|
|
93
98
|
"react": "^18.2.0",
|
|
94
99
|
"react-dom": "^18.2.0"
|
|
95
|
-
},
|
|
96
|
-
"release": {
|
|
97
|
-
"branches": [
|
|
98
|
-
"main"
|
|
99
|
-
],
|
|
100
|
-
"plugins": [
|
|
101
|
-
"@semantic-release/commit-analyzer",
|
|
102
|
-
"@semantic-release/release-notes-generator",
|
|
103
|
-
[
|
|
104
|
-
"@semantic-release/changelog",
|
|
105
|
-
{
|
|
106
|
-
"changelogFile": "CHANGELOG.md"
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"@semantic-release/npm",
|
|
110
|
-
[
|
|
111
|
-
"@semantic-release/git",
|
|
112
|
-
{
|
|
113
|
-
"assets": [
|
|
114
|
-
"package.json",
|
|
115
|
-
"CHANGELOG.md"
|
|
116
|
-
],
|
|
117
|
-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
|
118
|
-
}
|
|
119
|
-
]
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
"commitlint": {
|
|
123
|
-
"extends": [
|
|
124
|
-
"@commitlint/config-conventional"
|
|
125
|
-
],
|
|
126
|
-
"helpUrl": "https://www.conventionalcommits.org/en/v1.0.0/"
|
|
127
100
|
}
|
|
128
101
|
}
|