Skip to content

Commit a16df89

Browse files
committed
chore(release): 2.3.0-rc.0
1 parent 6b23aab commit a16df89

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.3.0-rc.0](https://github.com/pangolinjs/cli/compare/v2.3.0-beta.0...v2.3.0-rc.0) (2021-01-14)
6+
7+
8+
### Features
9+
10+
* Add "docs" command ([6b23aab](https://github.com/pangolinjs/cli/commit/6b23aabe51f0a2b45a812ef1940651b5286a4851))
11+
* Add public folder to template ([65575a9](https://github.com/pangolinjs/cli/commit/65575a92e094011b64fc464fbf8803758ee297b2))
12+
* Pull components categories to the top sidebar level ([6da5a49](https://github.com/pangolinjs/cli/commit/6da5a49601747ca599af41c0028f9f3c9ca00a27))
13+
14+
15+
### Bug Fixes
16+
17+
* Add missing @babel/core peer dependency ([56cadba](https://github.com/pangolinjs/cli/commit/56cadba7286b852ac43d8298d23f38c3565b58f8))
18+
* Don’t install deprecated eslint-plugin-standard ([8271c33](https://github.com/pangolinjs/cli/commit/8271c3380af82156a42b76fd0913b58f35e3955f))
19+
* Pangolin 6 is only compatible with Node 15+ ([b5d548f](https://github.com/pangolinjs/cli/commit/b5d548f5534912ca6e57e5dda59dbc0c1a676c32))
20+
521
## [2.3.0-beta.0](https://github.com/pangolinjs/cli/compare/v2.2.4...v2.3.0-beta.0) (2020-09-15)
622

723

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pangolinjs/cli",
3-
"version": "2.3.0-beta.0",
3+
"version": "2.3.0-rc.0",
44
"description": "CLI for creating new Pangolin.js projects.",
55
"license": "Hippocratic-2.1",
66
"author": {

0 commit comments

Comments
 (0)