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 IMax153 committed Apr 30, 2022
1 parent e6109a1 commit d27ca97
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-plums-return.md

This file was deleted.

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

## 0.0.27

### Patch Changes

- Updated dependencies [[`e6109a1`](https://github.com/ts-plus/stdlib/commit/e6109a1834d931f85178931979484c374ed0d379)]:
- @tsplus/stdlib@0.0.62

## 0.0.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stdlib-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsplus/stdlib-global",
"version": "0.0.26",
"version": "0.0.27",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"types": "./types.d.ts",
"peerDependencies": {
"@tsplus/stdlib": "^0.0.61"
"@tsplus/stdlib": "^0.0.62"
},
"peerDependenciesMeta": {
"@tsplus/stdlib": {
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.0.62

### Patch Changes

- [#119](https://github.com/ts-plus/stdlib/pull/119) [`e6109a1`](https://github.com/ts-plus/stdlib/commit/e6109a1834d931f85178931979484c374ed0d379) Thanks [@IMax153](https://github.com/IMax153)! - add \_\_call constructors for several prelude types

## 0.0.61

### 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.0.61",
"version": "0.0.62",
"type": "module",
"repository": "https://github.com/ts-plus/stdlib.git",
"author": "Michael Arnaldi <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tsplus/stdlib-global@workspace:packages/stdlib-global"
peerDependencies:
"@tsplus/stdlib": ^0.0.61
"@tsplus/stdlib": ^0.0.62
peerDependenciesMeta:
"@tsplus/stdlib":
optional: true
Expand Down

0 comments on commit d27ca97

Please sign in to comment.