Skip to content

Commit

Permalink
chore: release package(s) (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 26, 2023
1 parent 908078b commit c4c61b9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/old-cheetahs-applaud.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/tds-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anthonyhastings/tds-core

## 0.2.2

### Patch Changes

- 908078b: fix: ensuring TypeScript expects ESM for module resolution

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anthonyhastings/tds-core",
"description": "A collection of react components.",
"version": "0.2.1",
"version": "0.2.2",
"author": "Anthony Hastings <[email protected]> (https://anthonyhastings.github.io/)",
"repository": {
"directory": "packages/tds-core",
Expand Down
6 changes: 6 additions & 0 deletions packages/tds-deprecated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anthonyhastings/tds-deprecated

## 0.2.3

### Patch Changes

- 908078b: fix: ensuring TypeScript expects ESM for module resolution

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-deprecated/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anthonyhastings/tds-deprecated",
"description": "A collection of deprecated components preserved for historical purposes.",
"version": "0.2.2",
"version": "0.2.3",
"author": "Anthony Hastings <[email protected]> (https://anthonyhastings.github.io/)",
"repository": {
"directory": "packages/tds-deprecated",
Expand Down
6 changes: 6 additions & 0 deletions packages/tds-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @anthonyhastings/tds-utils

## 0.2.1

### Patch Changes

- 908078b: fix: ensuring TypeScript expects ESM for module resolution

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anthonyhastings/tds-utils",
"description": "A collection of utility methods and react hooks.",
"version": "0.2.0",
"version": "0.2.1",
"author": "Anthony Hastings <[email protected]> (https://anthonyhastings.github.io/)",
"repository": {
"directory": "packages/tds-utils",
Expand Down

0 comments on commit c4c61b9

Please sign in to comment.