Skip to content

Commit

Permalink
Version Packages (#48)
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 Apr 14, 2024
1 parent 01d7584 commit db1c8d9
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .changeset/slow-pants-eat.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- b0976b2: This enables more usage of the caches in the rendering engine. It allows external tooling to hook into the navita process to do analysis or extraction for other tools

### Patch Changes

- Updated dependencies [b0976b2]
- @navita/engine@0.2.0

## 0.1.3

### 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.1.3",
"version": "0.2.0",
"description": "Core package for Navita. Used for creating integrations.",
"keywords": [
"core",
Expand Down
6 changes: 6 additions & 0 deletions packages/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @navita/engine

## 0.2.0

### Minor Changes

- b0976b2: This enables more usage of the caches in the rendering engine. It allows external tooling to hook into the navita process to do analysis or extraction for other tools

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/engine",
"version": "0.1.3",
"version": "0.2.0",
"description": "Navitas CSS-in-JS engine",
"keywords": [
"css-in-js",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @navita/jest

## 0.1.4

### Patch Changes

- Updated dependencies [b0976b2]
- @navita/engine@0.2.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navita/jest",
"version": "0.1.3",
"version": "0.1.4",
"description": "Jest tools for Navita",
"keywords": [
"jest",
Expand Down
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.4.0

### Minor Changes

- b0976b2: This enables more usage of the caches in the rendering engine. It allows external tooling to hook into the navita process to do analysis or extraction for other tools

### Patch Changes

- Updated dependencies [b0976b2]
- @navita/webpack-plugin@0.4.0

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

## 0.1.4

### Patch Changes

- Updated dependencies [b0976b2]
- @navita/core@0.2.0

## 0.1.3

### 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.3",
"version": "0.1.4",
"description": "Navita Vite Plugin",
"keywords": [
"vite",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @navita/webpack-plugin

## 0.4.0

### Minor Changes

- b0976b2: This enables more usage of the caches in the rendering engine. It allows external tooling to hook into the navita process to do analysis or extraction for other tools

### Patch Changes

- Updated dependencies [b0976b2]
- @navita/core@0.2.0

## 0.3.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.3.0",
"version": "0.4.0",
"description": "Navita Webpack Plugin",
"keywords": [
"webpack",
Expand Down

0 comments on commit db1c8d9

Please sign in to comment.