Skip to content

Commit

Permalink
Revert to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Sep 27, 2024
1 parent 03e8e79 commit 9eb2d8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"after-install": "yarn copy-assets && bundle install",
"lint": "scripts/lint.sh",
"process-icon-svgs": "svgo -f packages/cfpb-design-system/src/components/cfpb-icons/icons --config=svgo.config.js",
"release": "yarn lint && yarn build && release-it && npm publish",
"release": "yarn lint && yarn build && release-it && npm publish --registry https://registry.npmjs.org",
"serve-html": "http-server docs/_site",
"serve-jekyll": "bundle exec jekyll serve --watch --profile --host=localhost --port=4000",
"serve-decap": "npx decap-server",
Expand Down Expand Up @@ -108,15 +108,7 @@
"after:bump": "auto-changelog --package ./packages/cfpb-design-system/package.json"
},
"npm": {
"ignoreVersion": true,
"publishArgs": [
"--publish-path=packages/cfpb-design-system"
],
"publish": true,
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"skipChecks": true,
"publish": false,
"versionArgs": [
"--workspace=packages/cfpb-design-system/",
"--workspaces-update=false",
Expand Down
2 changes: 1 addition & 1 deletion packages/cfpb-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfpb/cfpb-design-system",
"version": "3.2.1",
"version": "3.2.0",
"description": "CFPB's UI framework",
"main": "src/index.js",
"author": {
Expand Down

0 comments on commit 9eb2d8c

Please sign in to comment.