From 81f962c9c675f3820191bcc1200e9d9f00fc511a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:06:49 +0200 Subject: [PATCH] Version Packages (#55) Co-authored-by: github-actions[bot] --- .changeset/plenty-socks-knock.md | 5 ----- .changeset/tall-lions-appear.md | 6 ------ packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/css/CHANGELOG.md | 6 ++++++ packages/css/package.json | 2 +- packages/next-plugin/CHANGELOG.md | 6 ++++++ packages/next-plugin/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 13 +++++++++++++ packages/vite-plugin/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 9 +++++++++ packages/webpack-plugin/package.json | 2 +- 12 files changed, 45 insertions(+), 16 deletions(-) delete mode 100644 .changeset/plenty-socks-knock.md delete mode 100644 .changeset/tall-lions-appear.md diff --git a/.changeset/plenty-socks-knock.md b/.changeset/plenty-socks-knock.md deleted file mode 100644 index be97f7c..0000000 --- a/.changeset/plenty-socks-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@navita/css': minor ---- - -removing picocolors for theme comparison checks diff --git a/.changeset/tall-lions-appear.md b/.changeset/tall-lions-appear.md deleted file mode 100644 index 9520739..0000000 --- a/.changeset/tall-lions-appear.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@navita/vite-plugin': major -'@navita/core': major ---- - -fix proper remix support in the vite plugin diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c0e4883..46641bd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 8051624..e47f2dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index 170453b..d4c92d1 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navita/css +## 0.2.0 + +### Minor Changes + +- 6d3783e: removing picocolors for theme comparison checks + ## 0.1.0 ### Minor Changes diff --git a/packages/css/package.json b/packages/css/package.json index bd5a74e..d236ae8 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@navita/css", - "version": "0.1.0", + "version": "0.2.0", "description": "Public API for Navita", "keywords": [ "api", diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index f7fbcfb..a8e25e4 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @navita/next-plugin +## 0.4.2 + +### Patch Changes + +- @navita/webpack-plugin@0.4.2 + ## 0.4.1 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 80128b3..48a08d5 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/next-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Next.js integration for Navita", "keywords": [ "next", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index cd98ac3..0bbd02c 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -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 diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index adb4bd3..3cdb638 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/vite-plugin", - "version": "0.1.5", + "version": "1.0.0", "description": "Navita Vite Plugin", "keywords": [ "vite", diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index a5c2670..3e531c8 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -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 diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 5d103e0..f955cc3 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@navita/webpack-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Navita Webpack Plugin", "keywords": [ "webpack",