Skip to content

Commit

Permalink
version: 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LastLeaf committed Feb 19, 2025
1 parent 48be0ca commit 4b4da3d
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion glass-easel-miniprogram-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-miniprogram-adapter",
"description": "The MiniProgram interface adapter of the glass-easel project",
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-miniprogram-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glass-easel-miniprogram-template",
"version": "0.11.0",
"version": "0.12.0",
"main": "src/index.ts",
"scripts": {
"build": "webpack --config webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-miniprogram-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-miniprogram-webpack-plugin",
"description": "The webpack plugin of the glass-easel project for MiniProgram file structure",
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-stylesheet-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glass-easel-stylesheet-compiler"
version = "0.11.0"
version = "0.12.0"
authors = ["LastLeaf <bqfu@163.com>"]
description = "The stylesheet compiler of the glass-easel project."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-stylesheet-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-stylesheet-compiler",
"description": "The stylesheet compiler of the glass-easel project.",
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel-template-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glass-easel-template-compiler"
version = "0.11.0"
version = "0.12.0"
authors = ["LastLeaf <bqfu@163.com>"]
description = "The template compiler of the glass-easel project."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions glass-easel-template-compiler/glass_easel_template_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ void tmpl_parse_warning_array_free(TmplParseWarningArray self);

void tmpl_parse_warning_free(TmplParseWarning self);

} // extern "C"
} // extern "C"

} // namespace glass_easel_template_compiler
} // namespace glass_easel_template_compiler
2 changes: 1 addition & 1 deletion glass-easel-template-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel-template-compiler",
"description": "The template compiler of the glass-easel project.",
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down
2 changes: 1 addition & 1 deletion glass-easel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "glass-easel",
"description": "The core module of the glass-easel project",
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down

0 comments on commit 4b4da3d

Please sign in to comment.