Skip to content

Commit 479f4ff

Browse files
[skip travis] chore(release): publish v5.15.4
1 parent 9e40a16 commit 479f4ff

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

packages/uikit-workshop/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+
## [5.15.4](https://github.com/pattern-lab/patternlab-node/compare/v5.15.3...v5.15.4) (2021-12-06)
7+
8+
9+
### Features
10+
11+
* define initial viewport ([#1386](https://github.com/pattern-lab/patternlab-node/issues/1386)) ([6fa630e](https://github.com/pattern-lab/patternlab-node/commit/6fa630e2353ed68295550e59c31148269f3b7cd0))
12+
13+
14+
15+
16+
617
## [5.15.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop/compare/v5.15.2...v5.15.3) (2021-11-21)
718

819
**Note:** Version bump only for package @pattern-lab/uikit-workshop

packages/uikit-workshop/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pattern-lab/uikit-workshop",
3-
"version": "5.15.3",
3+
"version": "5.15.4",
44
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
55
"main": "gulpfile.js",
66
"scripts": {
@@ -42,10 +42,10 @@
4242
"@babel/plugin-transform-runtime": "^7.13.10",
4343
"@babel/preset-env": "^7.13.12",
4444
"@babel/runtime": "^7.13.10",
45-
"@pattern-lab/core": "^5.15.2",
45+
"@pattern-lab/core": "^5.15.4",
4646
"@pattern-lab/engine-handlebars": "^5.15.1",
4747
"@pattern-lab/engine-mustache": "^5.15.1",
48-
"@pattern-lab/uikit-polyfills": "^5.14.3",
48+
"@pattern-lab/uikit-polyfills": "^5.15.4",
4949
"@reach/visually-hidden": "^0.1.2",
5050
"@webcomponents/custom-elements": "^1.4.3",
5151
"autoprefixer": "^9.6.5",
@@ -106,8 +106,6 @@
106106
"wolfy87-eventemitter": "^5.2.9",
107107
"yargs": "^16.2.0"
108108
},
109-
"dependencies": {
110-
},
111109
"browserslist": [
112110
"last 2 version",
113111
">0.25%",

0 commit comments

Comments
 (0)