Skip to content

Commit 3254c92

Browse files
authored
Merge pull request #8 from maxmorozoff/revert-7-changeset-release/main
Revert "Version Packages"
2 parents afdcfb8 + 6702a10 commit 3254c92

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed

.changeset/lazy-insects-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@maxmorozoff/try-catch-tuple": patch
3+
---
4+
5+
introduce branded tuple type

.changeset/slow-showers-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@maxmorozoff/try-catch-tuple-ts-plugin": patch
3+
---
4+
5+
introduce ts plugin and transformer

packages/try-catch-tuple/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @maxmorozoff/try-catch-tuple
22

3-
## 0.1.1
4-
5-
### Patch Changes
6-
7-
- c223f24: introduce branded tuple type
8-
93
## 0.1.0
104

115
### Minor Changes

packages/try-catch-tuple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@maxmorozoff/try-catch-tuple",
33
"description": "A TypeScript utility function for structured error handling in both synchronous and asynchronous operations.",
4-
"version": "0.1.1",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"author": "Max Morozov <[email protected]",
77
"homepage": "https://github.com/maxmorozoff/try-catch-tuple#readme",

packages/ts-plugin/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/ts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmorozoff/try-catch-tuple-ts-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"license": "MIT",
55
"author": "Max Morozov <[email protected]",
66
"homepage": "https://github.com/maxmorozoff/try-catch-tuple#readme",

0 commit comments

Comments
 (0)