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 27, 2022
1 parent c22b62f commit 93ac9e5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/young-bulldogs-speak.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [[`c22b62f`](https://github.com/ts-plus/stdlib/commit/c22b62f433e6388230298e7161c113dd18ff03cd)]:
- @tsplus/stdlib@0.2.2

## 0.1.2

### Patch 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.2",
"version": "0.1.3",
"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.1"
"@tsplus/stdlib": "0.2.2"
},
"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.2

### Patch Changes

- [#189](https://github.com/ts-plus/stdlib/pull/189) [`c22b62f`](https://github.com/ts-plus/stdlib/commit/c22b62f433e6388230298e7161c113dd18ff03cd) Thanks [@mikearnaldi](https://github.com/mikearnaldi)! - Make Tag Invariant in S and Add Tag.toEnv

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"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.1
"@tsplus/stdlib": 0.2.2
languageName: unknown
linkType: soft

"@tsplus/[email protected].1, @tsplus/stdlib@workspace:packages/stdlib":
"@tsplus/[email protected].2, @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 93ac9e5

Please sign in to comment.