Skip to content

Commit

Permalink
chore(release): Globals and Essential release (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
miguelramos and github-actions[bot] authored Sep 22, 2022
1 parent aa0ce9a commit fd1edff
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/nasty-zebras-fail.md

This file was deleted.

10 changes: 9 additions & 1 deletion packages/ws-essential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
- [#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
2 changes: 1 addition & 1 deletion packages/ws-essential/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@websublime/ws-essential",
"private": false,
"version": "0.2.0",
"version": "0.3.0",
"source": "./src",
"scripts": {
"start": "vite --debug",
Expand Down
10 changes: 9 additions & 1 deletion packages/ws-globals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [#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
4 changes: 2 additions & 2 deletions packages/ws-globals/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@websublime/ws-globals",
"private": false,
"version": "0.1.0",
"version": "0.2.0",
"source": "./src",
"scripts": {
"start": "vite --debug",
Expand All @@ -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",
Expand Down

0 comments on commit fd1edff

Please sign in to comment.