Skip to content

Commit

Permalink
Version Packages (#1999)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 22, 2023
1 parent 475e994 commit cb7a78e
Show file tree
Hide file tree
Showing 26 changed files with 90 additions and 53 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-dancers-check.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/forty-camels-rhyme.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-carrots-build.md

This file was deleted.

9 changes: 9 additions & 0 deletions @navikt/aksel-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @navikt/aksel-icons

## 3.2.3

### Patch Changes

- [#1998](https://github.com/navikt/aksel/pull/1998) [`53c98181c`](https://github.com/navikt/aksel/commit/53c98181c327ead3406bec3487c10232af7d463a) Thanks [@KenAJoh](https://github.com/KenAJoh)! - :tada: Nye ikoner!

- :sparkles: FileParagraph
- :sparkles: FilePlus

## 3.2.2

## 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion @navikt/aksel-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/aksel-icons",
"version": "3.2.2",
"version": "3.2.3",
"author": "Aksel | NAV",
"homepage": "https://aksel.nav.no/ikoner",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions @navikt/aksel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @navikt/aksel

## 3.2.3

### Patch Changes

- Updated dependencies [[`475e994f4`](https://github.com/navikt/aksel/commit/475e994f494b2080ffc05eb1684b6a244e3e2969), [`444e905e0`](https://github.com/navikt/aksel/commit/444e905e01965fd5cac40ff20c5225b072e67221)]:
- @navikt/ds-css@3.2.3

## 3.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions @navikt/aksel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/aksel",
"version": "3.2.2",
"version": "3.2.3",
"description": "Aksel command line interface. Handles css-imports, codemods and more",
"author": "Aksel | NAV designsystem team",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje",
"dependencies": {
"@navikt/ds-css": "3.2.2",
"@navikt/ds-css": "3.2.3",
"axios": "1.3.6",
"chalk": "4.1.0",
"clipboardy": "^2.3.0",
Expand Down
2 changes: 2 additions & 0 deletions @navikt/codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @navikt/ds-codemod

## 3.2.3

## 3.2.2

## 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion @navikt/codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-codemod",
"version": "3.2.2",
"version": "3.2.3",
"description": "Aksel codemods for NAVs designsystem",
"author": "Aksel | NAV designsystem team",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions @navikt/community/navno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"build-pict": "svgr --silent --index-template index-template.js --out-dir src/pictograms pictograms"
},
"dependencies": {
"@navikt/ds-icons": "^3.2.2",
"@navikt/ds-react": "^3.2.2",
"@navikt/ds-icons": "^3.2.3",
"@navikt/ds-react": "^3.2.3",
"clsx": "^1.1.1"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions @navikt/core/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @navikt/ds-css

## 3.2.3

### Patch Changes

- [#1993](https://github.com/navikt/aksel/pull/1993) [`475e994f4`](https://github.com/navikt/aksel/commit/475e994f494b2080ffc05eb1684b6a244e3e2969) Thanks [@KenAJoh](https://github.com/KenAJoh)! - :bug: Fikset small-variant av datepicker-input

- :recycle: Refactored Datepicker.Input-button for bugfix

- [#1994](https://github.com/navikt/aksel/pull/1994) [`444e905e0`](https://github.com/navikt/aksel/commit/444e905e01965fd5cac40ff20c5225b072e67221) Thanks [@KenAJoh](https://github.com/KenAJoh)! - :tada: CopyButton har nå en `xsmall`-variant

- Kan nå lettere brukes i tabeller

## 3.2.2

## 3.2.1
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-css",
"version": "3.2.2",
"version": "3.2.3",
"description": "CSS for NAV Designsystem",
"author": "Aksel | NAV designsystem team",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"css:get-version": "node config/get-version.js"
},
"devDependencies": {
"@navikt/ds-tokens": "^3.2.2",
"@navikt/ds-tokens": "^3.2.3",
"cssnano": "6.0.0",
"fast-glob": "3.2.11",
"lodash": "4.17.21",
Expand Down
15 changes: 15 additions & 0 deletions @navikt/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @navikt/ds-react

## 3.2.3

### Patch Changes

- [#1993](https://github.com/navikt/aksel/pull/1993) [`475e994f4`](https://github.com/navikt/aksel/commit/475e994f494b2080ffc05eb1684b6a244e3e2969) Thanks [@KenAJoh](https://github.com/KenAJoh)! - :bug: Fikset small-variant av datepicker-input

- :recycle: Refactored Datepicker.Input-button for bugfix

- [#1994](https://github.com/navikt/aksel/pull/1994) [`444e905e0`](https://github.com/navikt/aksel/commit/444e905e01965fd5cac40ff20c5225b072e67221) Thanks [@KenAJoh](https://github.com/KenAJoh)! - :tada: CopyButton har nå en `xsmall`-variant

- Kan nå lettere brukes i tabeller

- Updated dependencies [[`53c98181c`](https://github.com/navikt/aksel/commit/53c98181c327ead3406bec3487c10232af7d463a)]:
- @navikt/aksel-icons@3.2.3

## 3.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-react",
"version": "3.2.2",
"version": "3.2.3",
"description": "Aksel react-components for NAV designsystem",
"author": "Aksel | NAV designsystem team",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@floating-ui/react": "0.17.0",
"@navikt/aksel-icons": "^3.2.2",
"@navikt/aksel-icons": "^3.2.3",
"@radix-ui/react-tabs": "1.0.0",
"@radix-ui/react-toggle-group": "1.0.0",
"clsx": "^1.2.1",
Expand Down
2 changes: 2 additions & 0 deletions @navikt/core/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @navikt/ds-tailwind

## 3.2.3

## 3.2.2

## 3.2.1
Expand Down
4 changes: 2 additions & 2 deletions @navikt/core/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-tailwind",
"version": "3.2.2",
"version": "3.2.3",
"description": "Tailwind config based on @navikt/ds-tokens",
"author": "Aksel | NAV designsystem team",
"keywords": [
Expand All @@ -22,7 +22,7 @@
"directory": "@navikt/core/tailwind"
},
"devDependencies": {
"@navikt/ds-tokens": "^3.2.2",
"@navikt/ds-tokens": "^3.2.3",
"@types/jest": "^29.0.0",
"color": "4.2.3",
"jest": "^29.0.0",
Expand Down
2 changes: 2 additions & 0 deletions @navikt/core/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @navikt/ds-tokens

## 3.2.3

## 3.2.2

## 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion @navikt/core/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-tokens",
"version": "3.2.2",
"version": "3.2.3",
"description": "Design-tokens for NAV designsystem",
"author": "Aksel | NAV designsystem team",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions @navikt/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @navikt/ds-icons

## 3.2.3

## 3.2.2

## 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion @navikt/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-icons",
"version": "3.2.2",
"version": "3.2.3",
"description": "Aksel icons for NAV",
"author": "Aksel | NAV designsystem team",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions @navikt/internal/css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @navikt/ds-css-internal

## 3.2.3

## 3.2.2

## 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion @navikt/internal/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-css-internal",
"version": "3.2.2",
"version": "3.2.3",
"description": "CSS for NAV internal Designsystem-components",
"author": "Aksel | NAV designsystem team",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions @navikt/internal/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @navikt/ds-react-internal

## 3.2.3

### Patch Changes

- Updated dependencies [[`475e994f4`](https://github.com/navikt/aksel/commit/475e994f494b2080ffc05eb1684b6a244e3e2969), [`53c98181c`](https://github.com/navikt/aksel/commit/53c98181c327ead3406bec3487c10232af7d463a), [`444e905e0`](https://github.com/navikt/aksel/commit/444e905e01965fd5cac40ff20c5225b072e67221)]:
- @navikt/ds-react@3.2.3
- @navikt/aksel-icons@3.2.3

## 3.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions @navikt/internal/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navikt/ds-react-internal",
"version": "3.2.2",
"version": "3.2.3",
"description": "Aksel react components for internal UIs in NAV",
"author": "Aksel | NAV designsystem team",
"license": "MIT",
Expand Down Expand Up @@ -36,8 +36,8 @@
"watch": "tsc --watch -p tsconfig.esm.json"
},
"dependencies": {
"@navikt/aksel-icons": "^3.2.2",
"@navikt/ds-react": "^3.2.2",
"@navikt/aksel-icons": "^3.2.3",
"@navikt/ds-react": "^3.2.3",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1"
},
Expand Down
18 changes: 9 additions & 9 deletions aksel.nav.no/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"website"
],
"dependencies": {
"@navikt/aksel-icons": "^3.2.2",
"@navikt/ds-codemod": "^3.2.2",
"@navikt/ds-css": "^3.2.2",
"@navikt/ds-css-internal": "^3.2.2",
"@navikt/ds-icons": "^3.2.2",
"@navikt/ds-react": "^3.2.2",
"@navikt/ds-react-internal": "^3.2.2",
"@navikt/ds-tailwind": "^3.2.2",
"@navikt/ds-tokens": "^3.2.2"
"@navikt/aksel-icons": "^3.2.3",
"@navikt/ds-codemod": "^3.2.3",
"@navikt/ds-css": "^3.2.3",
"@navikt/ds-css-internal": "^3.2.3",
"@navikt/ds-icons": "^3.2.3",
"@navikt/ds-react": "^3.2.3",
"@navikt/ds-react-internal": "^3.2.3",
"@navikt/ds-tailwind": "^3.2.3",
"@navikt/ds-tokens": "^3.2.3"
},
"devDependencies": {
"prettier-plugin-tailwindcss": "^0.2.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/shadow-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@navikt/ds-css": "3.2.2",
"@navikt/ds-react": "3.2.2",
"@navikt/ds-css": "3.2.3",
"@navikt/ds-react": "3.2.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down

0 comments on commit cb7a78e

Please sign in to comment.