Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
sastan committed Dec 5, 2020
1 parent 6d4df7c commit 455ccf1
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 22 deletions.
4 changes: 4 additions & 0 deletions packages/beamwind/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1](https://github.com/kenoxa/beamwind/compare/beamwind@2.1.0...beamwind@2.1.1) (2020-12-05)

**Note:** Version bump only for package beamwind

# [2.1.0](https://github.com/kenoxa/beamwind/compare/beamwind@2.0.3...beamwind@2.1.0) (2020-12-04)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/beamwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beamwind",
"version": "2.1.0",
"version": "2.1.1",
"description": "ready to go beamwind tailwind theme and preflight",
"keywords": [
"beamwind",
Expand Down Expand Up @@ -34,9 +34,9 @@
"preset": "@carv/jest-preset"
},
"dependencies": {
"@beamwind/core": "^2.2.0",
"@beamwind/preflight": "^2.0.1",
"@beamwind/preset-tailwind": "^2.0.1"
"@beamwind/core": "^2.3.0",
"@beamwind/preflight": "^2.0.2",
"@beamwind/preset-tailwind": "^2.0.2"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^4.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/kenoxa/beamwind/compare/@beamwind/core@2.2.0...@beamwind/core@2.3.0) (2020-12-05)

### Bug Fixes

- transform resets its css properties to break inheritence ([c521414](https://github.com/kenoxa/beamwind/commit/c521414571e3e36b156e6ecc0e80cb66025a2826))

### Features

- ring defaults ([e50bfdf](https://github.com/kenoxa/beamwind/commit/e50bfdf1edf3dfb2421b4d9ab3a73d09eb1da475))
- support negated values in directive groupings ([b1b66ff](https://github.com/kenoxa/beamwind/commit/b1b66ff78dace4f5d9aaeb9ee9eb960bb3b7583d))

# [2.2.0](https://github.com/kenoxa/beamwind/compare/@beamwind/core@2.1.0...@beamwind/core@2.2.0) (2020-12-04)

### Features
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": "@beamwind/core",
"version": "2.2.0",
"version": "2.3.0",
"description": "compiles tailwind like shorthand syntax into css at runtime",
"keywords": [
"beamwind",
Expand Down
4 changes: 4 additions & 0 deletions packages/play/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1](https://github.com/kenoxa/beamwind/compare/@beamwind/play@2.1.0...@beamwind/play@2.1.1) (2020-12-05)

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

# [2.1.0](https://github.com/kenoxa/beamwind/compare/@beamwind/play@2.0.4...@beamwind/play@2.1.0) (2020-12-04)

### Features
Expand Down
12 changes: 6 additions & 6 deletions packages/play/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/play",
"version": "2.1.0",
"version": "2.1.1",
"description": "ready to go beamwind for rapid prototyping using tailwind & system preset with auto-conversion of values",
"keywords": [
"beamwind",
Expand Down Expand Up @@ -32,11 +32,11 @@
"preset": "@carv/jest-preset"
},
"dependencies": {
"@beamwind/core": "^2.2.0",
"@beamwind/preflight": "^2.0.1",
"@beamwind/preset-play": "^2.0.3",
"@beamwind/preset-system": "^2.2.0",
"@beamwind/preset-tailwind": "^2.0.1"
"@beamwind/core": "^2.3.0",
"@beamwind/preflight": "^2.0.2",
"@beamwind/preset-play": "^2.0.4",
"@beamwind/preset-system": "^2.3.0",
"@beamwind/preset-tailwind": "^2.0.2"
},
"devDependencies": {
"nps": "^5.9.12"
Expand Down
4 changes: 4 additions & 0 deletions packages/preflight/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/kenoxa/beamwind/compare/@beamwind/preflight@2.0.1...@beamwind/preflight@2.0.2) (2020-12-05)

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

## [2.0.1](https://github.com/kenoxa/beamwind/compare/@beamwind/preflight@2.0.0...@beamwind/preflight@2.0.1) (2020-12-04)

**Note:** Version bump only for package @beamwind/preflight
Expand Down
2 changes: 1 addition & 1 deletion packages/preflight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/preflight",
"version": "2.0.1",
"version": "2.0.2",
"description": "An opinionated set of base styles for modern browsers",
"keywords": [
"beamwind",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-play/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-play@2.0.3...@beamwind/preset-play@2.0.4) (2020-12-05)

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

## [2.0.3](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-play@2.0.2...@beamwind/preset-play@2.0.3) (2020-12-04)

**Note:** Version bump only for package @beamwind/preset-play
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-play/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/preset-play",
"version": "2.0.3",
"version": "2.0.4",
"description": "rapid prototyping for beamwind using auto-conversion of values",
"keywords": [
"beamwind",
Expand Down
6 changes: 6 additions & 0 deletions packages/preset-system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-system@2.2.0...@beamwind/preset-system@2.3.0) (2020-12-05)

### Features

- ring defaults ([e50bfdf](https://github.com/kenoxa/beamwind/commit/e50bfdf1edf3dfb2421b4d9ab3a73d09eb1da475))

# [2.2.0](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-system@2.1.0...@beamwind/preset-system@2.2.0) (2020-12-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/preset-system",
"version": "2.2.0",
"version": "2.3.0",
"description": "beamwind design system preset using a semantic naming scheme",
"keywords": [
"beamwind",
Expand Down
4 changes: 4 additions & 0 deletions packages/preset-tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-tailwind@2.0.1...@beamwind/preset-tailwind@2.0.2) (2020-12-05)

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

## [2.0.1](https://github.com/kenoxa/beamwind/compare/@beamwind/preset-tailwind@2.0.0...@beamwind/preset-tailwind@2.0.1) (2020-12-04)

**Note:** Version bump only for package @beamwind/preset-tailwind
Expand Down
4 changes: 2 additions & 2 deletions packages/preset-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/preset-tailwind",
"version": "2.0.1",
"version": "2.0.2",
"description": "beamwind preset mirroring tailwind default theme",
"keywords": [
"beamwind",
Expand Down Expand Up @@ -32,7 +32,7 @@
"preset": "@carv/jest-preset"
},
"devDependencies": {
"@beamwind/types": "^2.1.0",
"@beamwind/types": "^2.2.0",
"nps": "^5.9.12"
},
"publishConfig": {
Expand Down
4 changes: 4 additions & 0 deletions packages/reset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/kenoxa/beamwind/compare/@beamwind/reset@2.0.1...@beamwind/reset@2.0.2) (2020-12-05)

**Note:** Version bump only for package @beamwind/reset

## [2.0.1](https://github.com/kenoxa/beamwind/compare/@beamwind/reset@2.0.0...@beamwind/reset@2.0.1) (2020-12-04)

**Note:** Version bump only for package @beamwind/reset
Expand Down
2 changes: 1 addition & 1 deletion packages/reset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/reset",
"version": "2.0.1",
"version": "2.0.2",
"description": "An opinionated set of base styles for legacy browsers like IE10/11",
"keywords": [
"beamwind",
Expand Down
4 changes: 4 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.1](https://github.com/kenoxa/beamwind/compare/@beamwind/system@2.1.0...@beamwind/system@2.1.1) (2020-12-05)

**Note:** Version bump only for package @beamwind/system

# [2.1.0](https://github.com/kenoxa/beamwind/compare/@beamwind/system@2.0.4...@beamwind/system@2.1.0) (2020-12-04)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/system",
"version": "2.1.0",
"version": "2.1.1",
"description": "ready to go beamwind fusing a semantic design system",
"keywords": [
"beamwind",
Expand Down Expand Up @@ -34,9 +34,9 @@
"preset": "@carv/jest-preset"
},
"dependencies": {
"@beamwind/core": "^2.2.0",
"@beamwind/preflight": "^2.0.1",
"@beamwind/preset-system": "^2.2.0"
"@beamwind/core": "^2.3.0",
"@beamwind/preflight": "^2.0.2",
"@beamwind/preset-system": "^2.3.0"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^4.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/kenoxa/beamwind/compare/@beamwind/types@2.1.0...@beamwind/types@2.2.0) (2020-12-05)

### Features

- ring defaults ([e50bfdf](https://github.com/kenoxa/beamwind/commit/e50bfdf1edf3dfb2421b4d9ab3a73d09eb1da475))

# [2.1.0](https://github.com/kenoxa/beamwind/compare/@beamwind/types@2.0.0...@beamwind/types@2.1.0) (2020-12-04)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beamwind/types",
"version": "2.1.0",
"version": "2.2.0",
"description": "Common typescript types",
"keywords": [
"beamwind",
Expand Down

0 comments on commit 455ccf1

Please sign in to comment.