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 21, 2022
1 parent 91ea4b2 commit 7203826
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/stupid-flies-suffer.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#182](https://github.com/ts-plus/stdlib/pull/182) [`91ea4b2`](https://github.com/ts-plus/stdlib/commit/91ea4b2a9d3baf07156fa6c46153ade044b1bd4c) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Move Runtime to it's own Package

### Patch Changes

- Updated dependencies [[`91ea4b2`](https://github.com/ts-plus/stdlib/commit/91ea4b2a9d3baf07156fa6c46153ade044b1bd4c)]:
- @tsplus/stdlib@0.2.0
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.0.0",
"version": "0.1.0",
"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.x"
"@tsplus/stdlib": "0.2.0"
},
"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.0

### Minor Changes

- [#182](https://github.com/ts-plus/stdlib/pull/182) [`91ea4b2`](https://github.com/ts-plus/stdlib/commit/91ea4b2a9d3baf07156fa6c46153ade044b1bd4c) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Move Runtime to it's own Package

## 0.1.8

### Patch 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.1.8",
"version": "0.2.0",
"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.x
"@tsplus/stdlib": 0.2.0
languageName: unknown
linkType: soft

"@tsplus/stdlib@0.x, @tsplus/stdlib@workspace:packages/stdlib":
"@tsplus/stdlib@0.2.0, @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 7203826

Please sign in to comment.