@design-system-rte/angular 0.4.3 → 0.4.4

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 +6 -0
  2. package/package.json +6 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @design-system-rte/angular
2
2
 
3
+ ## 0.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump to test changeset
8
+
3
9
  ## 0.4.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-system-rte/angular",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Angular components for the Design System RTE",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,5 +13,9 @@
13
13
  "@design-system-rte/core": "^0.6.0",
14
14
  "tslib": "^2.3.0"
15
15
  },
16
- "sideEffects": false
16
+ "sideEffects": false,
17
+ "scripts": {
18
+ "prepack": "ng build ds-rte-lib",
19
+ "pack": "npm publish ../dist"
20
+ }
17
21
  }