Skip to content

Commit

Permalink
Version Packages (#31)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @tnezdev/actions@0.3.2

### Patch Changes

-   4d9f680: Create examples illustrating real world usage

Added `/examples` that contains the following illustrating how
**actions**, **clients**, and **entrypoint handlers** all interact.

        .
        ├── README.md
        ├── actions
        │   └── get-pokemon.ts
        ├── clients
        │   └── pokemon.ts
        └── entrypoint.ts

        2 directories, 4 files

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 3, 2023
1 parent e877f94 commit 570d191
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/pink-foxes-occur.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @tnezdev/actions

## 0.3.2

### Patch Changes

- 4d9f680: Create examples illustrating real world usage

Added `/examples` that contains the following illustrating how **actions**, **clients**, and **entrypoint handlers** all interact.

```
.
├── README.md
├── actions
│   └── get-pokemon.ts
├── clients
│   └── pokemon.ts
└── entrypoint.ts
2 directories, 4 files
```

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnezdev/actions",
"version": "0.3.1",
"version": "0.3.2",
"description": "Patterns to express business logic using dependency injection for side-effects",
"repository": {
"type": "git",
Expand Down

0 comments on commit 570d191

Please sign in to comment.