Skip to content

Commit

Permalink
chore: new release candidate (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 27, 2023
1 parent 63d13df commit d2f98f6
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-radios-tell.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/library-angular-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"components-library": "^0.0.1"
},
"devDependencies": {
"@web-component-wrapper/core": "^0.0.1",
"@web-component-wrapper/angular": "^0.0.1"
"@web-component-wrapper/core": "^0.1.0",
"@web-component-wrapper/angular": "^0.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @web-component-wrapper/angular

## 0.1.0

### Minor Changes

- 63d13df: Initial release

### Patch Changes

- Updated dependencies [63d13df]
- @web-component-wrapper/core@0.1.0
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-wrapper/angular",
"version": "0.0.1",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/SebastianSedzik/web-component-wrapper.git",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"change-case": "^4.1.2",
"tslib": "^2.3.0",
"@web-component-wrapper/core": "^0.0.1"
"@web-component-wrapper/core": "^0.1.0"
},
"devDependencies": {
"typescript": "^5.2.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @web-component-wrapper/core

## 0.1.0

### Minor Changes

- 63d13df: Initial release
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-component-wrapper/core",
"version": "0.0.1",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/SebastianSedzik/web-component-wrapper.git",
Expand Down

0 comments on commit d2f98f6

Please sign in to comment.