@soleil-se/app-util 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [3.0.2] - 2020-10-19
8
+ ### Added
9
+ - Nothing, Lerna wanted to publish...
10
+
11
+ ## [3.0.1] - 2020-09-28
12
+ ### Added
13
+ - Homepage link
14
+
7
15
  ## [3.0.0] - 2020-09-28
8
16
  ### Added
9
17
  - Svelte support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soleil-se/app-util",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Utility functions for Webapps.",
5
5
  "main": "./src/index.js",
6
6
  "author": "Soleil AB",
@@ -10,12 +10,13 @@
10
10
  ],
11
11
  "license": "UNLICENSED",
12
12
  "private": false,
13
- "homepage": "https://github.com/soleilit/server-monorepo/tree/app-util/next/packages/webapp-util#readme",
13
+ "homepage": "https://github.com/soleilit/server-monorepo/tree/master/packages/app-util#readme",
14
14
  "dependencies": {
15
15
  "current-script-polyfill": "^1.0.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "vue": "^2.6.11"
19
19
  },
20
+ "gitHead": "70fb8e9913e3cee064f5987a0e8157a5115ff29a",
20
21
  "devDependencies": {}
21
22
  }