Skip to content

Commit 15f7e92

Browse files
authored
Merge pull request #2 from webiny/changeset-release/main
Version Packages
2 parents 7db2f63 + 367fcf0 commit 15f7e92

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/curly-grapes-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @webiny/di
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 7db2f63: exclude unnecessary files from the published package
8+
39
## 0.1.0
410

511
Initial release of Webiny DI container, with support for abstractions, decorators, composites, and hierarchical containers.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webiny/di",
33
"license": "MIT",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"main": "dist/index.js",
77
"author": "Webiny Ltd.",
@@ -15,7 +15,9 @@
1515
"domain driven design"
1616
],
1717
"types": "dist/index.d.ts",
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"scripts": {
2022
"build": "tsup src/index.ts --format esm --dts",
2123
"release": "pnpm run build && changeset publish",

0 commit comments

Comments
 (0)