From fd1edff43d1b3c944bc37c509abd8e76650f59f7 Mon Sep 17 00:00:00 2001 From: Miguel Ramos Date: Thu, 22 Sep 2022 23:39:52 +0100 Subject: [PATCH] chore(release): Globals and Essential release (#9) Co-authored-by: github-actions[bot] --- .changeset/nasty-zebras-fail.md | 8 -------- packages/ws-essential/CHANGELOG.md | 10 +++++++++- packages/ws-essential/package.json | 2 +- packages/ws-globals/CHANGELOG.md | 10 +++++++++- packages/ws-globals/package.json | 4 ++-- 5 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 .changeset/nasty-zebras-fail.md diff --git a/.changeset/nasty-zebras-fail.md b/.changeset/nasty-zebras-fail.md deleted file mode 100644 index 41d0534..0000000 --- a/.changeset/nasty-zebras-fail.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@websublime/ws-essential': minor -'@websublime/ws-globals': minor ---- - -Globals - -Globals are two essential store links Environment and Registry. Environment to provide config/options and registry for particular components data. diff --git a/packages/ws-essential/CHANGELOG.md b/packages/ws-essential/CHANGELOG.md index ea4c422..1ba1953 100644 --- a/packages/ws-essential/CHANGELOG.md +++ b/packages/ws-essential/CHANGELOG.md @@ -1,5 +1,13 @@ # @websublime/ws-essential +## 0.3.0 + +### Minor Changes + +- [#5](https://github.com/websublime/sublime-sdk/pull/5) [`aa0ce9a`](https://github.com/websublime/sublime-sdk/commit/aa0ce9a3a533a3a23e76ad156ce615ffae9b249f) Thanks [@miguelramos](https://github.com/miguelramos)! - Globals + + Globals are two essential store links Environment and Registry. Environment to provide config/options and registry for particular components data. + ## 0.2.0 ### Minor Changes @@ -10,4 +18,4 @@ ### Minor Changes -- [#1](https://github.com/websublime/sublime-sdk/pull/1) [`1a4e884`](https://github.com/websublime/sublime-sdk/commit/1a4e884656bdee9d8afe6819dbd3de2e3b535acb) Thanks [@miguelramos](https://github.com/miguelramos)! - Essential store with dispatchers and subscribers \ No newline at end of file +- [#1](https://github.com/websublime/sublime-sdk/pull/1) [`1a4e884`](https://github.com/websublime/sublime-sdk/commit/1a4e884656bdee9d8afe6819dbd3de2e3b535acb) Thanks [@miguelramos](https://github.com/miguelramos)! - Essential store with dispatchers and subscribers diff --git a/packages/ws-essential/package.json b/packages/ws-essential/package.json index b080c7a..f23d2fc 100644 --- a/packages/ws-essential/package.json +++ b/packages/ws-essential/package.json @@ -1,7 +1,7 @@ { "name": "@websublime/ws-essential", "private": false, - "version": "0.2.0", + "version": "0.3.0", "source": "./src", "scripts": { "start": "vite --debug", diff --git a/packages/ws-globals/CHANGELOG.md b/packages/ws-globals/CHANGELOG.md index 8034013..2aca91c 100644 --- a/packages/ws-globals/CHANGELOG.md +++ b/packages/ws-globals/CHANGELOG.md @@ -1,7 +1,15 @@ # @websublime/ws-globals +## 0.2.0 + +### Minor Changes + +- [#5](https://github.com/websublime/sublime-sdk/pull/5) [`aa0ce9a`](https://github.com/websublime/sublime-sdk/commit/aa0ce9a3a533a3a23e76ad156ce615ffae9b249f) Thanks [@miguelramos](https://github.com/miguelramos)! - Globals + + Globals are two essential store links Environment and Registry. Environment to provide config/options and registry for particular components data. + ## 0.1.0 ### Minor Changes -- [#3](https://github.com/websublime/sublime-sdk/pull/3) [`4469fe9`](https://github.com/websublime/sublime-sdk/commit/4469fe94ae97a40105fb3e913e630a731876056f) Thanks [@miguelramos](https://github.com/miguelramos)! - Globals and links registry creation \ No newline at end of file +- [#3](https://github.com/websublime/sublime-sdk/pull/3) [`4469fe9`](https://github.com/websublime/sublime-sdk/commit/4469fe94ae97a40105fb3e913e630a731876056f) Thanks [@miguelramos](https://github.com/miguelramos)! - Globals and links registry creation diff --git a/packages/ws-globals/package.json b/packages/ws-globals/package.json index 876e0c3..af1c197 100644 --- a/packages/ws-globals/package.json +++ b/packages/ws-globals/package.json @@ -1,7 +1,7 @@ { "name": "@websublime/ws-globals", "private": false, - "version": "0.1.0", + "version": "0.2.0", "source": "./src", "scripts": { "start": "vite --debug", @@ -12,7 +12,7 @@ }, "devDependencies": { "@websublime/vite": "0.0.1", - "@websublime/ws-essential": "0.2.0", + "@websublime/ws-essential": "0.3.0", "@microsoft/api-documenter": "^7.17.15", "@microsoft/api-extractor": "^7.24.1", "@types/jest": "^27.0.1",