From 536d45a75de3781b30c48f03d477f30f6e89e0a3 Mon Sep 17 00:00:00 2001
From: Zur Vonarburg-Shmaria <36471679+zuriscript@users.noreply.github.com>
Date: Wed, 17 Jan 2024 08:44:52 +0100
Subject: [PATCH] chore: :hammer: release 17.3.0 (#86)
---
docs/docusaurus.config.js | 5 ++---
package.json | 2 +-
packages/signalstory/package.json | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index d96494c..b23a7e8 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -117,9 +117,8 @@ const config = {
],
},
announcementBar: {
- id: '17.2.0',
- content:
- 'signalstory 17.2.0 is out! ✨ We are still in rapid development mode. Submit feature requests here; yours might get considered! 🏆',
+ id: '17.3.0',
+ content: 'signalstory 17.3.0 has just been released 🥳',
backgroundColor: '#e35e75',
textColor: '#091E42',
isCloseable: true,
diff --git a/package.json b/package.json
index c5bc4b9..8bd2604 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "signalstory-workspace",
- "version": "17.2.0",
+ "version": "17.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
diff --git a/packages/signalstory/package.json b/packages/signalstory/package.json
index 05c2c21..82c98ab 100644
--- a/packages/signalstory/package.json
+++ b/packages/signalstory/package.json
@@ -1,6 +1,6 @@
{
"name": "signalstory",
- "version": "17.2.0",
+ "version": "17.3.0",
"description": "Signal-based state management for Angular that grows with your project. Explore a versatile toolbox with enriching plugins for developers at all levels.",
"publishConfig": {
"access": "public"