@scania/tegel-react 1.27.0 → 1.28.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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Storybook](https://img.shields.io/badge/docs-storybook-ff69b4)](https://tds-storybook.tegel.scania.com/)
2
2
  ![](https://img.shields.io/github/license/scania-digital-design-system/tegel)
3
- ![Status: Beta](https://img.shields.io/badge/status-beta-red)
3
+ ![Status: Production](https://img.shields.io/badge/status-production-green)
4
4
  ![npm](https://img.shields.io/npm/v/%40scania%2Ftegel-react)
5
5
 
6
6
  # @scania/tegel-react
@@ -16,7 +16,7 @@ The design system supports the design and development of digital solutions at Sc
16
16
 
17
17
  ## Status
18
18
 
19
- This package is currently in a **beta** stage. We are now working hard towards a 1.0 release, but if you want to try out the package today you can!
19
+ This package is in production and ready for use. It's available via NPM and can be installed using the installation guide below.
20
20
 
21
21
  ## Installation
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scania/tegel-react",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "React wrappers for Tegel package",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/scania-digital-design-system/tegel#readme",
29
29
  "dependencies": {
30
- "@scania/tegel": "^1.27.0"
30
+ "@scania/tegel": "^1.28.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^22.10.7",