Skip to content

Commit

Permalink
chore: new release candidate (#13)
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 ae5f738 commit f83c9fc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/olive-peaches-pump.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.1.0",
"@web-component-wrapper/angular": "^0.1.0"
"@web-component-wrapper/core": "^0.1.1",
"@web-component-wrapper/angular": "^0.1.1"
}
}
8 changes: 8 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @web-component-wrapper/angular

## 0.1.1

### Patch Changes

- ae5f738: Publish only dist directory to NPM
- Updated dependencies [ae5f738]
- @web-component-wrapper/core@0.1.1

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/SebastianSedzik/web-component-wrapper.git",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"change-case": "^4.1.2",
"tslib": "^2.3.0",
"@web-component-wrapper/core": "^0.1.0"
"@web-component-wrapper/core": "^0.1.1"
},
"devDependencies": {
"typescript": "^5.2.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @web-component-wrapper/core

## 0.1.1

### Patch Changes

- ae5f738: Publish only dist directory to NPM

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/SebastianSedzik/web-component-wrapper.git",
Expand Down

0 comments on commit f83c9fc

Please sign in to comment.