Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
star-ll committed Dec 19, 2024
1 parent c128514 commit 308ae89
Show file tree
Hide file tree
Showing 8 changed files with 18,716 additions and 12,872 deletions.
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.3.3",
"npmClient": "pnpm"
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.3.4",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-decoco",
"version": "0.3.3",
"version": "0.3.4",
"description": "Create a new Decoco project",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decoco/core",
"version": "0.3.3",
"version": "0.3.4",
"description": "decoco is an efficient Web Component framework based on decorator-driven development",
"main": "./dist/index.esm.dev.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decoco/docs",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"description": "Docs for Decoco",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@decoco/examples",
"private": "true",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"main": "index.js",
"author": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decoco/rollup-plugin-auto-inject-component",
"version": "0.3.3",
"version": "0.3.4",
"description": "Auto inject import component code for decoco project.",
"main": "./lib/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@decoco/renderer",
"version": "0.3.3",
"version": "0.3.4",
"description": "A vital component of the Decoco framework, responsible for rendering elements to the DOM",
"main": "dist/esm/index.js",
"type": "module",
Expand Down
Loading

0 comments on commit 308ae89

Please sign in to comment.