Skip to content

Commit

Permalink
chore: release main (#7539)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


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

##
[1.6.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected])
(2023-08-18)


### Bug Fixes

* **action-bar:** Restore "bottom-actions" slot functionality.
([#7535](#7535))
([3aa9afa](3aa9afa))
* Fix open/close event emitting in Safari
([#7551](#7551))
([a68b053](a68b053))
</details>

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

##
[1.6.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected])
(2023-08-18)


### Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @esri/calcite-components bumped from ^1.6.1-next.2 to ^1.6.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>
  • Loading branch information
calcite-admin and github-actions[bot] authored Aug 18, 2023
1 parent 07ee44e commit 9fa760d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/calcite-components": "1.6.0",
"packages/calcite-components-react": "1.6.0",
"packages/calcite-components": "1.6.1",
"packages/calcite-components-react": "1.6.1",
"packages/eslint-plugin-calcite-components": "0.2.2"
}
8 changes: 4 additions & 4 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].1-next.1...@esri/[email protected]-next.2) (2023-08-18)
## [1.6.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].0...@esri/[email protected]) (2023-08-18)

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

## [1.6.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-16)
### Miscellaneous Chores

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

## [1.6.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-15)
### Dependencies

**Note:** Version bump only for package @esri/calcite-components-react
- The following workspace dependencies were updated
- dependencies
- @esri/calcite-components bumped from ^1.6.1-next.2 to ^1.6.1

## [1.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@esri/calcite-components-react",
"sideEffects": false,
"version": "1.6.1-next.2",
"version": "1.6.1",
"description": "A set of React components that wrap calcite components",
"license": "SEE LICENSE.md",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"dist/"
],
"dependencies": {
"@esri/calcite-components": "^1.6.1-next.2"
"@esri/calcite-components": "^1.6.1"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
15 changes: 3 additions & 12 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].1-next.1...@esri/[email protected]-next.2) (2023-08-18)
## [1.6.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected].0...@esri/[email protected]) (2023-08-18)

### Bug Fixes

- fix open/close event emitting in Safari ([#7551](https://github.com/Esri/calcite-design-system/issues/7551)) ([a68b053](https://github.com/Esri/calcite-design-system/commit/a68b053601840745879820c178a14fe6913220e3)), closes [#7180](https://github.com/Esri/calcite-design-system/issues/7180)

## [1.6.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-16)

### Bug Fixes

- **action-bar:** restore "bottom-actions" slot functionality. ([#7535](https://github.com/Esri/calcite-design-system/issues/7535)) ([3aa9afa](https://github.com/Esri/calcite-design-system/commit/3aa9afaef487bbf016cca40d977be2a274eb9fe3)), closes [#7534](https://github.com/Esri/calcite-design-system/issues/7534)

## [1.6.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-15)

**Note:** Version bump only for package @esri/calcite-components
- **action-bar:** Restore "bottom-actions" slot functionality. ([#7535](https://github.com/Esri/calcite-design-system/issues/7535)) ([3aa9afa](https://github.com/Esri/calcite-design-system/commit/3aa9afaef487bbf016cca40d977be2a274eb9fe3))
- Fix open/close event emitting in Safari ([#7551](https://github.com/Esri/calcite-design-system/issues/7551)) ([a68b053](https://github.com/Esri/calcite-design-system/commit/a68b053601840745879820c178a14fe6913220e3))

## [1.6.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-08-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "1.6.1-next.2",
"version": "1.6.1",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho
```html
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].0/dist/calcite/calcite.esm.js"
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].1/dist/calcite/calcite.esm.js"
></script>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].0/dist/calcite/calcite.css"
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].1/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit 9fa760d

Please sign in to comment.