Skip to content

Commit

Permalink
Version Packages (#55)
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] authored Oct 1, 2024
1 parent 6d3783e commit 81f962c
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-socks-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-lions-appear.md

This file was deleted.

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

## 1.0.0

### Major Changes

- c03767b: fix proper remix support in the vite plugin

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/core",
"version": "0.2.1",
"version": "1.0.0",
"description": "Core package for Navita. Used for creating integrations.",
"keywords": [
"core",
Expand Down
6 changes: 6 additions & 0 deletions packages/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navita/css

## 0.2.0

### Minor Changes

- 6d3783e: removing picocolors for theme comparison checks

## 0.1.0

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

## 0.4.2

### Patch Changes

- @navita/webpack-plugin@0.4.2

## 0.4.1

### Patch 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.4.1",
"version": "0.4.2",
"description": "Next.js integration for Navita",
"keywords": [
"next",
Expand Down
13 changes: 13 additions & 0 deletions packages/vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @navita/vite-plugin

## 1.0.0

### Major Changes

- c03767b: fix proper remix support in the vite plugin

### Patch Changes

- Updated dependencies [6d3783e]
- Updated dependencies [c03767b]
- @navita/css@0.2.0
- @navita/core@1.0.0

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/vite-plugin",
"version": "0.1.5",
"version": "1.0.0",
"description": "Navita Vite Plugin",
"keywords": [
"vite",
Expand Down
9 changes: 9 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @navita/webpack-plugin

## 0.4.2

### Patch Changes

- Updated dependencies [6d3783e]
- Updated dependencies [c03767b]
- @navita/css@0.2.0
- @navita/core@1.0.0

## 0.4.1

### Patch 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.4.1",
"version": "0.4.2",
"description": "Navita Webpack Plugin",
"keywords": [
"webpack",
Expand Down

0 comments on commit 81f962c

Please sign in to comment.