Skip to content

Commit

Permalink
Initial 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nschubach committed Oct 10, 2023
1 parent 9ae76f1 commit 2ae7422
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"generate:feature": "hygen feature new",
"generate:intl": "node locale/scripts/generate-intl.js",
"lint:changed-feature-branch:fix": "npm run lint:changed-feature-branch -- --fix",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.0.3 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.1.0 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:fix": "npm run lint -- --fix",
"lint:styles:fix": "npm run lint:styles -- --fix",
"lint:styles": "stylelint '**/*.scss' --formatter verbose",
"lint": "eslint --ext js --ext jsx blocks .storybook --no-error-on-unmatched-pattern",
"postinstall": "npx lerna clean -y",
"prepare": "husky install",
"storybook": "start-storybook -p 60001",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.0.3 --coverage --passWithNoTests",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.1.0 --coverage --passWithNoTests",
"test:coverage": "jest --coverage",
"test:watch": "npm run test -- --watch -o --coverage",
"test": "jest"
Expand Down Expand Up @@ -59,7 +59,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.4",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"@wpmedia/arc-themes-components": "arc-themes-release-version-2.0.3",
"@wpmedia/arc-themes-components": "arc-themes-release-version-2.1.0",
"algoliasearch": "^4.13.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^26.2.0",
Expand Down

0 comments on commit 2ae7422

Please sign in to comment.