Skip to content

Commit edd9c6f

Browse files
committed
bump: minor version
1 parent 18d3657 commit edd9c6f

22 files changed

Lines changed: 21 additions & 36 deletions

File tree

api/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/messaging",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Type-safe, zero-config messaging library for modern browser extensions",
55
"type": "module",
66
"module": "./dist/index.js",

api/persistent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/persistent",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "A couple of hacks to keep the BGSW alive in a library",
55
"type": "module",
66
"module": "./src/index.ts",

api/selector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/selector",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "Powerful Selector API with Dedicated Monitoring Supports",
55
"type": "module",
66
"module": "./dist/index.js",

api/storage

core/parcel-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/parcel-bundler",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

core/parcel-compressor-utf8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/parcel-compressor-utf8",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "Plasmo UTF8 Compressor for Extension",
55
"files": [
66
"dist"

core/parcel-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/parcel-config",
3-
"version": "0.39.5",
3+
"version": "0.40.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

core/parcel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/parcel-core",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"description": "Plasmo Parcel Core Fork",
55
"files": [
66
"dist"

core/parcel-namer-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/parcel-namer-manifest",
3-
"version": "0.3.12",
3+
"version": "0.4.0",
44
"description": "Plasmo Parcel Namer for Extension Manifest",
55
"files": [
66
"dist"

core/parcel-optimizer-encapsulate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmohq/parcel-optimizer-encapsulate",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "Plasmo ECMAScript Encapsulation for Extension",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)