Skip to content

Commit

Permalink
Merge pull request #63 from belgattitude/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude committed Sep 24, 2022
2 parents a4b5835 + 16a7336 commit c473447
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 23 deletions.
15 changes: 0 additions & 15 deletions .changeset/curly-dragons-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-hounds-sell.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/nextjs-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/nextjs-app

## 0.1.14

### Patch Changes

- [#56](https://github.com/belgattitude/http-exception/pull/56) [`bddd84a`](https://github.com/belgattitude/http-exception/commit/bddd84a00d07d1c9619d4a929e6da52f51bf7208) Thanks [@belgattitude](https://github.com/belgattitude)! - Initial documentation and updated examples

- Updated dependencies [[`7208e7b`](https://github.com/belgattitude/http-exception/commit/7208e7bafc06f5db02902bcdd83233b9d4d4d854), [`bddd84a`](https://github.com/belgattitude/http-exception/commit/bddd84a00d07d1c9619d4a929e6da52f51bf7208)]:
- @belgattitude/http-exception@1.2.0

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/nextjs-esm",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
20 changes: 20 additions & 0 deletions packages/http-exception/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @belgattitude/http-exception

## 1.2.0

### Minor Changes

- [#67](https://github.com/belgattitude/http-exception/pull/67) [`7208e7b`](https://github.com/belgattitude/http-exception/commit/7208e7bafc06f5db02902bcdd83233b9d4d4d854) Thanks [@belgattitude](https://github.com/belgattitude)! - Export convertToSerializable and createFromSerializable

```typescript
import {
convertToSerializable,
createFromSerializable,
} from '@belgattitude/http-exception/serializer';

const serializableObject = convertToSerializable(new HttpForbidden());
const exception = createFromSerializable(serializableObject);
```

### Patch Changes

- [#56](https://github.com/belgattitude/http-exception/pull/56) [`bddd84a`](https://github.com/belgattitude/http-exception/commit/bddd84a00d07d1c9619d4a929e6da52f51bf7208) Thanks [@belgattitude](https://github.com/belgattitude)! - Initial documentation and updated examples

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-exception/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@belgattitude/http-exception",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"homepage": "https://github.com/belgattitude/http-exception",
"repository": {
Expand Down

0 comments on commit c473447

Please sign in to comment.