From c3be8d418cdef11938b8f09db47dcb4306e0011d Mon Sep 17 00:00:00 2001 From: Yulong Ruan Date: Fri, 27 Jan 2023 00:28:39 +0800 Subject: [PATCH] chore(release): create changelog and bump version Signed-off-by: Yulong Ruan --- .changeset/heavy-tigers-sell.md | 16 ---------------- .changeset/lucky-pears-listen.md | 10 ---------- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- packages/osd-opensearch/CHANGELOG.md | 12 ++++++++++++ packages/osd-opensearch/package.json | 2 +- 6 files changed, 33 insertions(+), 29 deletions(-) delete mode 100644 .changeset/heavy-tigers-sell.md delete mode 100644 .changeset/lucky-pears-listen.md create mode 100644 packages/osd-opensearch/CHANGELOG.md diff --git a/.changeset/heavy-tigers-sell.md b/.changeset/heavy-tigers-sell.md deleted file mode 100644 index f249f9c6517c..000000000000 --- a/.changeset/heavy-tigers-sell.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'opensearch-dashboards': minor ---- - -This is an example of using changeset - -In this example, there are some changes to `opensearch-dashboards`. But this is -just for demo, there is no changes to the actual files. - -This is a example to demonstrate the idea of using changeset to manage -changelog without tears. - -The changeset file is a regular markdown file, we can use markdown syntax: -``` -yarn changeset add -``` diff --git a/.changeset/lucky-pears-listen.md b/.changeset/lucky-pears-listen.md deleted file mode 100644 index c34f4709bf83..000000000000 --- a/.changeset/lucky-pears-listen.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@osd/opensearch': patch ---- - -Another example to demonstrate changes to workspace packages - -In this example, there are some changes to package `@osd/opensearch`. But this is -just for demo, there is no changes to the actual files. - -Ideally, we want to document each and every changes clearly of each package. diff --git a/CHANGELOG.md b/CHANGELOG.md index 74126eafd024..09c7c7056e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## 3.1.0 + +### Minor Changes + +- [#2](https://github.com/ruanyl/OpenSearch-Dashboards/pull/2) [`643e516873`](https://github.com/ruanyl/OpenSearch-Dashboards/commit/643e516873d36c39c77a30c817c0c7ded1c2463d) Thanks [@ruanyl](https://github.com/ruanyl)! - This is an example of using changeset + + In this example, there are some changes to `opensearch-dashboards`. But this is + just for demo, there is no changes to the actual files. + + This is a example to demonstrate the idea of using changeset to manage + changelog without tears. + + The changeset file is a regular markdown file, we can use markdown syntax: + + ``` + yarn changeset add + ``` + Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] diff --git a/package.json b/package.json index 3de2b08f7ed6..1c538f923b90 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "3.0.0", + "version": "3.1.0", "branch": "main", "types": "./opensearch_dashboards.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json", @@ -241,7 +241,7 @@ "@osd/eslint-import-resolver-opensearch-dashboards": "2.0.0", "@osd/eslint-plugin-eslint": "1.0.0", "@osd/expect": "1.0.0", - "@osd/opensearch": "1.0.0", + "@osd/opensearch": "1.0.1", "@osd/opensearch-archiver": "1.0.0", "@osd/optimizer": "1.0.0", "@osd/plugin-generator": "1.0.0", diff --git a/packages/osd-opensearch/CHANGELOG.md b/packages/osd-opensearch/CHANGELOG.md new file mode 100644 index 000000000000..1ec870883e3f --- /dev/null +++ b/packages/osd-opensearch/CHANGELOG.md @@ -0,0 +1,12 @@ +# @osd/opensearch + +## 1.0.1 + +### Patch Changes + +- [#2](https://github.com/ruanyl/OpenSearch-Dashboards/pull/2) [`643e516873`](https://github.com/ruanyl/OpenSearch-Dashboards/commit/643e516873d36c39c77a30c817c0c7ded1c2463d) Thanks [@ruanyl](https://github.com/ruanyl)! - Another example to demonstrate changes to workspace packages + + In this example, there are some changes to package `@osd/opensearch`. But this is + just for demo, there is no changes to the actual files. + + Ideally, we want to document each and every changes clearly of each package. diff --git a/packages/osd-opensearch/package.json b/packages/osd-opensearch/package.json index 740c4fd7fab9..807bb9c0cf79 100644 --- a/packages/osd-opensearch/package.json +++ b/packages/osd-opensearch/package.json @@ -1,7 +1,7 @@ { "name": "@osd/opensearch", "main": "./target/index.js", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "private": true, "opensearchDashboards": {