Skip to content

Commit 640fcec

Browse files
authored
Merge pull request #11 from blb-ventures/release-please--branches--main--components--resource
chore(main): release 0.11.0
2 parents ca8a4f1 + 97d2747 commit 640fcec

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/blb-ventures/resource/compare/v0.10.1...v0.11.0) (2023-10-02)
4+
5+
6+
### Features
7+
8+
* adds FieldObjectKind type and dict ([42f0078](https://github.com/blb-ventures/resource/commit/42f00787a8c6322ea2c9bbfdb5a8fb8eb4869395))
9+
* adds instructions, descriptions and usage examples to the README.md ([d1ee988](https://github.com/blb-ventures/resource/commit/d1ee98835e91e38501e828247f3182fb81222c51))
10+
* adds real usage examples ([d1ee988](https://github.com/blb-ventures/resource/commit/d1ee98835e91e38501e828247f3182fb81222c51))
11+
* adds resource field to APIFieldObject ([42f0078](https://github.com/blb-ventures/resource/commit/42f00787a8c6322ea2c9bbfdb5a8fb8eb4869395))
12+
13+
14+
### Code Refactoring
15+
16+
* refactors zod integration function to accept only APIField and not APIFieldUnion ([42f0078](https://github.com/blb-ventures/resource/commit/42f00787a8c6322ea2c9bbfdb5a8fb8eb4869395))
17+
18+
19+
### Build System
20+
21+
* **deps-dev:** bump word-wrap from 1.2.3 to 1.2.4 ([912a42d](https://github.com/blb-ventures/resource/commit/912a42d0ce0b01c6572c82f7d8cded2ef383856c))
22+
23+
24+
### Miscellaneous
25+
26+
* adds a README.md to examples ([2172610](https://github.com/blb-ventures/resource/commit/21726109d7d48ef2dd7246dcca465be1b9216b39))
27+
* adds example screenshot to README.md ([64ca047](https://github.com/blb-ventures/resource/commit/64ca0479f41ba9052ed646caf052867cef4471ad))
28+
* adds examples directory link to the reference in the main README.md ([2172610](https://github.com/blb-ventures/resource/commit/21726109d7d48ef2dd7246dcca465be1b9216b39))
29+
* adds github actions build status for the repo ([2172610](https://github.com/blb-ventures/resource/commit/21726109d7d48ef2dd7246dcca465be1b9216b39))
30+
* adds MIT LICENSE file ([2172610](https://github.com/blb-ventures/resource/commit/21726109d7d48ef2dd7246dcca465be1b9216b39))
31+
332
## [0.10.1](https://github.com/blb-ventures/resource/compare/v0.10.0...v0.10.1) (2023-06-14)
433

534

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blb-ventures/resource",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",

0 commit comments

Comments
 (0)