Skip to content

Commit

Permalink
Version Packages (#1383)
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 Dec 7, 2023
1 parent b8d02ba commit 3487b92
Show file tree
Hide file tree
Showing 26 changed files with 485 additions and 75 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-flowers-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-parents-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-insects-study.md

This file was deleted.

48 changes: 0 additions & 48 deletions .changeset/violet-eyes-cheat.md

This file was deleted.

46 changes: 46 additions & 0 deletions packages/atomic/CHANGELOG.md
@@ -1,5 +1,51 @@
# Change Log

## 6.0.0

### Major Changes

- 60e6b7e2: Stylis has been upgraded from v3 to v4.
- 2ac94b99: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

# Migration Guide

## For Users

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:

| 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 `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

## For Custom Processor Developers

Base classes for processors and most helpers have been moved to `@wyw-in-js/processor-utils`.

All APIs that had `linaria` in their names have been renamed:

- The field that stores meta information in runtime has been renamed from `__linaria` to `__wyw_meta`
- The export with all interpolated values has been renamed from `__linariaPreval` to `__wywPreval`
- The caller name in Babel has been renamed from `linaria` to `wyw-in-js`

For additional information, please visit the [wyw-in-js.dev](https://wyw-in-js.dev).

### Patch Changes

- Updated dependencies [2ac94b99]
- @linaria/core@6.0.0
- @linaria/react@6.0.0

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
@@ -1,6 +1,6 @@
{
"name": "@linaria/atomic",
"version": "5.0.3",
"version": "6.0.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
39 changes: 39 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,44 @@
# Change Log

## 6.0.0

### Major Changes

- 2ac94b99: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

# Migration Guide

## For Users

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:

| 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 `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

## For Custom Processor Developers

Base classes for processors and most helpers have been moved to `@wyw-in-js/processor-utils`.

All APIs that had `linaria` in their names have been renamed:

- The field that stores meta information in runtime has been renamed from `__linaria` to `__wyw_meta`
- The export with all interpolated values has been renamed from `__linariaPreval` to `__wywPreval`
- The caller name in Babel has been renamed from `linaria` to `wyw-in-js`

For additional information, please visit the [wyw-in-js.dev](https://wyw-in-js.dev).

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@linaria/core",
"version": "5.0.2",
"version": "6.0.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
39 changes: 39 additions & 0 deletions packages/interop/CHANGELOG.md
@@ -1,5 +1,44 @@
# Change Log

## 6.0.0

### Major Changes

- 2ac94b99: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

# Migration Guide

## For Users

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:

| 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 `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

## For Custom Processor Developers

Base classes for processors and most helpers have been moved to `@wyw-in-js/processor-utils`.

All APIs that had `linaria` in their names have been renamed:

- The field that stores meta information in runtime has been renamed from `__linaria` to `__wyw_meta`
- The export with all interpolated values has been renamed from `__linariaPreval` to `__wywPreval`
- The caller name in Babel has been renamed from `linaria` to `wyw-in-js`

For additional information, please visit the [wyw-in-js.dev](https://wyw-in-js.dev).

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
@@ -1,6 +1,6 @@
{
"name": "@linaria/babel-plugin-interop",
"version": "5.0.0",
"version": "6.0.0",
"homepage": "https://github.com/callstack/linaria/tree/master/packages/interop#readme",
"repository": "git@github.com:callstack/linaria.git",
"license": "MIT",
Expand Down
46 changes: 46 additions & 0 deletions packages/linaria/CHANGELOG.md
@@ -1,5 +1,51 @@
# Change Log

## 6.0.0

### Major Changes

- 2ac94b99: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

# Migration Guide

## For Users

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:

| 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 `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

## For Custom Processor Developers

Base classes for processors and most helpers have been moved to `@wyw-in-js/processor-utils`.

All APIs that had `linaria` in their names have been renamed:

- The field that stores meta information in runtime has been renamed from `__linaria` to `__wyw_meta`
- The export with all interpolated values has been renamed from `__linariaPreval` to `__wywPreval`
- The caller name in Babel has been renamed from `linaria` to `wyw-in-js`

For additional information, please visit the [wyw-in-js.dev](https://wyw-in-js.dev).

### Patch Changes

- Updated dependencies [2ac94b99]
- @linaria/core@6.0.0
- @linaria/react@6.0.0
- @linaria/server@6.0.0

## 5.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/linaria/package.json
@@ -1,6 +1,6 @@
{
"name": "linaria",
"version": "5.0.5",
"version": "6.0.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"babel",
Expand Down
43 changes: 43 additions & 0 deletions packages/postcss-linaria/CHANGELOG.md
@@ -1,5 +1,48 @@
# Change Log

## 6.0.0

### Major Changes

- 2ac94b99: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

# Migration Guide

## For Users

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:

| 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 `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

## For Custom Processor Developers

Base classes for processors and most helpers have been moved to `@wyw-in-js/processor-utils`.

All APIs that had `linaria` in their names have been renamed:

- The field that stores meta information in runtime has been renamed from `__linaria` to `__wyw_meta`
- The export with all interpolated values has been renamed from `__linariaPreval` to `__wywPreval`
- The caller name in Babel has been renamed from `linaria` to `wyw-in-js`

For additional information, please visit the [wyw-in-js.dev](https://wyw-in-js.dev).

### Patch Changes

- 63392f9a: Fix the expressions in at-rule parameters and rules with functions. Fixes #1074

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-linaria/package.json
@@ -1,6 +1,6 @@
{
"name": "@linaria/postcss-linaria",
"version": "5.0.0",
"version": "6.0.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down

0 comments on commit 3487b92

Please sign in to comment.