Skip to content

Commit 26d9260

Browse files
chore: version packages (#297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1981a82 commit 26d9260

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

.changeset/shiny-rules-melt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

programs/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# extension
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 1981a82: Bug fixes in the reload and browser plugins
8+
- Updated dependencies [1981a82]
9+
- extension-create@2.1.2
10+
- extension-develop@2.1.2
11+
312
## 2.1.1
413

514
### Patch Changes

programs/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"extension": "./dist/cli.js"
2626
},
2727
"name": "extension",
28-
"version": "2.1.1",
28+
"version": "2.1.2",
2929
"description": "Create cross-browser extensions with no build configuration.",
3030
"homepage": "https://extension.js.org/",
3131
"author": {

programs/create/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# extension-create
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 1981a82: Bug fixes in the reload and browser plugins
8+
39
## 2.1.1
410

511
### Patch Changes

programs/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dist"
2222
],
2323
"name": "extension-create",
24-
"version": "2.1.1",
24+
"version": "2.1.2",
2525
"description": "The create step of Extension.js",
2626
"author": {
2727
"name": "Cezar Augusto",

programs/develop/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# extension-develop
22

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 1981a82: Bug fixes in the reload and browser plugins
8+
39
## 2.1.1
410

511
### Patch Changes

programs/develop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dist"
2222
],
2323
"name": "extension-develop",
24-
"version": "2.1.1",
24+
"version": "2.1.2",
2525
"description": "The develop step of Extension.js",
2626
"author": {
2727
"name": "Cezar Augusto",

0 commit comments

Comments
 (0)