From 890bd51b1b7084585754f31e547ef35a6a8e4fcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 May 2023 02:34:45 +0000 Subject: [PATCH] chore(release): 1.4.1-next.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49496de2abb..ec0066a3463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ This document maintains a list of released versions and changes introduced by them. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) + + +## Unreleased + +### Bug Fixes + +- **hydrate:** fix errors caused by message bundle fetch attempts during prerendering ([#7002](https://github.com/Esri/calcite-components/issues/7002)) ([c482a7f](https://github.com/Esri/calcite-components/commit/c482a7f7e5aa2cd279a0c48f7f120a5c54937800)), closes [#7001](https://github.com/Esri/calcite-components/issues/7001) + + + ## [v1.4.0](https://github.com/Esri/calcite-components/compare/v1.3.1...v1.4.0) (2023-05-22) ### Features diff --git a/package-lock.json b/package-lock.json index 549ff1e745c..a16c8935e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/calcite-components", - "version": "1.4.0", + "version": "1.4.1-next.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/calcite-components", - "version": "1.4.0", + "version": "1.4.1-next.0", "license": "SEE LICENSE IN copyright.txt", "dependencies": { "@floating-ui/dom": "1.2.7", diff --git a/package.json b/package.json index 2a4ce9955ba..2b3e30f48cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.4.0", + "version": "1.4.1-next.0", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js",