From 79bc1016fbe1b19d02f3858f730f24616374f5e2 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Mon, 27 Mar 2023 21:04:25 -0700 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 6 +----- package-lock.json | 9 ++++++--- package.json | 2 +- readme.md | 4 ++-- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f279cb567d8..608308beaa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,7 @@ 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 +## [v1.2.0](https://github.com/Esri/calcite-components/compare/v1.1.0...v1.2.0) (2023-03-27) ### Features @@ -26,8 +24,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * **accordion, accordion-item:** now wraps long words in header (title & description) ([#6608](https://github.com/Esri/calcite-components/issues/6608)) ([46575ff](https://github.com/Esri/calcite-components/commit/46575ff836ca941a518d46c1f4c11b83b5da3e02)), closes [#5683](https://github.com/Esri/calcite-components/issues/5683) - - ## [v1.1.0](https://github.com/Esri/calcite-components/compare/v1.0.8...v1.1.0) (2023-03-15) ### Features diff --git a/package-lock.json b/package-lock.json index c63dd9829a6..d71c3bff67b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@esri/calcite-components", - "version": "1.2.0-next.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@esri/calcite-components", - "version": "1.2.0-next.0", + "version": "1.2.0", "license": "SEE LICENSE IN copyright.txt", "dependencies": { "@floating-ui/dom": "1.2.1", @@ -32148,11 +32148,14 @@ } }, "node_modules/webpack/node_modules/watchpack/chokidar2": { - "version": "0.0.1", + "version": "2.0.0", "dev": true, "optional": true, "dependencies": { "chokidar": "^2.1.8" + }, + "engines": { + "node": "<8.10.0" } }, "node_modules/whatwg-encoding": { diff --git a/package.json b/package.json index 6d43cd5a390..0f20db7b6d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@esri/calcite-components", - "version": "1.2.0-next.0", + "version": "1.2.0", "description": "Web Components for Esri's Calcite Design System.", "main": "dist/index.cjs.js", "module": "dist/index.js", diff --git a/readme.md b/readme.md index e846ca7f686..8a9f6cad708 100644 --- a/readme.md +++ b/readme.md @@ -13,11 +13,11 @@ Calcite Components, part of Esri's Calcite Design System, is a rich library of f The most common approach for loading Calcite Components is to use the version hosted on the CDN. The components can be loaded via ` + ```