Skip to content

Commit cb9785d

Browse files
Version Packages (#4)
1 parent 4f095d1 commit cb9785d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/good-humans-attend.md

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

CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 987ed28: add new methods on Abstraction class: createImplementation, createDecorator, and createComposite.
8+
- 9bd1b04: use Symbol(name) to make each abstraction unique, even if using the same name.
9+
310
## 0.1.1
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webiny/di",
33
"license": "MIT",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"type": "module",
66
"main": "dist/index.js",
77
"author": "Webiny Ltd.",

0 commit comments

Comments
 (0)