@strivacity/sdk-angular 1.0.0 → 1.0.1

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 1.0.1 (2025-02-03)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - publish workflow fixed
7
+
8
+ - disable npm provenance config
9
+
10
+ - add --access=public to the publish workflow
11
+
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated sdk-core to 1.0.1
16
+
1
17
  # 1.0.0 (2024-09-20)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@strivacity/sdk-angular",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "strivacity <info@strivacity.com>",
7
7
  "description": "Strivacity Angular SDK client",
8
8
  "dependencies": {
9
- "@strivacity/sdk-core": "1.0.0"
9
+ "@strivacity/sdk-core": "1.0.1"
10
10
  },
11
11
  "peerDependencies": {
12
12
  "@angular/core": ">=14"