Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 15, 2023
1 parent 21b67a8 commit 1898b89
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 42 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"framework-utils": "^1.1.0",
"gesto": "^1.17.2",
"overlap-area": "^1.1.0",
"croact-css-styled": "^1.1.3",
"react-css-styled": "^1.1.3",
"croact-css-styled": "^1.1.5",
"react-css-styled": "^1.1.5",
"tslib": "^2.3.0"
},
"overrides": {
Expand All @@ -100,8 +100,8 @@
"framework-utils": "^1.1.0",
"gesto": "^1.17.2",
"overlap-area": "^1.1.0",
"croact-css-styled": "^1.1.3",
"react-css-styled": "^1.1.3",
"croact-css-styled": "^1.1.5",
"react-css-styled": "^1.1.5",
"tslib": "^2.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/croact-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "croact-guides",
"version": "0.23.1",
"version": "0.23.2",
"description": "A React Compat Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -56,8 +56,8 @@
"dependencies": {
"@daybrush/utils": "^1.4.0",
"@scena/dragscroll": "^1.3.0",
"@scena/react-guides": "~0.25.1",
"croact-css-styled": "^1.1.3",
"@scena/react-guides": "~0.25.2",
"croact-css-styled": "^1.1.5",
"croact-ruler": "^0.16.1",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/guides",
"version": "0.26.3",
"version": "0.26.4",
"description": "A Vanilla Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -61,6 +61,6 @@
"dependencies": {
"@scena/event-emitter": "^1.0.4",
"croact": "^1.0.3",
"croact-guides": "~0.23.1"
"croact-guides": "~0.23.2"
}
}
2 changes: 1 addition & 1 deletion packages/ngx-guides/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/guides": "~0.26.3",
"@scena/guides": "~0.26.4",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/ngx-guides/projects/ngx-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-guides",
"version": "0.25.3",
"version": "0.25.4",
"description": "An Angular Guides component that can draw ruler and manage guidelines.",
"keywords": [
"scene",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://daybrush.com/guides",
"dependencies": {
"@scena/guides": "~0.26.3",
"@scena/guides": "~0.26.4",
"tslib": "^2.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/preact-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-guides",
"version": "0.25.1",
"version": "0.25.2",
"description": "A Preact Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -55,11 +55,11 @@
"dependencies": {
"@daybrush/utils": "^1.4.0",
"@scena/dragscroll": "^1.3.0",
"@scena/react-guides": "~0.25.1",
"@scena/react-guides": "~0.25.2",
"css-to-mat": "^1.0.3",
"framework-utils": "^1.1.0",
"gesto": "^1.17.2",
"preact-css-styled": "^1.1.3",
"preact-css-styled": "^1.1.5",
"preact-ruler": "^0.15.0",
"react-css-styled": "^1.1.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/react-guides",
"version": "0.25.1",
"version": "0.25.2",
"description": "A React Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-guides",
"version": "0.25.3",
"version": "0.25.4",
"description": "A Svelte Guides component that can draw ruler and manage guidelines.",
"svelte": "./src/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -40,7 +40,7 @@
"typescript": "^4.5.0 <4.6.0"
},
"dependencies": {
"@scena/guides": "~0.26.3"
"@scena/guides": "~0.26.4"
},
"scripts": {
"build": "rollup -c rollup.build.config.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-guides",
"version": "0.25.3",
"version": "0.25.4",
"description": "A Vue Guides component that can draw grids and scroll infinitely.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@scena/guides": "~0.26.3",
"@scena/guides": "~0.26.4",
"framework-utils": "^1.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-guides",
"version": "0.9.3",
"version": "0.9.4",
"description": "A Vue 3 Guides component that can draw grids and scroll infinitely.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@scena/guides": "~0.26.3",
"@scena/guides": "~0.26.4",
"framework-utils": "^1.1.0"
},
"devDependencies": {
Expand Down
39 changes: 19 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6569,13 +6569,13 @@ [email protected]:
postcss "^8.3.7"
pretty-bytes "^5.3.0"

croact-css-styled@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/croact-css-styled/-/croact-css-styled-1.1.3.tgz#027d29f32e1b59f942cf2f2906f71f77538d4520"
integrity sha512-2YvaRrYxZdprmRe66wWQWOz8AlxHHx1kr8QGLkWKhSGcBqOjkaj2ULLV//XPNZtqNFc5/s2ZAnnJAyLulTR9hg==
croact-css-styled@^1.1.5:
version "1.1.5"
resolved "https://registry.npmjs.org/croact-css-styled/-/croact-css-styled-1.1.5.tgz#1eb62fb8ddde807547317ff4cc6cb4593d51db9e"
integrity sha512-q1AzFR3b35AeZsbbuau5ny4RMDBiLwwy8ldnTwD0D5aLeIY+3Imezxi8vV1DEQ6/PBL1Er9ZEJIKes2iVzyhfw==
dependencies:
"@daybrush/utils" "^1.0.0"
css-styled "~1.0.2"
css-styled "~1.0.4"
framework-utils "^1.1.0"

croact-ruler@^0.16.1:
Expand Down Expand Up @@ -6802,13 +6802,12 @@ css-styled@^1.0.0, css-styled@^1.0.1:
"@daybrush/utils" "^1.0.0"
string-hash "^1.1.3"

css-styled@~1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/css-styled/-/css-styled-1.0.2.tgz#36ec540580183f52a090e1b9f17c7aba223be9c1"
integrity sha512-LYP/FVumek4G903qwy5024Ap4FX/c/Vr9C0TkL/d2UWNVUv1rFLPse17NCVlw+TnVV8S1d+UyMhTjj+ahGtFbw==
css-styled@~1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/css-styled/-/css-styled-1.0.4.tgz#6ed68d21849307846483188f332b942b982edbe5"
integrity sha512-lj4XNXsKhsLfvhDHE9D/NfDkdlNq3vU7AAJnjph3rRUUJsP5O1AzJKzdIs/VfYOmvirK1hnL+0IKTLkdbY32iw==
dependencies:
"@daybrush/utils" "^1.11.0"
string-hash "^1.1.3"

css-to-mat@^1.0.3:
version "1.0.3"
Expand Down Expand Up @@ -15262,12 +15261,12 @@ preact-context@^1.1.3:
resolved "https://registry.npmjs.org/preact-context/-/preact-context-1.1.4.tgz#866ebd35bef5788f73fc453f06f01b03ddf8f4ff"
integrity sha512-gcCjPJ65R0MiW9hDu8W/3WAmyTElIvwLyEO6oLQiM6/TbLKLxCpBCWV8GJjx52TTEyUr60HLDcmoCXZlslelzQ==

preact-css-styled@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/preact-css-styled/-/preact-css-styled-1.1.3.tgz#9024608a954e6154ede4d73f5485fa38b9ec521f"
integrity sha512-q3CHTxgk5SvgaUv/mPsnEH17wokCLBzF98TV76mt+9/XFkJT9pbcTWKc8YJLCzsCNQD0/pRpkLIntDBn9wWSLw==
preact-css-styled@^1.1.5:
version "1.1.5"
resolved "https://registry.npmjs.org/preact-css-styled/-/preact-css-styled-1.1.5.tgz#9711362f1f695c71f7b58462c79ce3efd966d328"
integrity sha512-wgDnoMNjpMQTkFG3Dcw3RmfjDz6f1BC0JC+dDj3+FUY1byLB9+86OMj3eNm006H3YoHmg1Mm9c5VJFt8QmJepg==
dependencies:
css-styled "~1.0.2"
css-styled "~1.0.4"
framework-utils "^1.1.0"

preact-render-to-string@^3.8.2:
Expand Down Expand Up @@ -15761,12 +15760,12 @@ react-app-polyfill@^1.0.6:
regenerator-runtime "^0.13.3"
whatwg-fetch "^3.0.0"

react-css-styled@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/react-css-styled/-/react-css-styled-1.1.3.tgz#a738b011a59c0fe313b5065998aaad3c7003c104"
integrity sha512-asRkiVmDrtssdmu125M5mkQiJ1Xy7rXaBoPQAVnXi52WWbJaFRn2VSWWwI1rcatA65pp22x5q54LUbDIDqLqkQ==
react-css-styled@^1.1.3, react-css-styled@^1.1.5:
version "1.1.5"
resolved "https://registry.npmjs.org/react-css-styled/-/react-css-styled-1.1.5.tgz#b3b00fbb60a23a0fd43eba048a4369e5a2e38f8a"
integrity sha512-0RUHT3rtlnQ/v6ba4denvbA7H8OGMBUP5TXE4xAgOfI8bZFFgBJ5xtGEgU9WNW2RdU/T/8PgeyNojmotybT2yQ==
dependencies:
css-styled "~1.0.2"
css-styled "~1.0.4"
framework-utils "^1.1.0"

react-dev-utils@^10.2.1:
Expand Down

0 comments on commit 1898b89

Please sign in to comment.