Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:Esri/calcite-components into epic/71…
Browse files Browse the repository at this point in the history
…80-component-tokens

# Conflicts:
#	packages/calcite-components/src/components/filter/resources.ts
#	packages/calcite-components/src/components/flow-item/flow-item.e2e.ts
#	packages/calcite-components/src/components/panel/panel.scss
#	packages/calcite-components/src/components/panel/panel.stories.ts
  • Loading branch information
alisonailea committed Jul 9, 2024
2 parents 94fb823 + 1e04276 commit e2bc7af
Show file tree
Hide file tree
Showing 113 changed files with 702 additions and 568 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/deploy-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,25 @@ jobs:
permissions:
id-token: write
steps:
- uses: google-github-actions/release-please-action@v3.7.6
- uses: googleapis/release-please-action@v4
id: release
with:
command: manifest
token: ${{ secrets.ADMIN_TOKEN }}
default-branch: main
extra-files: |
packages/calcite-components/readme.md
target-branch: main
- name: Checkout Repository
if: ${{ steps.release.outputs.releases_created }}
if: steps.release.outputs.releases_created == 'true'
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.ADMIN_TOKEN }}
- name: Setup Node
if: ${{ steps.release.outputs.releases_created }}
if: steps.release.outputs.releases_created == 'true'
uses: actions/setup-node@v4
with:
node-version-file: package.json
registry-url: "https://registry.npmjs.org"
- name: Build Packages and Publish to NPM
if: ${{ steps.release.outputs.releases_created }}
if: steps.release.outputs.releases_created == 'true'
env:
RELEASED_PATHS: ${{ toJSON(steps.release.outputs.paths_released) }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/calcite-components": "2.9.0",
"packages/calcite-components-react": "2.9.0",
"packages/calcite-components": "2.10.1",
"packages/calcite-components-react": "2.10.1",
"packages/calcite-design-tokens": "2.2.0",
"packages/eslint-plugin-calcite-components": "1.2.0",
"packages/calcite-components-angular/projects/component-library": "2.9.0"
"packages/calcite-components-angular/projects/component-library": "2.10.1"
}
58 changes: 39 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.2.13",
"eslint-plugin-jsdoc": "48.4.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-unicorn": "54.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,53 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.0-next.12](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.11...@esri/calcite-components-angular@2.10.0-next.12) (2024-06-25)
## [2.11.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.1...@esri/calcite-components-angular@2.11.0-next.2) (2024-07-08)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.11](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0-next.10...@esri/calcite-components-angular@2.10.0-next.11) (2024-06-25)
## [2.11.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0-next.0...@esri/calcite-components-angular@2.11.0-next.1) (2024-07-05)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.10](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].0-next.9...@esri/calcite-components-angular@2.10.0-next.10) (2024-06-25)
## [2.11.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].2-next.2...@esri/calcite-components-angular@2.11.0-next.0) (2024-07-02)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.9](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].0-next.8...@esri/[email protected].0-next.9) (2024-06-25)
## [2.10.2-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].2-next.1...@esri/[email protected].2-next.2) (2024-07-01)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.8](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].0-next.7...@esri/[email protected].0-next.8) (2024-06-24)
## [2.10.2-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].2-next.0...@esri/[email protected].2-next.1) (2024-07-01)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.7](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].0-next.6...@esri/[email protected].0-next.7) (2024-06-21)
## [2.10.2-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].1-next.0...@esri/[email protected].2-next.0) (2024-06-28)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.6](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]-next.5...@esri/[email protected].0-next.6) (2024-06-21)
## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected].1) (2024-06-27)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.5](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-21)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-21)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-20)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-20)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-06)

**Note:** Version bump only for package @esri/calcite-components-angular

## [2.10.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-06)

**Note:** Version bump only for package @esri/calcite-components-angular
### Bug Fixes

## [2.9.1-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/calcite-[email protected]) (2024-06-05)
- **angular:** Resolve empty dist ([#9698](https://github.com/esri/calcite-design-system/issues/9698)) ([1bdf5fa](https://github.com/esri/calcite-design-system/commit/1bdf5fae822a658a809f8c63c66a828c26207663))

**Note:** Version bump only for package @esri/calcite-components-angular
### Dependencies

## [2.9.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-04)
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1

**Note:** Version bump only for package @esri/calcite-components-angular
## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.9.0...@esri/[email protected]) (2024-06-26)

## [2.9.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-04)
### Miscellaneous Chores

**Note:** Version bump only for package @esri/calcite-components-angular
- **@esri/calcite-components-angular:** Synchronize components versions

## [2.9.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-05-31)
### Dependencies

**Note:** Version bump only for package @esri/calcite-components-angular
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^2.9.0 to ^2.10.0

## [2.9.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-05-28)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.10.0-next.12",
"version": "2.11.0-next.2",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"bugs": {
Expand All @@ -16,11 +16,8 @@
"name": "Esri"
},
"sideEffects": false,
"files": [
"dist"
],
"dependencies": {
"@esri/calcite-components": "^2.10.0-next.12",
"@esri/calcite-components": "^2.11.0-next.2",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e2bc7af

Please sign in to comment.