Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/atomic-important-hash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/clean-unused-dependencies.md

This file was deleted.

16 changes: 14 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"fixed": [
[
"@linaria/atomic",
"@linaria/babel-plugin-interop",
"@linaria/core",
"@linaria/postcss-linaria",
"@linaria/react",
"@linaria/server",
"@linaria/stylelint",
"@linaria/stylelint-config-standard-linaria",
"linaria"
]
],
"linked": [],
"access": "restricted",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@linaria/testkit", "linaria-website"]
}
5 changes: 0 additions & 5 deletions .changeset/fix-nullish-styled-vars.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-stylelint-template-lang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-styled-specificity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polymorphic-as-types.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/update-wyw-2-1.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 8.1.0

### Minor Changes

- 63840d6b: Update WyW dependencies to 2.1.5.

### Patch Changes

- ac9f7997: Include the `!important` flag in atomic class name hashing. Previously, declarations differing only in importance (e.g. `color: red` and `color: red !important` in different files) produced the same `atm_*` class name while the emitted rule bodies differed, so whichever copy of the rule was loaded applied to every user of the atom — leaking `!important` to unrelated components and defeating their inline-style and cascade overrides. The flag now participates in the value slug (not the property slug, so `cx` deduplication semantics are unchanged), giving each variant its own class.
- 45539fd0: Remove package dependencies that are no longer used by Linaria.
- Updated dependencies [45539fd0]
- Updated dependencies [77647195]
- Updated dependencies [be435e47]
- Updated dependencies [74a417b2]
- Updated dependencies [63840d6b]
- @linaria/core@8.1.0
- @linaria/react@8.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/atomic",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 8.1.0

### Minor Changes

- 63840d6b: Update WyW dependencies to 2.1.5.

### Patch Changes

- 45539fd0: Remove package dependencies that are no longer used by Linaria.

## 8.0.0

### Major 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": "@linaria/core",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
2 changes: 2 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 8.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/babel-plugin-interop",
"version": "8.0.0",
"version": "8.1.0",
"homepage": "https://github.com/callstack/linaria/tree/master/packages/interop#readme",
"repository": "git@github.com:callstack/linaria.git",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/linaria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 8.1.0

### Patch Changes

- Updated dependencies [45539fd0]
- Updated dependencies [77647195]
- Updated dependencies [be435e47]
- Updated dependencies [74a417b2]
- Updated dependencies [63840d6b]
- @linaria/core@8.1.0
- @linaria/react@8.1.0
- @linaria/server@8.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/linaria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linaria",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"babel",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-linaria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 8.1.0

### Patch Changes

- 45539fd0: Remove package dependencies that are no longer used by Linaria.
- b8877315: Mark extracted template CSS roots as `template-literal` so Stylelint 14 rules can lint top-level declarations.

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-linaria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/postcss-linaria",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 8.1.0

### Minor Changes

- 63840d6b: Update WyW dependencies to 2.1.5.

### Patch Changes

- 45539fd0: Remove package dependencies that are no longer used by Linaria.
- 77647195: Omit dynamic CSS custom properties when a runtime interpolation returns `null` or `undefined`.
- be435e47: Increase selector specificity when styling React.lazy targets so wrapper styles can override lazy-loaded component CSS.
- 74a417b2: Add typing for intrinsic props selected through the polymorphic `as` prop on styled components.
- Updated dependencies [45539fd0]
- Updated dependencies [63840d6b]
- @linaria/core@8.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/react",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
2 changes: 2 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 8.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/server",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config-standard-linaria/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 8.1.0

### Patch Changes

- Updated dependencies [45539fd0]
- Updated dependencies [b8877315]
- @linaria/postcss-linaria@8.1.0

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-standard-linaria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/stylelint-config-standard-linaria",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.1.0

### Minor Changes

- 63840d6b: Update WyW dependencies to 2.1.5.

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/stylelint",
"version": "8.0.0",
"version": "8.1.0",
"description": "Blazing fast zero-runtime CSS in JS library",
"keywords": [
"css",
Expand Down
Loading