Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @produck/charon@0.3.0
 - @produck/charon-browser@0.1.6
 - @produck/charon-events@0.2.2
 - @produck/charon-options@0.3.4
 - examples@0.1.12
  • Loading branch information
lichaozhy committed Apr 28, 2022
1 parent 194c5c5 commit 375d4b4
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/charon-browser/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/charon-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@produck/charon-browser",
"version": "0.1.5",
"version": "0.1.6",
"description": "Doing small thing about browser api for compressing bundle by tree shaking",
"keywords": [
"charon",
Expand Down Expand Up @@ -38,6 +38,6 @@
"eslint": "^8.5.0"
},
"dependencies": {
"@produck/charon": "^0.2.2"
"@produck/charon": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/charon-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@produck/charon-events",
"version": "0.2.1",
"version": "0.2.2",
"description": "event",
"keywords": [
"EventEmitter"
Expand Down
4 changes: 2 additions & 2 deletions packages/charon-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@produck/charon-options",
"version": "0.3.3",
"version": "0.3.4",
"description": "Reactive options accessor provider.",
"keywords": [
"options",
Expand Down Expand Up @@ -33,6 +33,6 @@
"url": "https://github.com/produck/charon/issues"
},
"dependencies": {
"@produck/charon": "^0.2.2"
"@produck/charon": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/charon/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/charon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@produck/charon",
"version": "0.2.2",
"version": "0.3.0",
"description": "Doing small thing for compressing bundle by tree shaking",
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"description": "examples for charon",
"author": "LiuQ-Q",
Expand All @@ -19,9 +19,9 @@
"build-rollup": "rm -rf ./dist/rollup && rollup --config script/rollup.config.js"
},
"devDependencies": {
"@produck/charon": "^0.2.2",
"@produck/charon-browser": "^0.1.5",
"@produck/charon-events": "^0.2.1",
"@produck/charon": "^0.3.0",
"@produck/charon-browser": "^0.1.6",
"@produck/charon-events": "^0.2.2",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-node-resolve": "^13.1.1",
"rollup": "^2.61.1",
Expand Down

0 comments on commit 375d4b4

Please sign in to comment.