@oslokommune/punkt-react 0.23.0 → 1.0.0

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 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.0](https://github.com/oslokommune/punkt/compare/v0.23.0...v1.0.0) (2023-02-27)
7
+
8
+ **Note:** Version bump only for package @oslokommune/punkt-react
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.23.0](https://github.com/oslokommune/punkt/compare/v0.22.4...v0.23.0) (2023-02-27)
7
15
 
8
16
 
@@ -14,9 +22,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
22
  * 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å.
15
23
 
16
24
 
17
-
18
-
19
-
20
25
  ## [0.22.4](https://github.com/oslokommune/punkt/compare/v0.22.3...v0.22.4) (2023-02-27)
21
26
 
22
27
  **Note:** Version bump only for package @oslokommune/punkt-react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "0.23.0",
3
+ "version": "1.0.0",
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",
@@ -34,8 +34,8 @@
34
34
  "react-dom": "^18.2.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@oslokommune/punkt-assets": "^0.23.0",
38
- "@oslokommune/punkt-css": "^0.23.0",
37
+ "@oslokommune/punkt-assets": "^1.0.0",
38
+ "@oslokommune/punkt-css": "^1.0.0",
39
39
  "@testing-library/react": "^14.0.0",
40
40
  "@types/jest": "^29.4.0",
41
41
  "@types/node": "^18.14.1",
@@ -84,5 +84,5 @@
84
84
  "url": "https://github.com/oslokommune/punkt/issues"
85
85
  },
86
86
  "license": "MIT",
87
- "gitHead": "ef83c8dadbc152bb52668dcb688f65b2431a94aa"
87
+ "gitHead": "a2c410ecadb7dde8275eb7667877de3bcfff202b"
88
88
  }