Skip to content

Commit f4630d5

Browse files
chore: version packages (#298)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c07631 commit f4630d5

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/empty-carrots-fly.md

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

programs/cli/CHANGELOG.md

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

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- 0c07631: Hotfix for browser instances not working on macOS
8+
- Updated dependencies [0c07631]
9+
- extension-develop@2.1.3
10+
311
## 2.1.2
412

513
### 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.2",
28+
"version": "2.1.3",
2929
"description": "Create cross-browser extensions with no build configuration.",
3030
"homepage": "https://extension.js.org/",
3131
"author": {

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.3
4+
5+
### Patch Changes
6+
7+
- 0c07631: Hotfix for browser instances not working on macOS
8+
39
## 2.1.2
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.2",
24+
"version": "2.1.3",
2525
"description": "The develop step of Extension.js",
2626
"author": {
2727
"name": "Cezar Augusto",

0 commit comments

Comments
 (0)