Skip to content

Commit

Permalink
bump 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
errorrik committed Apr 10, 2023
1 parent 99354c0 commit 4ad68dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ChangeLog
========

3.13.0 (测试中)
3.13.0 (2023-4-11)
-------

+ 【新特性】- 组件支持通过 ssr 成员属性,定义 SSR 行为模式
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "san",
"description": "A fast, portable, flexible JavaScript component framework",
"version": "3.13.0-beta.1",
"version": "3.13.0",
"repository": {
"type": "git",
"url": "https://github.com/baidu/san.git"
Expand All @@ -19,6 +19,7 @@
"test:sauce": "npm run test:e2e -- modern && npm run test:e2e -- ie_family && npm run test:e2e -- mobile",
"test:types": "rm -f ./types/test/*.js && tsc -p ./types/test/tsconfig.json",
"build": "node ./tool/build.js",
"dev-server": "npx http-server",
"report-cov": "cat ./coverage/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"types": "types",
Expand Down

0 comments on commit 4ad68dd

Please sign in to comment.