@sproutsocial/racine 7.0.2-beta-maurice.1 → 7.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/racine",
3
- "version": "7.0.2-beta-maurice.1",
3
+ "version": "7.1.0",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "__flow__",
@@ -42,17 +42,12 @@
42
42
  "test": "npm-run-all flow lint-js lint-css lint-icons jest",
43
43
  "new": "node ./bin/scaffold.js",
44
44
  "playground": "node ./bin/scaffold-playground.js && yarn start",
45
- "release": "yarn test && node ./bin/beta complete && yarn changeset publish",
45
+ "release": "yarn test && yarn changeset publish",
46
46
  "storybook": "start-storybook -c .storybook",
47
47
  "build-storybook": "build-storybook --quiet -c .storybook -o .storybook-dist",
48
48
  "icon-lint": "node bin/icon-lint/cli",
49
49
  "playroom:start": "playroom start",
50
- "playroom:build": "playroom build",
51
- "check-env": "node -e 'console.log(process.env)' | grep version",
52
- "beta:publish": "npm publish --tag beta",
53
- "beta:status": "node ./bin/beta status",
54
- "beta:release": "node ./bin/beta release && npm publish --tag beta",
55
- "beta:deprecate": "node ./bin/beta deprecate"
50
+ "playroom:build": "playroom build"
56
51
  },
57
52
  "lint-staged": {
58
53
  "**/*.js": [
@@ -105,6 +100,7 @@
105
100
  "@sproutsocial/seeds-space": "^0.4.7",
106
101
  "@sproutsocial/seeds-typography": "^3.0.1",
107
102
  "@storybook/addon-a11y": "^6.1.11",
103
+ "@storybook/addon-actions": "^6.3.8",
108
104
  "@storybook/addon-knobs": "^6.1.11",
109
105
  "@storybook/addon-storysource": "^6.1.11",
110
106
  "@storybook/addon-viewport": "^6.1.11",
@@ -158,7 +154,6 @@
158
154
  "react-dates": "^21.8.0",
159
155
  "react-dom": "16.12.0",
160
156
  "rimraf": "^2.6.3",
161
- "semver": "^7.3.5",
162
157
  "storybook-dark-mode": "^1.0.7",
163
158
  "styled-components": "5.0.0-rc.2",
164
159
  "stylelint": "^13.8.0",
Binary file