@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
+ ![tests](https://github.com/phillipsauctionhouse/seldon/actions/workflows/test.yml/badge.svg)
4
+ [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
3
5
  [![Netlify Status](https://api.netlify.com/api/v1/badges/45a31dc9-7c19-482a-ae3d-be6bb2533cef/deploy-status)](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.2",
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
  }