Skip to content

Commit

Permalink
Merge branch 'main' into benelan/8057-input-message
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan authored Dec 4, 2023
2 parents 9d23dee + 211aaf0 commit a6b2c0c
Show file tree
Hide file tree
Showing 407 changed files with 57,464 additions and 200,230 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"calcite-dev",
"css",
"en-common-misspellings",
"fonts",
"fullstack",
"html",
"html-symbol-entities",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Build Packages and Publish to NPM
if: ${{ steps.release.outputs.releases_created }}
Expand Down
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"*.scss": ["stylelint --fix", "prettier --write"],
"packages/**/*.{ts,tsx}": ["eslint --ext .ts,.tsx --fix", "prettier --write"],
".github/scripts/*.js": ["eslint --ext .js", "prettier --write"],
"*.md": ["markdownlint --fix", "prettier --write"]
"*.md": ["prettier --write", "markdownlint --fix"]
}
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/calcite-components": "1.11.0",
"packages/calcite-components-react": "1.11.0",
"packages/calcite-design-tokens": "1.1.0",
"packages/eslint-plugin-calcite-components": "0.2.3",
"packages/calcite-components-angular/projects/component-library": "1.11.0"
"packages/calcite-components": "2.0.0",
"packages/calcite-components-react": "2.0.0",
"packages/calcite-design-tokens": "2.0.0",
"packages/eslint-plugin-calcite-components": "1.0.0",
"packages/calcite-components-angular/projects/component-library": "2.0.0"
}
Loading

0 comments on commit a6b2c0c

Please sign in to comment.