Skip to content

Commit

Permalink
release: @pod-os/core v0.7.0 and @pod-os/elements v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Jan 25, 2023
1 parent 8895cf9 commit 3ec12d6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.7.0

### Added

Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-os/core",
"version": "0.6.0",
"version": "0.7.0",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.10.0

## Added

Expand Down
4 changes: 2 additions & 2 deletions elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pod-os/elements",
"version": "0.9.0",
"version": "0.10.0",
"description": "Custom elements for usage with Solid Pods",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@ionic/core": "^6.4.2",
"@pod-os/core": "^0.6.0",
"@pod-os/core": "^0.7.0",
"@stencil/core": "^2.21.0",
"@stencil/store": "^2.0.2",
"jest-when": "^3.5.2",
Expand Down
13 changes: 0 additions & 13 deletions elements/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export namespace Components {
}
interface PosTypeRouter {
}
interface TestComponent {
}
}
export interface PosAppDocumentViewerCustomEvent<T> extends CustomEvent<T> {
detail: T;
Expand Down Expand Up @@ -295,12 +293,6 @@ declare global {
prototype: HTMLPosTypeRouterElement;
new (): HTMLPosTypeRouterElement;
};
interface HTMLTestComponentElement extends Components.TestComponent, HTMLStencilElement {
}
var HTMLTestComponentElement: {
prototype: HTMLTestComponentElement;
new (): HTMLTestComponentElement;
};
interface HTMLElementTagNameMap {
"pos-app": HTMLPosAppElement;
"pos-app-browser": HTMLPosAppBrowserElement;
Expand All @@ -327,7 +319,6 @@ declare global {
"pos-subjects": HTMLPosSubjectsElement;
"pos-type-badges": HTMLPosTypeBadgesElement;
"pos-type-router": HTMLPosTypeRouterElement;
"test-component": HTMLTestComponentElement;
}
}
declare namespace LocalJSX {
Expand Down Expand Up @@ -409,8 +400,6 @@ declare namespace LocalJSX {
interface PosTypeRouter {
"onPod-os:resource"?: (event: PosTypeRouterCustomEvent<any>) => void;
}
interface TestComponent {
}
interface IntrinsicElements {
"pos-app": PosApp;
"pos-app-browser": PosAppBrowser;
Expand All @@ -437,7 +426,6 @@ declare namespace LocalJSX {
"pos-subjects": PosSubjects;
"pos-type-badges": PosTypeBadges;
"pos-type-router": PosTypeRouter;
"test-component": TestComponent;
}
}
export { LocalJSX as JSX };
Expand Down Expand Up @@ -469,7 +457,6 @@ declare module "@stencil/core" {
"pos-subjects": LocalJSX.PosSubjects & JSXBase.HTMLAttributes<HTMLPosSubjectsElement>;
"pos-type-badges": LocalJSX.PosTypeBadges & JSXBase.HTMLAttributes<HTMLPosTypeBadgesElement>;
"pos-type-router": LocalJSX.PosTypeRouter & JSXBase.HTMLAttributes<HTMLPosTypeRouterElement>;
"test-component": LocalJSX.TestComponent & JSXBase.HTMLAttributes<HTMLTestComponentElement>;
}
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ec12d6

Please sign in to comment.