@oslokommune/punkt-css 5.0.0 → 5.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 +53 -17
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,42 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [5.0.2](https://github.com/oslokommune/punkt/compare/5.0.1...5.0.2) (2023-05-31)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Fix publish to gh.
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
26
+ ## [5.0.1](https://github.com/oslokommune/punkt/compare/5.0.0...5.0.1) (2023-05-30)
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+ Ingen
30
+
31
+ ### Features
32
+ Ingen
33
+
34
+ ### Bug Fixes
35
+ * Fiks publisering til gh packages.
36
+
37
+
38
+ ### Chores
39
+ Ingen
40
+
41
+ ---
42
+
43
+
8
44
  ## [5.0.0](https://github.com/oslokommune/punkt/compare/4.3.2...5.0.0) (2023-05-30)
9
45
 
10
46
  ### ⚠ BREAKING CHANGES
@@ -61,10 +97,10 @@ Ingen
61
97
  ## [4.0.0](https://github.com/oslokommune/punkt/compare/3.4.2...4.0.0) (2023-05-08)
62
98
 
63
99
  ### ⚠ BREAKING CHANGES
64
- * [792](https://github.com/oslokommune/punkt/issues/792) Footer. Nye komponenter:
65
- - pkt-footer
66
- - pkt-footer-simple
67
-
100
+ * [792](https://github.com/oslokommune/punkt/issues/792) Footer. Nye komponenter:
101
+ - pkt-footer
102
+ - pkt-footer-simple
103
+
68
104
  BREAKING CHANGE: Gammel pkt-footer er nå blitt pkt-footer-simple
69
105
 
70
106
 
@@ -104,18 +140,18 @@ Ingen
104
140
  Ingen
105
141
 
106
142
  ### Features
107
- * Fargeendringer (#795). * docs(docs): Oppdatert colors.json og tekst
108
-
109
- * fix(css): Små endringer i fargekoder
110
-
111
- * chore(css, docs): #729 Erstatt fargen visited med focus
112
-
113
- Oppsummert:
114
- Visited og visited-light er fjernet.
115
- Focus er lagt til.
116
-
117
- ---------
118
-
143
+ * Fargeendringer (#795). * docs(docs): Oppdatert colors.json og tekst
144
+
145
+ * fix(css): Små endringer i fargekoder
146
+
147
+ * chore(css, docs): #729 Erstatt fargen visited med focus
148
+
149
+ Oppsummert:
150
+ Visited og visited-light er fjernet.
151
+ Focus er lagt til.
152
+
153
+ ---------
154
+
119
155
  Co-authored-by: Cecilie Hansen Rørås <cecilie.roras@origo.oslo.kommune.no>
120
156
 
121
157
 
@@ -319,7 +355,7 @@ Helt nytt oppsett for Punkt v1, nytt AWS-oppsett, nye domener, med å ta i bruke
319
355
  * build!: Publisere Punkt v1 igjen :rocket: (#678) ([cb3bf71](https://github.com/oslokommune/punkt/commit/cb3bf7104db6507a5ce4d45982141c1c2eba3659)), closes [#678](https://github.com/oslokommune/punkt/issues/678)
320
356
 
321
357
 
322
- ### BREAKING CHANGES
358
+ ## BREAKING CHANGES
323
359
 
324
360
  * Helt nytt oppsett for Punkt v1, nytt AWS-oppsett, nye domener, med å ta i bruke lerna for monorepo, nye GH workflow, og ny måte å kjøre oppgaver på.
325
361
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -20,7 +20,7 @@
20
20
  "preview": "astro preview"
21
21
  },
22
22
  "devDependencies": {
23
- "@oslokommune/punkt-assets": "^5.0.0",
23
+ "@oslokommune/punkt-assets": "^5.0.2",
24
24
  "astro": "^2.0.2",
25
25
  "edit-json-file": "^1.7.0",
26
26
  "fs-extra": "^11.1.0",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "daf55cf54c75d6f3a0e1f80f76c23cd6b0da75ee"
58
+ "gitHead": "c9fb576839ba47e1aa6ef196acc4b01bf81033ff"
59
59
  }