Skip to content

Commit

Permalink
Version Packages (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 10, 2024
1 parent 7c50e30 commit 6ba3116
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-ducks-join.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/next-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @navita/next-plugin

## 0.3.0

### Minor Changes

- 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.

### Patch Changes

- Updated dependencies [7c50e30]
- @navita/webpack-plugin@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/next-plugin",
"version": "0.2.0",
"version": "0.3.0",
"description": "Next.js integration for Navita",
"keywords": [
"next",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navita/webpack-plugin

## 0.3.0

### Minor Changes

- 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.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/webpack-plugin",
"version": "0.2.0",
"version": "0.3.0",
"description": "Navita Webpack Plugin",
"keywords": [
"webpack",
Expand Down

0 comments on commit 6ba3116

Please sign in to comment.