Skip to content

Commit 9ce52d7

Browse files
committed
Release new version.
1 parent 1bb9b8c commit 9ce52d7

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGES.md

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

33

44

5+
## [3.1.0](https://github.com/patternslib/dev/compare/3.0.0...3.1.0) (2022-11-15)
6+
7+
8+
### Features
9+
10+
11+
* Allow to add the compiled bundles to npm packages. ([84bdefd](https://github.com/patternslib/dev/commit/84bdefd339b9aa553ef78e9448e4cdd998178d40))Creating a npm release with the Makefile prepares now a bundle build
12+
with the correct package version added as a comment to the bundle files.
13+
The compiled bundle can then be uploaded to npm if it is part of the git
14+
repository (included by .gitignore) or part of the npm release
15+
(preferred, included by .npmignore).
16+
17+
Adding the compiled bundle to npm allows to directly include it via a
18+
CDN like so:
19+
20+
https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js
21+
or
22+
https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js
23+
24+
We have to compile the bundle with the correct version BEFORE the npm
25+
package is created with release-it. The next version is queried using
26+
the LEVEL parameter (set by the different release targets) and the
27+
"semver" tool.
28+
29+
30+
### Maintenance
31+
32+
33+
* Upgrade dependencies. ([e687405](https://github.com/patternslib/dev/commit/e6874052cf9ae2cd359996659c091de532b6f5cb))
34+
535
## [3.0.0](https://github.com/patternslib/dev/compare/2.7.2...3.0.0) (2022-10-15)
636

737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/dev",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)