Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Nov 17, 2023
1 parent c61d4d4 commit 38e872a
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.7.0",
"version": "0.8.0",
"command": {
"publish": {
"graphType": "all"
Expand Down
50 changes: 25 additions & 25 deletions 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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/cli",
"version": "0.7.0",
"version": "0.8.0",
"description": "A simple CLI to run AssetPack",
"keywords": [
"assetpack",
Expand Down
4 changes: 2 additions & 2 deletions packages/compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-compress",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/compress/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -33,7 +33,7 @@
"sharp": "^0.32.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0"
"@assetpack/core": "0.8.0"
},
"peerDependencies": {
"@assetpack/core": ">=0.0.0"
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": "@assetpack/core",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/core/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down
6 changes: 3 additions & 3 deletions packages/ffmpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-ffmpeg",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/ffmpeg/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -35,8 +35,8 @@
"fs-extra": "^11.1.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0",
"@assetpack/plugin-manifest": "0.7.0"
"@assetpack/core": "0.8.0",
"@assetpack/plugin-manifest": "0.8.0"
},
"peerDependencies": {
"@assetpack/core": ">=0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-json",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/json/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -32,7 +32,7 @@
"fs-extra": "^11.1.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0"
"@assetpack/core": "0.8.0"
},
"peerDependencies": {
"@assetpack/core": ">=0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-manifest",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/manifest/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -32,7 +32,7 @@
"fs-extra": "^11.1.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0"
"@assetpack/core": "0.8.0"
},
"peerDependencies": {
"@assetpack/core": ">=0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/mipmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-mipmap",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/mipmap/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -33,7 +33,7 @@
"sharp": "^0.32.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0"
"@assetpack/core": "0.8.0"
},
"peerDependencies": {
"@assetpack/core": ">=0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/texture-packer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-texture-packer",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/texture-packer/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -36,7 +36,7 @@
"sharp": "^0.32.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0"
"@assetpack/core": "0.8.0"
},
"peerDependencies": {
"@assetpack/core": ">=0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/webfont/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@assetpack/plugin-webfont",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/webfont/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -36,7 +36,7 @@
"ttf2woff2": "^5.0.0"
},
"devDependencies": {
"@assetpack/core": "0.7.0",
"@assetpack/core": "0.8.0",
"@types/svg2ttf": "^5.0.1",
"@types/ttf2woff2": "^2.0.0"
},
Expand Down

0 comments on commit 38e872a

Please sign in to comment.