Skip to content

Commit

Permalink
chore: release package(s) (#25)
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 20, 2023
1 parent 2766161 commit c7ab411
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-jokes-doubt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/honest-bags-switch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wise-cooks-jog.md

This file was deleted.

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

## 0.2.1

### Patch Changes

- 6ef6cfd: chore: adding peer dependencies for react and react-dom
- 6ef6cfd: refactor: removing react imports where module only contains JSX (possibly due to automatic JSX runtime)
- 6ef6cfd: refactor: ensuring react-dom is external and ensuring package file has consistent export statements

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"repository": {
"directory": "packages/tds-core",
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/tds-deprecated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @anthonyhastings/tds-deprecated

## 0.2.2

### Patch Changes

- 6ef6cfd: chore: adding peer dependencies for react and react-dom
- 6ef6cfd: refactor: removing react imports where module only contains JSX (possibly due to automatic JSX runtime)
- 6ef6cfd: refactor: ensuring react-dom is external and ensuring package file has consistent export statements

## 0.2.1

### 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.1",
"version": "0.2.2",
"repository": {
"directory": "packages/tds-deprecated",
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/tds-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @anthonyhastings/tds-utils

## 0.1.2

### Patch Changes

- 6ef6cfd: chore: adding peer dependencies for react and react-dom
- 6ef6cfd: refactor: removing react imports where module only contains JSX (possibly due to automatic JSX runtime)
- 6ef6cfd: refactor: ensuring react-dom is external and ensuring package file has consistent export statements

## 0.1.1

### Patch 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.1.1",
"version": "0.1.2",
"repository": {
"directory": "packages/tds-utils",
"type": "git",
Expand Down

0 comments on commit c7ab411

Please sign in to comment.