Skip to content

Commit

Permalink
version: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LastLeaf committed Jun 25, 2024
1 parent 8f37647 commit 6062dcb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.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.6.1"
version = "0.7.0"
authors = ["LastLeaf <[email protected]>"]
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.6.1",
"version": "0.7.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.6.1"
version = "0.7.0"
authors = ["LastLeaf <[email protected]>"]
description = "The template compiler of the glass-easel project."
license = "MIT"
Expand Down
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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/glass-easel.git"
Expand Down

0 comments on commit 6062dcb

Please sign in to comment.