Skip to content

Commit ef71204

Browse files
committed
chore(release): publish v0.1.1
1 parent 5079998 commit ef71204

10 files changed

Lines changed: 54 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/adbayb/quickbundle/compare/v0.1.0...v0.1.1) (2021-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* missing presets ([5079998](https://github.com/adbayb/quickbundle/commit/5079998322491508d2f8c0f9cda8902c65d9a0d8))
12+
13+
14+
15+
16+
617
# 0.1.0 (2021-04-03)
718

819

examples/ts-module/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/adbayb/quickbundle/compare/v0.1.0...v0.1.1) (2021-04-03)
7+
8+
**Note:** Version bump only for package ts-module
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-04-03)
715

816
**Note:** Version bump only for package ts-module

examples/ts-module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-module",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"source": "src/index.ts",
66
"main": "dist/index.cjs.js",
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/react": "17.0.3",
1616
"@types/react-dom": "17.0.3",
17-
"quickbundle": "0.1.0",
17+
"quickbundle": "0.1.1",
1818
"typescript": "4.2.3"
1919
}
2020
}

examples/ts-preact/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/adbayb/quickbundle/compare/v0.1.0...v0.1.1) (2021-04-03)
7+
8+
**Note:** Version bump only for package ts-preact
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-04-03)
715

816

examples/ts-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-preact",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"source": "src/index.tsx",
66
"main": "dist/index.cjs.js",
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/react": "17.0.3",
1616
"@types/react-dom": "17.0.3",
17-
"quickbundle": "0.1.0",
17+
"quickbundle": "0.1.1",
1818
"typescript": "4.2.3"
1919
},
2020
"dependencies": {

examples/ts-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/adbayb/quickbundle/compare/v0.1.0...v0.1.1) (2021-04-03)
7+
8+
**Note:** Version bump only for package ts-react
9+
10+
11+
12+
13+
614
# 0.1.0 (2021-04-03)
715

816

examples/ts-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-react",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"source": "src/index.tsx",
66
"main": "dist/index.cjs.js",
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/react": "17.0.3",
1616
"@types/react-dom": "17.0.3",
17-
"quickbundle": "0.1.0",
17+
"quickbundle": "0.1.1",
1818
"typescript": "4.2.3"
1919
},
2020
"dependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/quickbundle/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/adbayb/quickbundle/compare/v0.1.0...v0.1.1) (2021-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* missing presets ([5079998](https://github.com/adbayb/quickbundle/commit/5079998322491508d2f8c0f9cda8902c65d9a0d8))
12+
13+
14+
15+
16+
617
# 0.1.0 (2021-04-03)
718

819

packages/quickbundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickbundle",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"bin": {
55
"quickbundle": "bin/index.js"
66
},

0 commit comments

Comments
 (0)