Skip to content

Commit

Permalink
chore: bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Sep 13, 2024
1 parent e3463c6 commit 6c30aaa
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cli/create-plasmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-plasmo",
"version": "0.89.1",
"version": "0.89.2",
"description": "Create Plasmo Framework Browser Extension",
"main": "dist/index.js",
"bin": "bin/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion cli/plasmo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plasmo",
"version": "0.89.1",
"version": "0.89.2",
"description": "The Plasmo Framework CLI",
"publishConfig": {
"types": "dist/type.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-bundler",
"version": "0.5.5",
"version": "0.5.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-compressor-utf8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-compressor-utf8",
"version": "0.1.0",
"version": "0.1.1",
"description": "Plasmo UTF8 Compressor for Extension",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-config",
"version": "0.41.0",
"version": "0.41.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-core",
"version": "0.1.8",
"version": "0.1.9",
"description": "Plasmo Parcel Core Fork",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-optimizer-encapsulate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-optimizer-encapsulate",
"version": "0.0.7",
"version": "0.0.8",
"description": "Plasmo ECMAScript Encapsulation for Extension",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-optimizer-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-optimizer-es",
"version": "0.4.0",
"version": "0.4.1",
"description": "Plasmo ECMAScript Optimizer for Extension",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-packager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-packager",
"version": "0.6.14",
"version": "0.6.15",
"description": "Plasmo Parcel Packager for Web Extension Manifest",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-resolver-post/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-resolver-post",
"version": "0.4.4",
"version": "0.4.5",
"description": "Plasmo Parcel Resolver Post-processing",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-resolver",
"version": "0.14.0",
"version": "0.14.1",
"description": "Plasmo Parcel Resolver",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-runtime",
"version": "0.25.0",
"version": "0.25.1",
"description": "Plasmo Parcel Runtime",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-transformer-inject-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-transformer-inject-env",
"version": "0.2.11",
"version": "0.2.12",
"description": "Plasmo Parcel Transformer to inject environment variables",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-transformer-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-transformer-lab",
"version": "0.1.11",
"version": "0.1.12",
"description": "Plasmo Parcel Transformer Laboratory - a way to experiment with how the transformer works",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion core/parcel-transformer-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/parcel-transformer-manifest",
"version": "0.19.0",
"version": "0.20.1",
"description": "Plasmo Parcel Transformer for Web Extension Manifest",
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils
Submodule utils updated 2 files
+1 −2 argv.ts
+1 −2 env.ts

0 comments on commit 6c30aaa

Please sign in to comment.