Skip to content

Commit

Permalink
chore: remove discontinued packages from changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Dec 7, 2023
1 parent 2ac94b9 commit b8d02ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
1 change: 0 additions & 1 deletion .changeset/grumpy-flowers-watch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
'@linaria/atomic': major
'@linaria/babel-preset': major
'@linaria/testkit': major
---

Expand Down
1 change: 0 additions & 1 deletion .changeset/seven-insects-study.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
'@linaria/tags': patch
'@linaria/testkit': patch
---

Expand Down
22 changes: 11 additions & 11 deletions .changeset/violet-eyes-cheat.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

The main breaking change is that all tooling has been moved from the `@linaria` scope to the `@wyw-in-js` scope. This means that you will need to update your dependencies as follows:

- `@linaria/vite` -> `@wyw-in-js/vite`
- `@linaria/cli` -> `@wyw-in-js/cli`
- `@linaria/babel-preset` -> `@wyw-in-js/babel-preset`

However, the `atomic`, `core`, and `styled` imports remain in the `@linaria` scope.

Additionally, support for Webpack v4 has been dropped. The webpack plugins have been renamed:

- `@linaria/webpack4-loader` has been discontinued
- `@linaria/webpack5-loader` has been renamed to `@wyw-in-js/webpack-loader`
| Old | New
| --- | ---
|@linaria/babel-preset | @wyw-in-js/babel-preset
|@linaria/cli | @wyw-in-js/cli
|@linaria/esbuild | @wyw-in-js/esbuild
|@linaria/rollup | @wyw-in-js/rollup
|@linaria/shaker | discontinued
|@linaria/vite | @wyw-in-js/vite
|@linaria/webpack4-loader | discontinued
|@linaria/webpack5-loader | @wyw-in-js/webpack-loader

There is no longer a need to install `@linaria/shaker` as it is now part of `@wyw-in-js/transform`, which will be installed automatically with the bundler plugins.

The configuration file has been renamed from `linariarc` to `wyw-in-jsrc`.
The configuration file has been renamed from `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

## For Custom Processor Developers

Expand Down

0 comments on commit b8d02ba

Please sign in to comment.