Skip to content

Commit 455ccf1

Browse files
committed
Publish
- beamwind@2.1.1 - @beamwind/core@2.3.0 - @beamwind/play@2.1.1 - @beamwind/preflight@2.0.2 - @beamwind/preset-play@2.0.4 - @beamwind/preset-system@2.3.0 - @beamwind/preset-tailwind@2.0.2 - @beamwind/reset@2.0.2 - @beamwind/system@2.1.1 - @beamwind/types@2.2.0
1 parent 6d4df7c commit 455ccf1

File tree

20 files changed

+73
-22
lines changed

20 files changed

+73
-22
lines changed

packages/beamwind/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.1](https://github.com/kenoxa/beamwind/compare/beamwind@2.1.0...beamwind@2.1.1) (2020-12-05)
7+
8+
**Note:** Version bump only for package beamwind
9+
610
# [2.1.0](https://github.com/kenoxa/beamwind/compare/beamwind@2.0.3...beamwind@2.1.0) (2020-12-04)
711

812
### Features

packages/beamwind/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beamwind",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "ready to go beamwind tailwind theme and preflight",
55
"keywords": [
66
"beamwind",
@@ -34,9 +34,9 @@
3434
"preset": "@carv/jest-preset"
3535
},
3636
"dependencies": {
37-
"@beamwind/core": "^2.2.0",
38-
"@beamwind/preflight": "^2.0.1",
39-
"@beamwind/preset-tailwind": "^2.0.1"
37+
"@beamwind/core": "^2.3.0",
38+
"@beamwind/preflight": "^2.0.2",
39+
"@beamwind/preset-tailwind": "^2.0.2"
4040
},
4141
"devDependencies": {
4242
"@size-limit/preset-small-lib": "^4.6.0",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.3.0](https://github.com/kenoxa/beamwind/compare/@beamwind/core@2.2.0...@beamwind/core@2.3.0) (2020-12-05)
7+
8+
### Bug Fixes
9+
10+
- transform resets its css properties to break inheritence ([c521414](https://github.com/kenoxa/beamwind/commit/c521414571e3e36b156e6ecc0e80cb66025a2826))
11+
12+
### Features
13+
14+
- ring defaults ([e50bfdf](https://github.com/kenoxa/beamwind/commit/e50bfdf1edf3dfb2421b4d9ab3a73d09eb1da475))
15+
- support negated values in directive groupings ([b1b66ff](https://github.com/kenoxa/beamwind/commit/b1b66ff78dace4f5d9aaeb9ee9eb960bb3b7583d))
16+
617
# [2.2.0](https://github.com/kenoxa/beamwind/compare/@beamwind/core@2.1.0...@beamwind/core@2.2.0) (2020-12-04)
718

819
### Features

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beamwind/core",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "compiles tailwind like shorthand syntax into css at runtime",
55
"keywords": [
66
"beamwind",

packages/play/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.1](https://github.com/kenoxa/beamwind/compare/@beamwind/play@2.1.0...@beamwind/play@2.1.1) (2020-12-05)
7+
8+
**Note:** Version bump only for package @beamwind/play
9+
610
# [2.1.0](https://github.com/kenoxa/beamwind/compare/@beamwind/play@2.0.4...@beamwind/play@2.1.0) (2020-12-04)
711

812
### Features

packages/play/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beamwind/play",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "ready to go beamwind for rapid prototyping using tailwind & system preset with auto-conversion of values",
55
"keywords": [
66
"beamwind",
@@ -32,11 +32,11 @@
3232
"preset": "@carv/jest-preset"
3333
},
3434
"dependencies": {
35-
"@beamwind/core": "^2.2.0",
36-
"@beamwind/preflight": "^2.0.1",
37-
"@beamwind/preset-play": "^2.0.3",
38-
"@beamwind/preset-system": "^2.2.0",
39-
"@beamwind/preset-tailwind": "^2.0.1"
35+
"@beamwind/core": "^2.3.0",
36+
"@beamwind/preflight": "^2.0.2",
37+
"@beamwind/preset-play": "^2.0.4",
38+
"@beamwind/preset-system": "^2.3.0",
39+
"@beamwind/preset-tailwind": "^2.0.2"
4040
},
4141
"devDependencies": {
4242
"nps": "^5.9.12"

packages/preflight/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/kenoxa/beamwind/compare/@beamwind/preflight@2.0.1...@beamwind/preflight@2.0.2) (2020-12-05)
7+
8+
**Note:** Version bump only for package @beamwind/preflight
9+
610
## [2.0.1](https://github.com/kenoxa/beamwind/compare/@beamwind/preflight@2.0.0...@beamwind/preflight@2.0.1) (2020-12-04)
711

812
**Note:** Version bump only for package @beamwind/preflight

packages/preflight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beamwind/preflight",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "An opinionated set of base styles for modern browsers",
55
"keywords": [
66
"beamwind",

packages/preset-play/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.4](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-play@2.0.3...@beamwind/preset-play@2.0.4) (2020-12-05)
7+
8+
**Note:** Version bump only for package @beamwind/preset-play
9+
610
## [2.0.3](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-play@2.0.2...@beamwind/preset-play@2.0.3) (2020-12-04)
711

812
**Note:** Version bump only for package @beamwind/preset-play

packages/preset-play/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beamwind/preset-play",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "rapid prototyping for beamwind using auto-conversion of values",
55
"keywords": [
66
"beamwind",

0 commit comments

Comments
 (0)