Skip to content

Commit

Permalink
chore: release next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent de6481a commit 436c8d5
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

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

## [3.0.0-next.86](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.0-next.85...@esri/calcite-components-react@3.0.0-next.86) (2025-01-01)

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

## [3.0.0-next.85](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@3.0.0-next.84...@esri/calcite-components-react@3.0.0-next.85) (2024-12-31)

**Note:** Version bump only for package @esri/calcite-components-react
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,6 +1,6 @@
{
"name": "@esri/calcite-components-react",
"version": "3.0.0-next.85",
"version": "3.0.0-next.86",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand All @@ -26,7 +26,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "3.0.0-next.85",
"@esri/calcite-components": "3.0.0-next.86",
"@lit/react": "1.0.6"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0-next.86](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.0-next.85...@esri/calcite-components@3.0.0-next.86) (2025-01-01)

### Features

- **input-time-picker:** add hour-format property ([#10997](https://github.com/Esri/calcite-design-system/issues/10997)) ([52e9013](https://github.com/Esri/calcite-design-system/commit/52e9013883728f593942482dbade23724754824b)), closes [#4756](https://github.com/Esri/calcite-design-system/issues/4756)

## [3.0.0-next.85](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@3.0.0-next.84...@esri/calcite-components@3.0.0-next.85) (2024-12-31)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "3.0.0-next.85",
"version": "3.0.0-next.86",
"description": "Web Components for Esri's Calcite Design System.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -87,8 +87,8 @@
"type-fest": "^4.30.1"
},
"devDependencies": {
"@esri/calcite-design-tokens": "3.0.0-next.3",
"@esri/eslint-plugin-calcite-components": "2.0.0-next.2",
"@esri/calcite-design-tokens": "3.0.0-next.4",
"@esri/eslint-plugin-calcite-components": "2.0.0-next.3",
"vitest": "2.1.8"
},
"volta": {
Expand Down
4 changes: 4 additions & 0 deletions packages/calcite-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0-next.4](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.0-next.3...@esri/calcite-design-tokens@3.0.0-next.4) (2025-01-01)

**Note:** Version bump only for package @esri/calcite-design-tokens

## [3.0.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@3.0.0-next.2...@esri/calcite-design-tokens@3.0.0-next.3) (2024-12-28)

**Note:** Version bump only for package @esri/calcite-design-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-design-tokens",
"version": "3.0.0-next.3",
"version": "3.0.0-next.4",
"description": "Esri's Calcite Design System Tokens",
"keywords": [
"Calcite",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin-calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0-next.3](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@2.0.0-next.2...@esri/eslint-plugin-calcite-components@2.0.0-next.3) (2025-01-01)

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

## [2.0.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/eslint-plugin-calcite-components@2.0.0-next.1...@esri/eslint-plugin-calcite-components@2.0.0-next.2) (2024-12-28)

**Note:** Version bump only for package @esri/eslint-plugin-calcite-components
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/eslint-plugin-calcite-components",
"version": "2.0.0-next.2",
"version": "2.0.0-next.3",
"description": "ESLint rules for @esri/calcite-components",
"repository": {
"type": "git",
Expand Down

0 comments on commit 436c8d5

Please sign in to comment.