Skip to content

Commit 6ba3116

Browse files
Version Packages (#44)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c50e30 commit 6ba3116

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/lovely-ducks-join.md

-6
This file was deleted.

packages/next-plugin/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @navita/next-plugin
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 7c50e30: Added functionality to disable the usage of webpacks cache via the plugins constructor. Added a custom cache solution for next.js that uses a single text file to store the cache between compilations.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [7c50e30]
12+
- @navita/webpack-plugin@0.3.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/next-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navita/next-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Next.js integration for Navita",
55
"keywords": [
66
"next",

packages/webpack-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @navita/webpack-plugin
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 7c50e30: Added functionality to disable the usage of webpacks cache via the plugins constructor. Added a custom cache solution for next.js that uses a single text file to store the cache between compilations.
8+
39
## 0.2.0
410

511
### Minor Changes

packages/webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navita/webpack-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Navita Webpack Plugin",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)