Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mikearnaldi committed Jun 22, 2022
1 parent 0bb87dc commit fdd1739
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-gorillas-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-melons-build.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tsplus/runtime

## 0.1.1

### Patch Changes

- [#184](https://github.com/ts-plus/stdlib/pull/184) [`0bb87dc`](https://github.com/ts-plus/stdlib/commit/0bb87dc2c3e117db37c1692e5e568b2e53da5485) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Improve Record Derivation

- Updated dependencies [[`0bb87dc`](https://github.com/ts-plus/stdlib/commit/0bb87dc2c3e117db37c1692e5e568b2e53da5485)]:
- @tsplus/stdlib@0.2.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/runtime",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@tsplus/stdlib": "0.2.0"
"@tsplus/stdlib": "0.2.1"
},
"config": {
"side": [],
Expand Down
6 changes: 6 additions & 0 deletions packages/stdlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tsplus/stdlib

## 0.2.1

### Patch Changes

- [#184](https://github.com/ts-plus/stdlib/pull/184) [`0bb87dc`](https://github.com/ts-plus/stdlib/commit/0bb87dc2c3e117db37c1692e5e568b2e53da5485) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Improve Check Types

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stdlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/stdlib",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -886,11 +886,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsplus/runtime@workspace:packages/runtime"
dependencies:
"@tsplus/stdlib": 0.2.0
"@tsplus/stdlib": 0.2.1
languageName: unknown
linkType: soft

"@tsplus/[email protected].0, @tsplus/stdlib@workspace:packages/stdlib":
"@tsplus/[email protected].1, @tsplus/stdlib@workspace:packages/stdlib":
version: 0.0.0-use.local
resolution: "@tsplus/stdlib@workspace:packages/stdlib"
languageName: unknown
Expand Down

0 comments on commit fdd1739

Please sign in to comment.