Skip to content

Commit 66e2d99

Browse files
committed
Publish
- @carv/[email protected] - @carv/[email protected]
1 parent e176b9f commit 66e2d99

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

packages/snowpack-plugin-rollup/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.4.0](https://github.com/carvjs/snowpack/compare/@carv/[email protected]...@carv/[email protected]) (2020-08-12)
7+
8+
### Features
9+
10+
- allow node only builds ([f789cc2](https://github.com/carvjs/snowpack/commit/f789cc24fef32513bdde08be05fd5de18c93d638))
11+
612
## [1.3.17](https://github.com/carvjs/snowpack/compare/@carv/[email protected]...@carv/[email protected]) (2020-07-13)
713

814
**Note:** Version bump only for package @carv/snowpack-plugin-rollup

packages/snowpack-plugin-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carv/snowpack-plugin-rollup",
3-
"version": "1.3.17",
3+
"version": "1.4.0",
44
"homepage": "https://github.com/carvjs/snowpack#readme",
55
"bugs": {
66
"url": "https://github.com/carvjs/snowpack/issues"

packages/snowpack-scripts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.4.0](https://github.com/carvjs/snowpack/compare/@carv/[email protected]...@carv/[email protected]) (2020-08-12)
7+
8+
### Features
9+
10+
- allow node only builds ([f789cc2](https://github.com/carvjs/snowpack/commit/f789cc24fef32513bdde08be05fd5de18c93d638))
11+
612
## [1.3.28](https://github.com/carvjs/snowpack/compare/@carv/[email protected]...@carv/[email protected]) (2020-07-13)
713

814
### Bug Fixes

packages/snowpack-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carv/snowpack-scripts",
3-
"version": "1.3.28",
3+
"version": "1.4.0",
44
"homepage": "https://github.com/carvjs/snowpack#readme",
55
"bugs": {
66
"url": "https://github.com/carvjs/snowpack/issues"
@@ -23,7 +23,7 @@
2323
"@babel/preset-typescript": "^7.10.3",
2424
"@carv/eslint-config": "^1.2.6",
2525
"@carv/prettier-config": "^1.0.2",
26-
"@carv/snowpack-plugin-rollup": "^1.3.17",
26+
"@carv/snowpack-plugin-rollup": "^1.4.0",
2727
"@snowpack/app-scripts-svelte": "^1.0.2",
2828
"@snowpack/plugin-svelte": "^1.2.0",
2929
"@testing-library/jest-dom": "^5.11.0",

0 commit comments

Comments
 (0)