Skip to content

Commit d6d7994

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into refactor-updated-depencencies-webpack
2 parents 62653ec + 58308bf commit d6d7994

File tree

50 files changed

+1248
-771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1248
-771
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,54 @@
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+
## [5.15.7](https://github.com/pattern-lab/patternlab-node/compare/v5.15.6...v5.15.7) (2021-12-07)
7+
8+
**Note:** Version bump only for package patternlab-node-main
9+
10+
11+
12+
13+
14+
## [5.15.6](https://github.com/pattern-lab/patternlab-node/compare/v5.15.5...v5.15.6) (2021-12-07)
15+
16+
**Note:** Version bump only for package patternlab-node-main
17+
18+
19+
20+
21+
22+
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
23+
24+
25+
### Bug Fixes
26+
27+
* corrected some github urls ([#1388](https://github.com/pattern-lab/patternlab-node/issues/1388)) ([7f37e9d](https://github.com/pattern-lab/patternlab-node/commit/7f37e9d56b553dc4be53590766c0fc6251458829))
28+
29+
30+
### Features
31+
32+
* define initial viewport ([#1386](https://github.com/pattern-lab/patternlab-node/issues/1386)) ([6fa630e](https://github.com/pattern-lab/patternlab-node/commit/6fa630e2353ed68295550e59c31148269f3b7cd0))
33+
34+
35+
36+
37+
38+
## [5.15.4](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.4) (2021-12-06)
39+
40+
41+
### Bug Fixes
42+
43+
* corrected some github urls ([#1388](https://github.com/pattern-lab/patternlab-node/issues/1388)) ([7f37e9d](https://github.com/pattern-lab/patternlab-node/commit/7f37e9d56b553dc4be53590766c0fc6251458829))
44+
45+
46+
### Features
47+
48+
* define initial viewport ([#1386](https://github.com/pattern-lab/patternlab-node/issues/1386)) ([6fa630e](https://github.com/pattern-lab/patternlab-node/commit/6fa630e2353ed68295550e59c31148269f3b7cd0))
49+
50+
51+
52+
53+
654
## [5.15.3](https://github.com/pattern-lab/patternlab-node/compare/v5.15.2...v5.15.3) (2021-11-21)
755

856

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you'd like to see what a front-end project built with Pattern Lab looks like,
1616
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1717
[![node (scoped)](https://img.shields.io/node/v/@pattern-lab/core.svg)]()
1818
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
19-
[![Join the chat at Discord](https://img.shields.io/badge/Chat-Discord-informational.svg)](https://discord.gg/WPPFAaETQC)
19+
[![Join the chat at Discord](https://img.shields.io/badge/Chat-Discord-informational.svg)](https://discord.gg/UcZrYYE7ht)
2020

2121
Docs @ [![Netlify Status](https://api.netlify.com/api/v1/badges/d454dbde-02c5-4bd4-8393-4ab75e862b03/deploy-status)](https://app.netlify.com/sites/patternlab-docs-preview/deploys)
2222

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lerna": "3.11.0",
3-
"version": "5.15.3",
2+
"lerna": "4.0.0",
3+
"version": "5.15.7",
44
"packages": [
55
"packages/*"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-config-prettier": "^6.0.0",
2121
"eslint-plugin-import": "^2.18.2",
2222
"eslint-plugin-prettier": "^3.1.0",
23-
"lerna": "3.17.0",
23+
"lerna": "4.0.0",
2424
"prettier": "^2.2.1",
2525
"pretty-quick": "^3.1.0"
2626
},

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [5.15.5](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.5) (2021-12-06)
7+
8+
**Note:** Version bump only for package @pattern-lab/cli
9+
10+
11+
12+
13+
14+
## [5.15.4](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.4) (2021-12-06)
15+
16+
**Note:** Version bump only for package @pattern-lab/cli
17+
18+
19+
20+
21+
622
## [5.15.2](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli/compare/v5.15.1...v5.15.2) (2021-11-03)
723

824
**Note:** Version bump only for package @pattern-lab/cli

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"name": "@pattern-lab/cli",
33
"description": "Command-line interface (CLI) for the @pattern-lab/core.",
4-
"version": "5.15.2",
4+
"version": "5.15.5",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
88
"author": {
99
"name": "Patternlab contributors"
1010
},
1111
"dependencies": {
12-
"@pattern-lab/core": "^5.15.2",
13-
"@pattern-lab/live-server": "^5.15.1",
14-
"@pattern-lab/starterkit-mustache-base": "3.0.3",
12+
"@pattern-lab/core": "^5.15.5",
13+
"@pattern-lab/live-server": "^5.15.5",
1514
"archiver": "2.1.1",
1615
"chalk": "4.1.0",
1716
"commander": "2.15.1",
@@ -24,18 +23,19 @@
2423
"lodash": "4.17.21",
2524
"ora": "2.1.0",
2625
"path-exists": "3.0.0",
27-
"sanitize-filename": "1.6.3",
28-
"starterkit-mustache-acidtest": "0.0.3",
29-
"starterkit-mustache-bootstrap": "0.1.1",
30-
"starterkit-mustache-foundation": "0.1.1",
31-
"starterkit-mustache-materialdesign": "0.1.2"
26+
"sanitize-filename": "1.6.3"
3227
},
3328
"devDependencies": {
29+
"@pattern-lab/starterkit-mustache-base": "3.0.3",
3430
"eslint": "4.18.2",
3531
"eslint-config-prettier": "2.9.0",
3632
"eslint-plugin-prettier": "2.6.0",
3733
"prettier": "2.2.1",
3834
"proxyquire": "2.1.3",
35+
"starterkit-mustache-acidtest": "0.0.3",
36+
"starterkit-mustache-bootstrap": "0.1.1",
37+
"starterkit-mustache-foundation": "0.1.1",
38+
"starterkit-mustache-materialdesign": "0.1.2",
3939
"tap": "14.11.0"
4040
},
4141
"files": [

0 commit comments

Comments
 (0)