Skip to content

Commit

Permalink
chore(release): release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Oct 18, 2021
1 parent 243f46f commit d0b1268
Show file tree
Hide file tree
Showing 10 changed files with 153 additions and 37 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ node_modules/
.github
.babelrc
mocha.opts
demo/
demo/
packages/
118 changes: 116 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"marked": "^0.4.0",
"mocha": "^5.2.0",
"print-sizes": "0.0.3",
"pvu": "^0.5.1",
"replace-in-file": "^3.4.2",
"resemblejs": "^3.2.5",
"rollup": "^2.32.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngx-view360/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/bazel-out

# dependencies
/node_modules
node_modules/

# profiling files
chrome-profiler-events*.json
Expand Down
18 changes: 9 additions & 9 deletions packages/ngx-view360/projects/ngx-view360/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ngx-view360/projects/ngx-view360/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@egjs/ngx-view360",
"version": "3.0.0",
"version": "3.0.1",
"description": "360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.",
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0"
},
"dependencies": {
"@egjs/view360": "^3.6.0"
"@egjs/view360": "~3.6.1"
},
"devDependencies": {
"@angular/common": "~10.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/react-view360/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react-view360/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/react-view360",
"version": "3.0.0",
"version": "3.0.1",
"description": "360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.",
"main": "dist/view360.cjs.js",
"module": "dist/view360.esm.js",
Expand All @@ -15,7 +15,7 @@
"eject": "react-scripts eject"
},
"dependencies": {
"@egjs/view360": "^3.6.0"
"@egjs/view360": "~3.6.1"
},
"peerDependencies": {
"react": ">=16.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/vue-view360/package-lock.json

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

Loading

0 comments on commit d0b1268

Please sign in to comment.