Skip to content

Commit

Permalink
fix(plugin-render-pixi): print version number when loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Samantha-uk committed Jan 11, 2021
1 parent a62baab commit 018450e
Show file tree
Hide file tree
Showing 159 changed files with 1,251 additions and 1,519 deletions.
961 changes: 460 additions & 501 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .yarn/releases/yarn-sources.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/bin/eslint.js

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

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/lib/api.js

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

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "7.16.0-pnpify",
"version": "7.17.0-pnpify",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/index.js

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

2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/bin/tsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
const {createRequire, createRequireFromPath} = require(`module`);
const {resolve} = require(`path`);

const relPnpApiPath = "../../../../.pnp.js";
const relPnpApiPath = "../../../../.pnp.cjs";

const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/bin/tsserver
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
const {createRequire, createRequireFromPath} = require(`module`);
const {resolve} = require(`path`);

const relPnpApiPath = "../../../../.pnp.js";
const relPnpApiPath = "../../../../.pnp.cjs";

const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/lib/tsc.js

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

2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/lib/tsserver.js

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

2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/lib/typescript.js

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

2 changes: 0 additions & 2 deletions .yarn/versions/579989d1.yml
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
releases:
"@samantha-uk/zigzag-plugin-render-pixi": patch
10 changes: 10 additions & 0 deletions .yarn/versions/f075c336.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
undecided:
- "@samantha-uk/zigzag-grapher"
- "@samantha-uk/zigzag-plugin-data-file"
- "@samantha-uk/zigzag-plugin-data-gen"
- "@samantha-uk/zigzag-plugin-data-zha"
- "@samantha-uk/zigzag-layout"
- "@samantha-uk/zigzag-plugin-layout-d3"
- "@samantha-uk/zigzag-render"
- "@samantha-uk/zigzag-plugin-render-pixi"
- "@samantha-uk/zigzag-plugin-render-three"
22 changes: 11 additions & 11 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
changesetBaseRefs:
- main

initScope: "@samantha-uk"

npmPublishAccess: public

packageExtensions:
eslint-config-airbnb-typescript@*:
dependencies:
eslint: latest
eslint-plugin-import: latest
eslint-plugin-jsx-a11y: latest
eslint-plugin-react: latest
eslint-plugin-react-hooks: latest

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"
Expand All @@ -24,14 +35,3 @@ plugins:
spec: /home/samantha/github/one/.yarn/plugins/@samantha-uk/plugin-penguin.cjs

yarnPath: .yarn/releases/yarn-sources.cjs
initScope: "@samantha-uk"

# Fix-ups for packages.
packageExtensions:
eslint-config-airbnb-typescript@*:
dependencies:
"eslint": "latest"
"eslint-plugin-import": "latest"
"eslint-plugin-jsx-a11y": "latest"
"eslint-plugin-react": "latest"
"eslint-plugin-react-hooks": "latest"
10 changes: 5 additions & 5 deletions berry/penguin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@samantha-uk./yarn-plugin-penguin",
"main": "./src/plugin-penguin.ts",
"dependencies": {
"@types/node": "*",
"@yarnpkg/builder": "*",
"@yarnpkg/core": "*",
"clipanion": "*",
"typescript": "*"
"@types/node": "^14.14.20",
"@yarnpkg/builder": "^2.1.3",
"@yarnpkg/core": "^2.4.0",
"clipanion": "^2.6.2",
"typescript": "^4.1.3"
},
"scripts": {
"build": "builder build plugin",
Expand Down
2 changes: 1 addition & 1 deletion home-assistant/zigzag-panel/blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ TBD

# If Zigzag is not working correctly
- Check in the browser console and see if any errors are being reported. [Finding Your Browser's Developer Console](https://balsamiq.com/support/faqs/browserconsole/#:~:text=To%20open%20the%20developer%20console,(on%20Windows%2FLinux).)
- Raise an [issue](https://github.com/Samantha-uk/one/issues) and include your browser console output.
- Raise an [issue](https://github.com/Samantha-uk/one/issues) and include your browser console output or jump on the [Discord chat]()

# Know Issues
- It doesn't correctly Zoom to Fit on initial display. Clicking the `ZOOM TO FIT` button will work.
Expand Down
4 changes: 2 additions & 2 deletions home-assistant/zigzag-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"custom-card-helpers": "^1.6.6",
"lit-element": "^2.4.0",
"rimraf": "^3.0.2",
"tslib": "^2.0.3"
"tslib": "^2.1.0"
},
"description": "Zigzag custom panel for Home Assistant",
"devDependencies": {
Expand Down Expand Up @@ -41,5 +41,5 @@
},
"source": "src/zigzag-panel.ts",
"types": "dist/zigzag-panel.d.ts",
"version": "0.2.0-alpha-0.7"
"version": "0.2.0-alpha-0.8"
}
42 changes: 12 additions & 30 deletions home-assistant/zigzag-panel/plugins/plugin-data-file.esm.js

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

Large diffs are not rendered by default.

Loading

0 comments on commit 018450e

Please sign in to comment.