Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Nov 5, 2021
1 parent 62009e9 commit c0c48c5
Show file tree
Hide file tree
Showing 30 changed files with 178 additions and 39 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)


### Bug Fixes

* **doc:** add esbuild to the TOC ([#850](https://github.com/callstack/linaria/issues/850)) ([0a14309](https://github.com/callstack/linaria/commit/0a1430939bb993b785fa8e1bc030abe6ba41fa5e))
* **react:** refactor/rest op ([#860](https://github.com/callstack/linaria/issues/860)) ([da94704](https://github.com/callstack/linaria/commit/da94704df8ca74d94fe57682e2557274cf2d4cb0))
* **react:** unions in prop types are not resolved ([#844](https://github.com/callstack/linaria/issues/844)) ([62009e9](https://github.com/callstack/linaria/commit/62009e9184638fd8761f187c99e7ea434f364bee))
* **shaker:** exports/object issue with TS (fixes [#861](https://github.com/callstack/linaria/issues/861)) ([#863](https://github.com/callstack/linaria/issues/863)) ([acdbdfe](https://github.com/callstack/linaria/commit/acdbdfe5be46eee238f83eb41aeb2291b5d9e034))
* **shaker:** reimplement enums support (fixes [#848](https://github.com/callstack/linaria/issues/848)) ([#853](https://github.com/callstack/linaria/issues/853)) ([8f1d7cb](https://github.com/callstack/linaria/commit/8f1d7cbadb2665fd734bcda42fd1caa6042659f4))





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"./packages/*",
"./website"
],
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
12 changes: 12 additions & 0 deletions packages/babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)


### Bug Fixes

* **shaker:** exports/object issue with TS (fixes [#861](https://github.com/callstack/linaria/issues/861)) ([#863](https://github.com/callstack/linaria/issues/863)) ([acdbdfe](https://github.com/callstack/linaria/commit/acdbdfe5be46eee238f83eb41aeb2291b5d9e034))
* **shaker:** reimplement enums support (fixes [#848](https://github.com/callstack/linaria/issues/848)) ([#853](https://github.com/callstack/linaria/issues/853)) ([8f1d7cb](https://github.com/callstack/linaria/commit/8f1d7cbadb2665fd734bcda42fd1caa6042659f4))





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/babel-preset",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/cli





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package @linaria/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/cli",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/normalize-path": "^3.0.0"
},
"dependencies": {
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/babel-preset": "^3.0.0-beta.14",
"glob": "^7.1.3",
"mkdirp": "^0.5.1",
"normalize-path": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/esbuild





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package @linaria/esbuild
Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/esbuild",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/babel-preset": "^3.0.0-beta.14",
"esbuild": "^0.12.5"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/extractor





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package @linaria/extractor
Expand Down
6 changes: 3 additions & 3 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/extractor",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,8 +42,8 @@
"@babel/generator": ">=7",
"@babel/plugin-transform-runtime": ">=7",
"@babel/plugin-transform-template-literals": ">=7",
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/preeval": "^3.0.0-beta.13"
"@linaria/babel-preset": "^3.0.0-beta.14",
"@linaria/preeval": "^3.0.0-beta.14"
},
"peerDependencies": {
"@babel/core": ">=7"
Expand Down
8 changes: 8 additions & 0 deletions packages/linaria/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

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





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package linaria
Expand Down
16 changes: 8 additions & 8 deletions packages/linaria/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linaria",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"description": "Blazing fast zero-runtime CSS in JS library",
"main": "lib/core.js",
"module": "esm/core.js",
Expand Down Expand Up @@ -42,15 +42,15 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/babel-preset": "^3.0.0-beta.14",
"@linaria/core": "^3.0.0-beta.13",
"@linaria/extractor": "^3.0.0-beta.13",
"@linaria/react": "^3.0.0-beta.13",
"@linaria/rollup": "^3.0.0-beta.13",
"@linaria/extractor": "^3.0.0-beta.14",
"@linaria/react": "^3.0.0-beta.14",
"@linaria/rollup": "^3.0.0-beta.14",
"@linaria/server": "^3.0.0-beta.13",
"@linaria/shaker": "^3.0.0-beta.13",
"@linaria/stylelint": "^3.0.0-beta.13",
"@linaria/webpack4-loader": "^3.0.0-beta.13"
"@linaria/shaker": "^3.0.0-beta.14",
"@linaria/stylelint": "^3.0.0-beta.14",
"@linaria/webpack4-loader": "^3.0.0-beta.14"
},
"peerDependencies": {
"@babel/core": ">=7"
Expand Down
8 changes: 8 additions & 0 deletions packages/preeval/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/preeval





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package @linaria/preeval
Expand Down
4 changes: 2 additions & 2 deletions packages/preeval/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/preeval",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@linaria/babel-preset": "^3.0.0-beta.13"
"@linaria/babel-preset": "^3.0.0-beta.14"
},
"peerDependencies": {
"@babel/core": ">=7"
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)


### Bug Fixes

* **react:** refactor/rest op ([#860](https://github.com/callstack/linaria/issues/860)) ([da94704](https://github.com/callstack/linaria/commit/da94704df8ca74d94fe57682e2557274cf2d4cb0))
* **react:** unions in prop types are not resolved ([#844](https://github.com/callstack/linaria/issues/844)) ([62009e9](https://github.com/callstack/linaria/commit/62009e9184638fd8761f187c99e7ea434f364bee))





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)


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": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/rollup





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/rollup",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"rollup": "1.20.0||^2.0.0"
},
"dependencies": {
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/babel-preset": "^3.0.0-beta.14",
"@rollup/pluginutils": "^4.1.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/shaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)


### Bug Fixes

* **shaker:** exports/object issue with TS (fixes [#861](https://github.com/callstack/linaria/issues/861)) ([#863](https://github.com/callstack/linaria/issues/863)) ([acdbdfe](https://github.com/callstack/linaria/commit/acdbdfe5be46eee238f83eb41aeb2291b5d9e034))
* **shaker:** reimplement enums support (fixes [#848](https://github.com/callstack/linaria/issues/848)) ([#853](https://github.com/callstack/linaria/issues/853)) ([8f1d7cb](https://github.com/callstack/linaria/commit/8f1d7cbadb2665fd734bcda42fd1caa6042659f4))





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/shaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/shaker",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
"@babel/plugin-transform-runtime": ">=7",
"@babel/plugin-transform-template-literals": ">=7",
"@babel/preset-env": ">=7",
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/babel-preset": "^3.0.0-beta.14",
"@linaria/logger": "^3.0.0-beta.3",
"@linaria/preeval": "^3.0.0-beta.13",
"@linaria/preeval": "^3.0.0-beta.14",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"ts-invariant": "^0.9.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/stylelint





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package @linaria/stylelint
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/stylelint",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -36,7 +36,7 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@linaria/babel-preset": "^3.0.0-beta.13",
"@linaria/babel-preset": "^3.0.0-beta.14",
"strip-ansi": "^5.2.0"
}
}
8 changes: 8 additions & 0 deletions packages/webpack-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0-beta.14](https://github.com/callstack/linaria/compare/v3.0.0-beta.13...v3.0.0-beta.14) (2021-11-05)

**Note:** Version bump only for package @linaria/webpack-loader





# [3.0.0-beta.13](https://github.com/callstack/linaria/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2021-09-13)

**Note:** Version bump only for package @linaria/webpack-loader
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linaria/webpack-loader",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
"source-map": "^0.7.3"
},
"dependencies": {
"@linaria/webpack4-loader": "^3.0.0-beta.13",
"@linaria/webpack5-loader": "^3.0.0-beta.13"
"@linaria/webpack4-loader": "^3.0.0-beta.14",
"@linaria/webpack5-loader": "^3.0.0-beta.14"
}
}
Loading

0 comments on commit c0c48c5

Please sign in to comment.