@oslokommune/punkt-react 3.1.0 → 3.1.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 +42 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,7 +1,46 @@
1
- # Change Log
1
+ # Changelog
2
+
3
+ Punkt følger [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) for versjonering,
4
+ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.org).
5
+
6
+ ---
7
+
8
+ ## [3.1.2](https://github.com/oslokommune/punkt/compare/3.1.1...3.1.2) (2023-03-30)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ Ingen
18
+
19
+ ### Chores
20
+ Ingen
21
+
22
+ ---
23
+
24
+
25
+ ## [3.1.1](https://github.com/oslokommune/punkt/compare/3.1.0...3.1.1) (2023-03-23)
26
+
27
+ ### ⚠ BREAKING CHANGES
28
+ Ingen
29
+
30
+ ### Features
31
+ Ingen
32
+
33
+ ### Bug Fixes
34
+ Ingen
35
+
36
+ ### Chores
37
+ * [670](https://github.com/oslokommune/punkt/issues/670) Generer changelog automatisk (#746). Changelog genereres nå automatisk utifra commits, så lenge de følger Convential commits malen.
38
+
39
+ Dette er dokumentert i [CONTRIBUTING.md](https://github.com/oslokommune/punkt/blob/main/CONTRIBUTING.md) og i [scriptet som gjør dette ved publisering](https://github.com/oslokommune/punkt/blob/main/scripts/update-changelog.js).
40
+
41
+
42
+ ---
2
43
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
44
 
6
45
  ## [3.1.0](https://github.com/oslokommune/punkt/compare/v3.0.2...v3.1.0) (2023-03-20)
7
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -30,8 +30,8 @@
30
30
  "preview": "vite preview --outDir dist-app"
31
31
  },
32
32
  "devDependencies": {
33
- "@oslokommune/punkt-assets": "^3.0.0",
34
- "@oslokommune/punkt-css": "^3.1.0",
33
+ "@oslokommune/punkt-assets": "^3.1.2",
34
+ "@oslokommune/punkt-css": "^3.1.2",
35
35
  "@testing-library/react": "^14.0.0",
36
36
  "@types/jest": "^29.4.0",
37
37
  "@types/node": "^18.14.1",
@@ -80,5 +80,5 @@
80
80
  "url": "https://github.com/oslokommune/punkt/issues"
81
81
  },
82
82
  "license": "MIT",
83
- "gitHead": "e8a68839a8245533f54e85ccecf6f81ed489fd48"
83
+ "gitHead": "56351ac1326702a9f50d9f405cf88be494b4d237"
84
84
  }