Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jan 20, 2023
1 parent 1240701 commit 2d2d96a
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/ngx-ruler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@scena/ruler": "~0.15.0",
"@scena/ruler": "~0.15.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-ruler/projects/ngx-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-ruler",
"version": "0.14.0",
"version": "0.14.1",
"description": "An Angular Ruler component that can draw grids and scroll infinitely.",
"keywords": [
"scene",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/daybrush/ruler#readme",
"dependencies": {
"@scena/ruler": "~0.15.0",
"@scena/ruler": "~0.15.1",
"tslib": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/ngx-ruler/projects/ngx-ruler/src/lib/consts.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// auto
// eslint-disable-next-line max-len
export const ANGULAR_RULER_INPUTS: ["type","width","height","unit","zoom","direction","textAlign","font","segment","mainLineSize","longLineSize","shortLineSize","lineOffset","textOffset","negativeRuler","range","scrollPos","style","backgroundColor","rangeBackgroundColor","lineColor","textColor","textBackgroundColor","textFormat","portalContainer","selectedBackgroundColor","selectedRanges","defaultPixelScale"] = ["type","width","height","unit","zoom","direction","textAlign","font","segment","mainLineSize","longLineSize","shortLineSize","lineOffset","textOffset","negativeRuler","range","scrollPos","style","backgroundColor","rangeBackgroundColor","lineColor","textColor","textBackgroundColor","textFormat","portalContainer","selectedBackgroundColor","selectedRanges","defaultPixelScale"];
export const ANGULAR_RULER_INPUTS: ["type","width","height","unit","zoom","direction","textAlign","font","segment","mainLineSize","longLineSize","shortLineSize","lineOffset","textOffset","negativeRuler","range","scrollPos","style","backgroundColor","rangeBackgroundColor","lineColor","textColor","textBackgroundColor","textFormat","portalContainer","selectedBackgroundColor","selectedRanges","defaultPixelScale","useResizeObserver"] = ["type","width","height","unit","zoom","direction","textAlign","font","segment","mainLineSize","longLineSize","shortLineSize","lineOffset","textOffset","negativeRuler","range","scrollPos","style","backgroundColor","rangeBackgroundColor","lineColor","textColor","textBackgroundColor","textFormat","portalContainer","selectedBackgroundColor","selectedRanges","defaultPixelScale","useResizeObserver"];
4 changes: 2 additions & 2 deletions packages/preact-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-ruler",
"version": "0.14.0",
"version": "0.14.1",
"description": "A Preact Ruler component that can draw grids and scroll infinitely.",
"main": "./dist/ruler.cjs.js",
"module": "./dist/ruler.esm.js",
Expand Down Expand Up @@ -53,6 +53,6 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"@scena/react-ruler": "~0.14.0"
"@scena/react-ruler": "~0.14.1"
}
}
4 changes: 2 additions & 2 deletions packages/react-compat-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-compat-ruler",
"version": "0.13.0",
"version": "0.13.1",
"description": "A React Compat Ruler component that can draw grids and scroll infinitely.",
"main": "./dist/ruler.cjs.js",
"module": "./dist/ruler.esm.js",
Expand Down Expand Up @@ -57,6 +57,6 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"@scena/react-ruler": "~0.14.0"
"@scena/react-ruler": "~0.14.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/react-ruler",
"version": "0.14.0",
"version": "0.14.1",
"description": "A React Ruler component that can draw grids and scroll infinitely.",
"main": "./dist/ruler.cjs.js",
"module": "./dist/ruler.esm.js",
Expand Down
1 change: 1 addition & 0 deletions packages/react-ruler/src/react-ruler/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const PROPERTIES: Array<keyof RulerProps> = [
"selectedBackgroundColor",
"selectedRanges",
"defaultPixelScale",
"useResizeObserver",
];
export const METHODS: Array<keyof RulerInterface> = [
"scroll",
Expand Down
4 changes: 2 additions & 2 deletions packages/ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/ruler",
"version": "0.15.0",
"version": "0.15.1",
"description": "A Vanilla Ruler component that can draw grids and scroll infinitely.",
"main": "./dist/ruler.cjs.js",
"module": "./dist/ruler.esm.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"react-compat-ruler": "~0.13.0",
"react-compat-ruler": "~0.13.1",
"react-simple-compat": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/svelte-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-ruler",
"version": "0.14.0",
"version": "0.14.1",
"description": "A Svelte Ruler component that can draw grids and scroll infinitely.",
"main": "./dist/ruler.cjs.js",
"module": "./dist/ruler.esm.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"@scena/ruler": "~0.15.0"
"@scena/ruler": "~0.15.1"
},
"scripts": {
"build": "rollup -c rollup.build.config.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/vue-ruler",
"version": "0.13.0",
"version": "0.13.1",
"description": "A Vue Ruler component that can draw grids and scroll infinitely.",
"main": "./dist/ruler.cjs.js",
"module": "./dist/ruler.esm.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json && cp ./src/components/Ruler.vue.d.ts ./declaration/"
},
"dependencies": {
"@scena/ruler": "~0.15.0"
"@scena/ruler": "~0.15.1"
},
"files": [
"README.md",
Expand Down

0 comments on commit 2d2d96a

Please sign in to comment.