Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular): resolve empty dist #9698

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

benelan
Copy link
Member

@benelan benelan commented Jun 26, 2024

Summary

Unfortunately, the 2.10.0 release didn't fix the empty Angular dist. After some digging, it started in 2.9.0-next.24. These are the suspicious commits:

git log @esri/calcite-components-angular@2.9.0-next.23...@esri/calcite-components-angular@2.9.0-next.24^ -- packages/calcite-components-angular

In #9428 I added the files field to the package.json so the dist files could be added to the GitHub releases. It seems like that broke the actual releases, because Angular has really strange workflow where they copy the package.json into the dist and release from there.

@github-actions github-actions bot added the bug Bug reports for broken functionality. Issues should include a reproduction of the bug. label Jun 26, 2024
@benelan benelan added the skip visual snapshots Pull requests that do not need visual regression testing. label Jun 26, 2024
@jcfranco jcfranco merged commit a9e3314 into dev Jun 26, 2024
11 checks passed
@jcfranco jcfranco deleted the benelan/fix-angular-releases branch June 26, 2024 14:32
@github-actions github-actions bot added this to the 2024-07-30 - Jul Release milestone Jun 26, 2024
benelan added a commit that referenced this pull request Jun 27, 2024
…anup

* origin/dev:
  chore(linting): enable @typescript-eslint/methd-signature-style for safer types (#9690)
  refactor(block): use icon value as key instead of class for consistency (#9689)
  chore: fix package-lock versioning (#9702)
  test(panel): restore coverage for space between footer start/end slots (#9682)
  test(input-time-zone): tidy up Intl API polyfill/override (#9676)
  fix(angular): resolve empty dist (#9698)
  chore: release main (#9697)
benelan added a commit that referenced this pull request Jun 27, 2024
@benelan benelan mentioned this pull request Jun 27, 2024
benelan added a commit that referenced this pull request Jun 27, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>@esri/calcite-components: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components@2.10.0...@esri/calcite-components@2.10.1)
(2024-06-27)


### Miscellaneous Chores

* **@esri/calcite-components:** Synchronize components versions
</details>

<details><summary>@esri/calcite-components-angular: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0...@esri/calcite-components-angular@2.10.1)
(2024-06-27)


### Bug Fixes

* **angular:** Resolve empty dist
([#9698](#9698))
([1bdf5fa](1bdf5fa))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
</details>

<details><summary>@esri/calcite-components-react: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0...@esri/calcite-components-react@2.10.1)
(2024-06-27)


### Miscellaneous Chores

* **@esri/calcite-components-react:** Synchronize components versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
benelan added a commit that referenced this pull request Jun 27, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>@esri/calcite-components: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components@2.10.0...@esri/calcite-components@2.10.1)
(2024-06-27)


### Miscellaneous Chores

* **@esri/calcite-components:** Synchronize components versions
</details>

<details><summary>@esri/calcite-components-angular: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0...@esri/calcite-components-angular@2.10.1)
(2024-06-27)


### Bug Fixes

* **angular:** Resolve empty dist
([#9698](#9698))
([1bdf5fa](1bdf5fa))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
</details>

<details><summary>@esri/calcite-components-react: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0...@esri/calcite-components-react@2.10.1)
(2024-06-27)


### Miscellaneous Chores

* **@esri/calcite-components-react:** Synchronize components versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
benelan added a commit that referenced this pull request Jun 27, 2024
## 🤖 I have created a release _beep_ _boop_

---

<details>

<summary>@esri/calcite-components: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components@2.10.0...@esri/calcite-components@2.10.1)
(2024-06-27)

### Miscellaneous Chores

- **@esri/calcite-components:** Synchronize components versions

</details>

<details>

<summary>@esri/calcite-components-angular: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-angular@2.10.0...@esri/calcite-components-angular@2.10.1)
(2024-06-27)

### Bug Fixes

- **angular:** Resolve empty dist
([#9698](#9698))
([1bdf5fa](1bdf5fa))

### Dependencies

- The following workspace dependencies were updated
- dependencies \* @esri/calcite-components bumped from ^2.10.1-next.0 to
^2.10.1

</details>

<details>

<summary>@esri/calcite-components-react: 2.10.1</summary>

##
[2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/calcite-components-react@2.10.0...@esri/calcite-components-react@2.10.1)
(2024-06-27)

### Miscellaneous Chores

- **@esri/calcite-components-react:** Synchronize components versions

### Dependencies

- The following workspace dependencies were updated
- dependencies \* @esri/calcite-components bumped from ^2.10.1-next.0 to
^2.10.1

</details>

---

This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@benelan benelan mentioned this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports for broken functionality. Issues should include a reproduction of the bug. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants